@charset "utf-8";
/* CSS Document */

* { margin:0px; padding:0px; outline:none;}

.float_left { float:left; }
.float_right { float:right; }
.no_border { border:none; }

body { background:url('../images/main_bg.gif') repeat-x top; font-family:Arial, Helvetica, sans-serif; margin:0 auto;
	text-align:center; }
	
#main { width:779px; text-align:center; font-size:12px; margin:0px auto; clear:both; }

/* Header */
#header { height:311px; clear:both; }

#header_left{ width:334px; float:left;}
#header_left p.respect{ margin-top:38px; margin-left:33px; text-align:left;}

#header_right{ width:445px; float:right;}
#header_right p.top_links{ margin:10px 17px 19px 0px; font-size:11px; color:#000066; text-align:right;}
#header_right p.top_links a{ margin:0px 2px; color:#000066; text-decoration:none; }
#header_right p.top_links a:hover{ margin:0px 2px; color:#402612; text-decoration:underline; }

/* Top navigation */
#nav { width:779px; text-align:center; margin:0px auto; height:34px; }

#nav ul { list-style-type:none; text-align:center; width:779px; }
#nav ul li{ position:relative; float: left; list-style-type:none; text-align:center; font-weight:bold; }
#nav li a.links{ display: block; color: #FFF; font-size: 12px; text-decoration: none; line-height:34px; 
   padding:0px 19px; background:url('../images/nav_divider.gif') no-repeat top right; }
#nav li a.links:hover{ line-height:34px; color:#7f7f7f; }
#nav li a.last_links{ display: block; color: #FFF; font-size: 12px; text-decoration: none; line-height:34px; 
   padding:0px 19px; }
#nav li a.last_links:hover{ line-height:34px; color:#7f7f7f; }

/* Content */

#content { width:700px; text-align:left; margin:10px 0px 19px 30px; font-size:12px; color:#515151; clear:both;  }

#content a{ color:#1a4669; text-decoration:underline;  }
#content a:hover{ color:#1a4669; text-decoration:none;  }

#content h2{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#1a4669; margin-bottom:16px;
	padding-top:9px;}

/* Footer */

#footer {background:url(../images/footer_bg.gif) repeat-x; height:27px; text-align:left; padding-left:19px; 
	font-size:10px; color:#000000; padding-top:15px; }


