/* CSS Document */
*{margin:0px;padding:0px}
 
body {
background-color: #1C3767;
line-height: 120%;
}

#bros {
background: url(images/bros.png) no-repeat;
background-color: #1C3767;
width: 800px;
margin: 10px auto 0 auto;
}
 
/* Container */ 
#container {
background-color: #ffffff;
width: 800px;
margin: 10px auto 0 auto;
}
/* Container */  

/* Header */
#header {
background-color: #ffffff;
width: 800px;
height: 144px;
}
 
#headernav {
float: left;
list-style: none;
margin-top: -2px;
margin-bottom: 3px;
margin-left: 0px;
width: 800px;
background: url(images/nav_norm.gif) repeat-x;
}
 
#headernav ul {
list-style: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
}
 
#headernav li {
text-align: left;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
 
#headernav ul li a {
display: block;
background: url(images/nav_norm.gif);
margin-right: 0px;
padding: 9px 24px 9px 24px;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
 
#headernav li a:hover {
background: url(images/nav_hover.gif) repeat-x;
}
/* End Header */
 
#content {
width: 800px;
margin-top: 2px;
margin-right: 0px;
margin-left: 0px;
font-size: 12px;
padding: 0px;
}
 
/* Begin Main */ 
#main {
background-color: #ffffff; 
color: #000000; 
margin: 15px 4px 5px 4px; 
padding:0px; 
}

#main ul {
list-style: none;
}

#main li {
display: inline;
margin: 0 auto 0 auto;
}
/* End Main */ 

.btitle {
display: block; 
clear: both; 
padding: 2px; 
margin: 0px 0px 2px 0; 
background-color: #213C73;
}
 
 /* Left Column */
#leftcolumn {
background-color:#ffffff; 
color:#000000; 
margin:0px 1px 5px 5px; 
padding:0px; 
border:1px solid #333333; 
width:340px; 
float:left;
overflow: none;
}
 /* End Left Column */
 
 /* Right Column */
#rightcolumn {
background-color:#ffffff; 
color:#000000; 
margin:0px 5px 5px 1px; 
padding:0px; 
border:1px solid #333333; 
width:340px; 
float:right;
overflow: none;
}
 /* End Right Column */
 
 
/* Special Menu Setup */ 

#special {
background-color: #ffffff; 
color: #000000; 
margin: 15px 4px 5px 4px; 
padding:0px; 
overflow: hidden;
}

*html #special {
background-color: #ffffff;
height: 100%;
overflow: hidden;
}

/* End Special Menu */
 
  /* Left Column */
#lcolumn {
background-color:#ffffff; 
color:#000000; 
margin:0px 1px 5px 5px; 
padding:0px; 
width:200px; 
float:left;
}

 /* End Left Column */
 
 /* Right Column */
#rcolumn {
background-color:#ffffff; 
color:#000000; 
margin:0px 5px 5px 1px; 
padding:0px; 
width:570px; 
float:right;
}

#rcolumn a:link {
color: #000000;
text-decoration: none;
}

#rcolumn a:visited {
color: #000000;
text-decoration: none;
}

#rcolumn a:hover {
color: #000000;
text-decoration: underline;
}

#rcolumn a:active {
color: #000000;
text-decoration: none;
}
 /* End Right Column */
 
/* End Special Menu Setup */

#ccolumn {
background-color:#f5f4d6; 
color:#000000; 
margin:0px auto 5px auto; 
padding:0px; 
width:340px; 
overflow: none;
}

/* Footer Properties */ 
#footer {
width: 800px;
height: 89px;
clear: both;
background: url(images/footer.gif) no-repeat;
}
 
#footer p {
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
font-size:  0.6em;
font-weight: bold;
color: #ffffff;
float: right;
margin-top: 35px;
padding: 9px 10px 9px 10px;

}

#footer a:link {
color: #ffffff;
text-decoration: none;
}

#footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
color: #ffffff;
text-decoration: underline;
}

#footer a:visted {
color: #ffffff;
text-decoration: none;
}
/* End Footer Properties */  

h4 {
font-size: 1.5em;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

h5 {
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
padding: 2px;
}

p {
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
} 
 
 /* Image & Float Properties */
.clear {
clear: both;
}

.image {
float: left;
margin: 0;
padding: 5px;
}  

.thumb2 {
float: left;
width: 125px;
margin: 0px 0px 15px 5px;
}

.thumb2 a:link {
color: #000000;
text-decoration: underline;
}

.thumb2 a:visited {
color: #000000;
text-decoration: none;
}

.thumb2 a:hover {
color: #000000;
text-decoration: none;
}

.thumb2 a:visited {
color: #000000;
text-decoration: none;
}
/* End Image & Float Properties */

/* Form */

.form {
background-color: #206573;
}

.fieldset {
border: 1px solid #213C73;
}

.buttons {
background-color: #213C73;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

/* End Form */

#copy {
font-family: Arial, Helvetica, sans-serif;
text-align:center;
font-size: 0.8em;
color: #ffffff;
}