/* CSS Document */

body, td{
	margin:0;
	padding: 0;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height:20px;
	text-align: left;
}

body{
	background-color:#000000;
	background-image:url(../images/bg_blue.gif);
	background-repeat:repeat-x;
}

DIV, P{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtr #container {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #000000;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#leftSidebar{
	float: left; 
	width: 690px; /* since this element is floated, a width must be given */
	padding:0; /* top and bottom padding create visual space within this div */
}


#rightSidebar{
	float: right; 
	width: 273px; /* since this element is floated, a width must be given */
	padding:0; /* top and bottom padding create visual space within this div */
}



#leftMenuNav{
	float: left; 
	width: 178px; 
	padding-left:32px;
	padding-top:32px;
	line-height:22px;
	font-weight:bold;
	font-size:13px;
}

.leftSep{
	background-image:url(../images/left_sep.gif);
	background-repeat:repeat-y;
	width:1px;
	margin-top:30px;
	height:640px;
	float:left;
}

#middleContents{/* home page middle section */
	float:left;
	margin:30px;
	width:410px;

}

#leftSidebarInner{
	float: left; 
	width: 100%; /* since this element is floated, a width must be given */
	padding:0; /* top and bottom padding create visual space within this div */
}

#middleContentsInner{/* home page middle section */
	float:left;
	margin:30px;
	width:670px;

}

.newsBar{
background-image:url(../images/news_pat.gif);
background-repeat:repeat-x;
width:100%;
height:32px;
vertical-align:middle;

}

a:link {
	color: #b11315;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #b11315;	
	font-weight:bold;	
}
a:hover {
	text-decoration: none;
	color: #b11315;
	font-weight:bold;	
}
a:active {
	text-decoration:underline ;
	color: #b11315;
	font-weight:bold;	
}

h2{
	font-size:22px;
	color:#004071;
	font-weight:normal;
}


.title{
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
}

.titleBlue{
	font-size:16px;
	color:#014782;
	font-weight:bold;
	text-transform:uppercase;	
}

.titleBlueSmall{
	font-size:13px;
	color:#014782;
	font-weight:bold;
	text-transform:uppercase;	
}




.copyright{
	font-size:10px;
	color:#FFFFFF;
	padding-left:20px;
	float:left;
}


.terms{
	font-size:10px;
	color:#FFFFFF;
	padding-right:20px;
	float:right;
}


a.whiteLink:link{
	color:white;
	text-decoration:none;
}

a.whiteLink:active{
	color:white;
	text-decoration:none;
}

a.whiteLink:hover{
	color:white;
	text-decoration:underline;
}

a.whiteLink:visited {
	color:white;
	text-decoration:none;
}

a.leftMenuNav:link{
	color:white;
	text-decoration:none;
}

a.leftMenuNav:active{
	color:white;
	text-decoration:none;
}

a.leftMenuNav:hover{
	color:white;
	text-decoration:underline;
}

a.leftMenuNav:visited {
	color:white;
	text-decoration:none;
}

.ShadowLeft{
	background-image:url(../images/index_02.gif);
	width:11px;
}

.ShadowRight{
	background-image:url(../images/index_04.gif);
	width:10px;
}

.borderOne{
	border:1px #6A7183 solid;
}



.red{
	color:#FF0000;
}


.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}


.err {
	color: #FF9900;
}

LI{
list-style-image:url(../images/bul.gif);

}


.input150px{
	width:150px;
}


.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


input{
	background-color:#232323;
	border:1px #515151 solid;
	color:#FFFFFF;

}

textarea{
	background-color:#232323;
	border:1px #515151 solid;
	color:#FFFFFF;

}


#rightColPadding{
	padding-left:20px;
	padding-right:20px;
}


.titleRed{
	color:#D50000;
	font-size:14px;
}

.titleGray{
	color:#999999;
}