#body {
	padding: 0px;
	margin: 0px;
	width: 99%;
	background-color: #FFFFFF;
	border : 1px solid #778899;
}
#banner {
	margin-bottom: 5px;
}
.right5px{
border-right : 5px solid White;
}
body {  
	margin: 38px;
	color: #666;
	background-color : #D3DADE;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	SCROLLBAR-FACE-COLOR: #D8D8D8;
	SCROLLBAR-ARROW-COLOR: #D90000;
 	SCROLLBAR-TRACK-COLOR: #D8D8D8;
	scrollbar-base-color : #D8D8D8;
	scrollbar-darkshadow-color : #D8D8D8;
	scrollbar-highlight-color : #E7E7E7;
   }
.imgRight {  
	float: right; 
	margin-top: 4px; 
	margin-right: 4px; 
	margin-bottom: 4px; 
	margin-left: 4px; 
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px
	}
.imgLeft {  
	float: left; 
	margin-top: 4px; 
	margin-right: 4px; 
	margin-bottom: 2px; 
	margin-left: 18px; 

	}
a{
	color: #CC0033;
	text-decoration: underline;
}
a:link {
	color : #CC0033;
	text-decoration: underline;
}
a:hover {
	color : #0000CD;
	text-decoration : underline;
}
a:active {
	color : #0000CD;
	text-decoration : none;
}
#menu a{
	color: #FFF;
	text-decoration: none;
	font-size : 12px;
	font-weight : bold;
	height: 19px;
	padding-left : 6px;
	padding-right : 6px;
	padding-top: 2px;
	vertical-align: middle;
	border-right: solid 1px #FFFFFF;
}
#menu a:link{
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color : #000;
	text-decoration : none;
	background-color : #E8F6FF;
}
#menu a:active {
	color : #CC0033;
	background-color : #FFFFFF;
	text-decoration : none;
}
.categoryTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D90000;
	color: #FFFFFF;
	font-weight: bold;
	font-size : 13px;
	height : 20px;
	text-decoration : none;
	text-align : center;
	padding : 4px;
}
.category {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #D90000;
	border-bottom : 1px solid #949494;
	font-size : 12px;
	height : 20px;
	padding-top : 1px;
	text-decoration : none;
	width : 181px;
	text-align : left;
}
a:link.category {
	border-bottom : 1px solid #949494;
	color : #D90000;
	text-decoration : none;
}
a:hover.category {
	background-color : #098DBF;
	color : #FFFFFF;
	text-decoration : none;
}
td {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #666;
}
p {
	margin-top: 0px; 
	margin-bottom: 20px;
	text-align: left;
}
hr {  
	font-size: 96%; 
	color: #D8D8D8; 
	height: 1px}

.bgPrimary {
	background-color : #D90000;
	color: #FFFFFF;
}
.bgSecondary {
	background-color : #098DBF;
	color : #FFFFFF;
}
.bgTertiary {
	background-color: #41A7C9;
	color: #FFFFFF;
	font-weight : bold;
}
.bgWhite {
	background-color: #FFFFFF;
}
h1 {  
	color: #D90000; 
	font-size: 16px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
h2 {  
	color: #778899; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 4px; 
	margin-bottom: 8px;
}
h3  {  
	color: #CC0033; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 

	margin-top: 8px; 
	}
h4 {  
	color: Gray; 
	font-size: 13px; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	margin-bottom: 2px; 
	text-align:left;
	}
h5 {  
	color: #41A7C9; 
	font-size: 11px; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	margin-bottom: 0px;   
	}

.smallText {
	font-size:9px;
}



/*FORM ELEMENTS*/

textarea {
	background-color : #F5F5F5;
	color : #0000CD;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
 SCROLLBAR-FACE-COLOR: #D8D8D8; 
SCROLLBAR-ARROW-COLOR: #D90000; 
 SCROLLBAR-TRACK-COLOR: #D8D8D8;
   scrollbar-base-color : #D8D8D8;
   scrollbar-darkshadow-color : #D8D8D8;
   scrollbar-highlight-color : #E7E7E7;
}

input {
	background-color : #F5F5F5;
	color : #0000CD;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

input.radio {
	background-color : #FFFFFF;
}


select {
	background-color : #F5F5F5;
	color : #0000CD;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}


/* standard button - 120 pixel width */
.button {
	background-color : #D90000;
	color : White;
	font-size : 10px;
	font-weight : bold;
	text-align : center;
	height: 18px; 
	cursor: hand;
	vertical-align : middle;
	text-transform : uppercase;
	}

#content {
margin-left: 5px;
margin-bottom: 5px;
	color: #000;
}
#right {
	float: right;
	width:70%;
	background: #FFF;
	color: #000;

}
#left {
	 width:179px; 
	 float: left;
	 background-image : url(../images/bgGrid.gif);
	margin-top: 5px;
	 height : 40%;
}
#search {
	border : 1px solid;
	border-bottom-color : White;
	border-left-color : #D90000;
	border-right-color : White;
	border-top-color : #D90000;
	margin-bottom : 10px;
}
#login {
	border : 1px solid;
	border-bottom-color : White;
	border-left-color : #D90000;
	border-right-color : White;
	border-top-color : #D90000;
	margin-bottom : 10px;
}
#other {
	border : 1px solid;
	border-bottom-color : White;
	border-left-color : #D90000;
	border-right-color : White;
	border-top-color : #D90000;
	margin-bottom : 10px;
}
#rightCol {
	float: right;
	width: 200px;
	color: #000;
	margin : 5px 15px 15px 15px;

}
#rightCol input {
	width:160px;
}

/* footer */
#footer
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	clear: both;
	text-align: center;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #D90000;
	margin-left: 5px;
}

#footer p
{
	margin: 0px;
	padding: 2px;
	text-align: center;
}
.Frames.Nav.Body{
	padding: 0px;
	margin: 0px;
	width: 99%;
	background-color: #FFFFFF;
	border : 1px solid #778899;
}
#navcontainer { width: 179px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align:right;
	font-weight:bold;
}
#navlist{
	margin:0px;
	
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 173px;
	background-color: #D90000;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #369;
	color: #fff;
}

