/* CSS Document */

/* CSS Document */

body {background-color: #003366;
background-image: url(../images/top_bkground2.gif);
background-repeat:repeat-x;
background-position: top;
	  margin: 0px;
	  color: #003366;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;}

/* Standard anchor tag formatting */ 
A:link, A:visited { 
  color: #003366;
  text-decoration: underline; }
A:hover, A:active {
  color: #003366;
  text-decoration: none;}
  
/* end Standard anchor tag formatting */

/* navigation link formatting */
A.nav {text-decoration: none;
display:block;
height:22px;
padding-top: 7px;
text-decoration: none;}
A.nav:link, A.nav:visited {
color: #fff;
text-decoration: none;
background-color:#be112f;
}
A.nav:hover, A.nav:active {
color: #FFFFFF;
text-decoration: none;
	background-color: #003366;
	}
	
A.top_nav {text-decoration: none;
font-size:13px;}
A.top_nav:link, A.top_nav:visited {
color: #fff;
text-decoration: none;
}
A.top_nav:hover, A.top_nav:active {
color: #ddac45;
text-decoration: none;
		}
/* End navigation link formatting */

/* table color formatting */
table, td {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003366; }
  
table.top_border,td.top_border {border-top: 1px solid #fff;}
table.bottom_border,td.bottom_border {border-bottom: 1px solid #fff;}
div.right_left_border, table.right_left_border,td.right_left_border {border-left: 1px solid #fff; border-right: 1px solid #fff;}
table.nav_border,td.nav_border {border-left: 1px solid #fff; border-right: 1px solid #fff; border-top: 0px solid #fff;}
div.content_border, table.content_border,td.content_border {border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
table.left_border,td.left_border {border-left: 1px solid #fff;}
/* end table color formatting */

/* Text formatting for content */
.title {
  font-weight: bold;
  font-size: 15px;
  color: #003366;}
  
.sub_title {
  font-weight: bold;
  font-size: 12px;
  color: #003366;}
  
/* End formatting for content */

/* List formatting */
ul, li {
text-decoration: none;
margin-left: 12px;
padding: 5px 5px 5px 0px;

}

/*ul, li {font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 11px;}
/* end formatting */

/* Header formatting */
H1, H2, H3, H4, H5, H6 {color: #fff;
		    font-family: verdana, Arial, Helvetica, sans-serif;
			margin-top: 1px;
		    margin-bottom:1px;}
/* End Header formatting */

/* Class Selectors */
.underline {text-decoration: underline;}
.allcaps {text-transform: uppercase;}
.margin {margin: 10px 25px 25px 25px;}
.innerleftbox_padding {padding: 5px 5px 5px 5px;
background-color:#ffffff;
margin: 0px 10px 10px 10px;
font-weight: normal;
  font-size: 11px;
  color: #003366;
  border: 1px solid #111111;}
  
.innerleftbox2_padding {
  padding: 5px 0px 5px 0px;
background-color:#ffffff;
margin: 0px 10px 10px 10px;
font-weight: normal;
  font-size: 11px;
  color: #003366;
  border: 1px solid #111111;}

.innerleftboxtop_padding {padding: 8px 5px 8px 5px;
background-color:#be112f;
margin: 10px 10px 0px 10px;
font-weight: bold;
  font-size: 11px;
  color: #ffffff;
    border-left: 1px solid #111111; border-right: 1px solid #111111; border-top: 1px solid #111111;}
	
.innerleftboxtop_padding2 {
	padding: 8px 5px 8px 5px;
	background-color:#be112f;
	margin: 10px 10px 0px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	border-left: 1px solid #111111; border-right: 1px solid #111111; border-top: 1px solid #111111;
	}

.innermiddlebox_padding {padding: 10px 15px 15px 25px;}

.content_padding {
	padding: 10px 25px 25px 25px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #FFFFFF;
}
.bottom_padding {padding: 10px 25px 10px 25px;border-left: 1px solid #fff; border-right: 1px solid #fff; border-top: 1px solid #003366; border-bottom: 1px solid #fff; background: #FFFFFF;}
div.login {width:250px; margin-left:10px;}
/* End class selectors */

/* form elements formatting */
input, textarea, select{ BORDER: #000 1px solid;
            FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #fff; background-image: url(../images/form_bground.jpg);
	vertical-align: middle;}
	
select {font-size: 10px;}
/* end form elements formatting */.LargeTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #006;
}

