body{
margin:0;
padding:0;
background:#268fe5 url(../images/bg.jpg) repeat-x;
font:12px/1.2em Arial, Helvetica, sans-serif;
text-align:center;
padding-top:13px;
}

#container{
width:800px;
margin:0 auto 0 auto;
background-color:#fff;
/*--background-image:url(../images/bg_container.jpg);--*/
}

#header{
width:800px;
height:170px;
}

#nav{
width:800px;
height:47px;
background-image:url(../images/nav.jpg);
}

#content_upper{
width:740px;
padding:0 0px 20px 0px;
margin-bottom:-15px;
}

#upper_left{
float:left;
width:250px;
}

#upper_right{
float:right;
width:415px;
}

.clearthefloats{
clear:both;
}

#content{
width:740px;
background-color:#fff;
min-height:300px;
padding:0 30px 20px 30px;
}

/* for Internet Explorer */
/*\*/
* html #content{
height:300px;
}
/**/

#page_header{
text-align:left;
margin:20px 0 20px 0;
}

#footer{
width:800px;
height:72px;
}

#log_in{
clear:both;
position:relative;
width:100%
text-align:center;
margin-top:10px;
}


/*-----classes-----*/

.subheader{
font-size:16px;
font-weight:bold;
color:#0255ad;
}

.text_larger{
font-size:14px;
}

.red{
color:#900000;
}

.img_left{
float:left;
margin:5px 20px 10px 0;
border:1px solid #555;
}

.img_left_noborder{
float:left;
margin:5px 20px 10px 0;
}

.img_right{
float:right;
margin:5px 0 20px 10px;
border:1px solid #555;
}

.img_right_noborder{
float:right;
margin:5px 0 20px 10px;
}

.location_pic{
border:1px solid #666;
}

.back{
margin-top:40px;
padding-top:10px;
border-top:1px solid #ccc;
clear:left;
font-size:10px;
}

/*-----body links-----*/

a:link, a:visited{
text-decoration:underline;
color:#2d5aac;
}

a:hover, a:active{
text-decoration:none;
color:#360;
}

/*-----image link opacity-----*/

.fade a img{
filter:progid:dximagetransform.microsoft.alpha(opacity=80);
-moz-opacity:0.80;
margin-bottom:4px;
}

.fade a:hover img{
filter:progid:dximagetransform.microsoft.alpha(opacity=100);
-moz-opacity:1;
}

/*-----misc-----*/

img{
border:none;
}

iframe{
border:1px solid #666;
margin-bottom:5px;
}

dt{
font-family: Arial, Helvetica;
font-size: 14px;
font-weight: bold;
color:#024fa1;
}

hr{
margin:20px 0 20px 0;
}