* {
        padding:0px;
        margin:0px;
        border:0px;
}

html {
        width:100%;
}

body
{
        padding: 0px;
        border:0px none;
        width: 1000px;
        height: 100%;
        margin: 0px auto;
        /*text-align:center;*/

	/*font-family: georgia, times, "times new roman", serif;*/
	font-family:Arial, Helvetica, sans-serif;
	
	color: #000;
	background-color: #35537e;	
	
}

		
#container{
	position:relative;
	background-color: #eee;			
}
		
#header {
	width: 1000px;
	height:110px;
	background-color: #fff;
}

#header_col1{
	float:left;
	width: 600px;
	height:110px;
	/*background-color:yellow;*/
}

#header_col2{
	float:left;
	width: 400px;
	height:110px;
	/*background-color:#eee;*/
}

#gsearch{
	float:right;
	width: 400px;
	height:60px;
	text-align:right;
	/*background-color:#aaa;*/
}

#header_links{
	float:left;
	width: 400px;
	height:50px;
	/*background-color:#ccc;*/
}

#complogo {
	float:left;
	padding-top:3px;
	padding-left:15px;

}

#comptitle1 {
	position:absolute;
	left:180px;
	top:35px;
	
	/*float:left;
	margin-top:30px;
	margin-left:10px;*/
        width:163px;
        height:124px;
}

#comptitle2 {
	position:absolute;
	left:180px;
	top:60px;
	
	
	/*float:left;
	margin-top:55px;
	margin-left:30px;*/
        width:166px;
        height:26px;
}


#contactustop {
	float:right;
	padding-top:30px;
	padding-right:15px;
	/*background-color:#eee;*/
}


#contactustop a, #hometop a{
	font: normal 11px Arial, Tahoma;
	color: #30598a;
	text-decoration: none;
}

#contactustop a:hover, #hometop a:hover {
	font: normal 11px Arial, Tahoma;
	color: #30598a;
	text-decoration: underline;
}	
	
	
	
		
#footer
{
	clear: both;
	height:72px;
	background:url(../images/index_23.gif);
	/*padding-top:30px;*/
	padding-left:10px;
	text-align:left;

	font: normal 11px Arial, Tahoma;
	color: #fff;

}

#footer a{
	color:#fff;
	text-decoration: none;
}

#footer a:hover{
	color:#fff;
	text-decoration: underline;
}