

body {
    color:#666666;
	background-color:#025277;
	font-size:0.8em;
	margin: 0;
	text-align:center;
	font-family: Arial, sans-serif 
}

a {
	color:#025277;
	text-decoration:none;
    
}

a:hover {
	color: #00929f;
	text-decoration: none;
}


#bodyDiv {
	height:100%;
	text-align: left;
	margin:0 auto;
	width:90%;
	min-width:750px;
	max-width: 974px;
	color: #000000;
	background-color:#FFFFFF;
}


#header {
	
}

#headMain {
	
	margin:0px;
	height:80px;
	width: 100%;
	background-image: url('http://www.gctool.net/images/header1.png');
	background-repeat:no-repeat;
	background-color:#f7f4d3;
	border-bottom: 2px solid #111111;
}
#headRight {
	float:right;
	background-image: url('http://www.gctool.net/images/header2.png');
	background-repeat:no-repeat;	
	width:331px;
	height:80px;
}

#contentDiv {
	background-color:#FFFFFF;
}

h1{ font-size: 1.6em; color: #016776; font-weight:bold;}

h2 {
	font-size:1.3em;
	color:#016776;
}

h3 {
	
	color: #016776;
	font-size:1.2em;
	font-weight:normal;
}



#contentMain, #contentLeft {
	padding: 15px;
	background-color:#FFFFFF;
}

#contentLeft {
	width: 200px;
	min-height:100%;
	height:100%;

	float: left;
	background-color:#FFFFFF;
	padding-right:0px;
	margin:0 auto;
	
}

#contentLeft ul {
	list-style-type: disc;
	list-style-image: url('http://www.gctool.net/images/arrow.png');
	font-size: 1.2em;
	font-weight: bold;
}


#contentMain {
	background-color:#FFFFFF;
	margin-left:220px;
	border-left:2px solid black;
}

#footer {
	clear:both;
	border-top:2px solid black;
	font-size:smaller;
	text-align:center;
}
