body {
	background-color: #004CE3;
	font-family: arial, helvetica;}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}


#header_logo {position: relative;
        width: 924px;
        height: 200px;
        margin: 15px auto;
        }
      
        .header_right {width: 400px;
                    height: 200px;
                    float: right;
                    position: relative;
                    text-align: right;
                    text-decoration: none;}
        
                            
#container {position:relative;
            width: 924px;
            margin: 5px auto;
            top: -23px;
			.background-color:#ffffff;
			.height:1000px;
                      
        }
		
#content_left {position:relative;
				width:600px;
				.border: 1px solid;
				.height:400px;
				.float:left;
				padding:3px;
				.background-color:#ffffff;
				}
#content_right {position:absolute;
				width:300px;
				.border:1px solid;
				.height:300px;
				left:615px;
				top:0px;
				padding:3px;
				.background-color:#ffffff;
				}
#content_right p {width:275px;
				margin:5px;
				}

#lower_content {position:relative;
				width:900px;
				.border: 1px solid;
				.height:400px;
				.float:left;
				padding:3px;
				.background-color:#ffffff;
				}
				
				
	#content_top {background: url('images/wrapper_top.png') no-repeat; width:934px; height:24px;}
	#content_middle {background: url('images/wrapper_mid.png') repeat-y; width:934px;}
	#content_bottom {background: url('images/wrapper_bottom.png') no-repeat; width:934px; height:45px;}
#nav {
	position:absolute;
	width:924px;
	height:0px;
	.background:url(../images/page_elements/nav.png) ;
	text-align:right; 
	color:#ffffff;
        left: 20px;
        top: 150px;
	}
	
		.nav a {
			text-decoration:none;
			color:#ffffff;
			font-family: arial, helvetica;
			font-weight:bold;
			
			}
		.nav a:hover {
			text-decoration:none;
			color:#ffff00;
			font-family: arial, helvetica;
			font-weight:bold;
			
			}
		.nav ul{
		margin:5px auto auto;
		text-decoration:none;
		}
		.nav  li {
		list-style-type:none;
		display:inline;
		margin-right:30px;
		text-decoration:none;
		}
		.nav span:hover {
		.background:url(../images/page_elements/navhover.png) ;
		text-decoration:none;
		color: #0083CB;
		font-weight:bold;
		
		cursor:pointer;
		.font-size:18px;
		
		}
		.nav span {
		text-decoration:none;
		.color:#0083CB;
		font-weight:bold;
		cursor:pointer;
		}
