/* CSS Document */

body {
		margin:18px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #000;
		line-height: 12px;
		background-color: #979797;
		}
	
div#container {
		margin-left: auto;
		margin-right: auto;
		width:790px;
		background:#979797;
		}
		
div#header {
	margin: 0;
}

div#menu {
	margin: 0;
	text-align: center;
}


div#maincontent {
	margin: 10px 0 0 0;
	width:790px;
	background:#979797;
}

div#mainleft, div#mainright {
	width: 395px;
	height: 300px;
	background:#ccc;
	float: left;
	margin: 0 0 0 0;
	vertical align: bottom;
}


div#mainleft a:link, div#mainleft a:visited {
	background-color: inherit;
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

div#mainleft a.calc:link, div#mainleft a.calc:visited {
	background-color: inherit;
	color: #666;
	text-decoration: underlined;
}


		
p,h1,pre {
		margin:20px 25px 10px 25px;
		}
		
h1 {
		font-size:16px;
		padding-top:10px;
}


div#colone, div#coltwo, div#colthree, div#colfour {
	width: 182px;
	float: left;
	margin: 0 0 0 13px;
}

div#colone h2, div#coltwo h2, div#colthree h2, div#colfour h2 {
	
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	
	background-color: inherit;
	color: #fff;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

div#colone p, div#coltwo p, div#colthree p, div#colfour p {
	
	font: normal 10px/1 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: inherit;
	line-height: 12px;
	color: #fff;
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
}

div#colone a:link, div#colone a:visited {
	background-color: inherit;
	color: #ff6600;
	text-decoration: none;
}

div#coltwo a:link, div#coltwo a:visited {
	background-color: inherit;
	color: #ff6600;
	text-decoration: none;
}

div#colthree a:link, div#colthree a:visited {
	background-color: inherit;
	color: #ff6600;
	text-decoration: none;
}

div#colfour a:link, div#colfour a:visited {
	background-color: inherit;
	color: #ff6600;
	text-decoration: none;
}




h2 span {
	background-color: #ffffff;
	color: #fff;
	
}

div#colone h2 {
	color: #fff;
}

div#coltwo h2 {
	color: #fff;
}

div#colthree h2 {
	color: #fff;
}

div#colfour h2 {
	color: #fff;
}
		
ul#nav {
	margin: 0;
	padding: 0 0 0 0px;
	width: 790px;
	height: 38px;
	text-align: center;
	color: inherit;
}

ul#nav li {
	float: left;
	margin: 0;
	padding: 18px 0 0 0;
	list-style-type: none;
}

ul#nav li a {
	text-decoration: none;
	padding: 0px 40px 0px 10px;
}

ul#nav li a:link, ul#nav li a:visited {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a:active {
	background-color: inherit;
	color: #000;
}







div#foot {
	float: left;
	width: 790px;
	height: 38px;
	margin: 30px 0 0 0;
	background-color: #666;
	font: normal 10px/1 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: inherit;
	line-height: 12px;
	color: #fff;
	text-align: center;
}


div#foot a {
	text-decoration: none;
}

div#foot a:link, div#foot p a:visited {
	background-color: inherit;
	color: #fff;
}

div#foot a:hover, div#foot p a:active {
	background-color: inherit;
	color: #ccc;
}

