/* ComputerMD CSS Document */
html, body {
	/* height: 100%; */
}
body {
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-align: center;
	background-color: #009999;
	background-color: #CCCCCC;
	}
a:link {
	color: #002AA8;
}
a:visited {
	color: #002AA8;
}
a:hover {
	color: #E6AC00;
	
}
/*#bkgnd {
 	background-image: url(../images/sitebkgnd2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right; 
	text-align: center;
	background-color:#FFFFFF;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 799px;
}*/
#container {
/*	border: 3px solid #000000;
 	background-image: url(../images/sitebkgnd2.jpg); 
	background-repeat: no-repeat;
	background-position: bottom right;*/
	background-color:#FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	width: 799px;
	}
#header {
	position: relative;
	padding: 0px;
	text-align: left;
	}
#leftcol {
/*	border: 1px solid #000000;
*/	width: .8em;
	height: 400px;
	float: left;
	margin: 0 3px 0 3px;
	padding: 0 3px;
	}
#rightcol {
/*	border: 1px solid #FF0000;
*/	width: 8.5em;
	height: 400px;
	float: right;
	margin: 0 3px 0 3px;
	padding: 0 3px;
	overflow: auto;
	}
#midcol {
/*	border: 1px solid #0000FF;
*/	padding: 2px 0px;
	text-align: justify;
	margin: 0 9.5em 0 .1em;
	/*overflow: auto;
	float: left;*/
	}
#footer {
	background-color: #009999;
	background-color: #333399;
	text-align: center;
	text-transform: uppercase;
	padding: 1em 0 0 0;
	font-size: .7em;
	color: #FFFFFF;
	margin: 0px 0;
	clear: both;
	}
div.figure {
	float: left;
	width: auto;
	border: thin solid #999999;
	padding: 0.5em;
	margin: 0.3em;
	}
div.figure p {
	color: #000000;
	text-align: center;
	font-style: italic;
	font-size: .9em;
	text-indent: 0;
	}
div.newsodd {
	background-color:#009999;
	background-color: #A82A00;
	border: 1px solid #000000;
	font-size: .8em;
	color: #FFFFFF;
	padding: 5px;
	}
div.newseven {
	background-color: #47C2C2;
	background-color: #FFC824;
	border: 1px solid #000000;
	font-size: .8em;
	color: #000000;
	padding: 5px;
	}
div.form {
	border: 1px solid #339999;
	padding: 3px;
	width: 95%;
	height: auto;
	margin: 3px;
	}
table.contact {
	border: 1px solid #000000;
	display: table;
	text-align: left;
	width: 70%;
	}
table.contact ul {
	list-style: none;
	display: table-row;
	}
table.contact li {
	border: 1px solid #000000;
	display: table-cell;
	}
#popup a {
	display: none;
	}
#popup a:hover {
	display: block;
	color: #FF0000;
	}
.alert {
	background-color: #FFFF00;
	color: #000000;
	}
#topnav li {
	display: inline;
	list-style: none;
	margin-right: .5em; padding-right: .75em;
	border-right: 1px solid #A82A00;
	}
#topnav li.last {
	border-right: 0;
	}
#zurvita {
	background-image: url(../images/zurvita_logo.jpg) no-repeat;
	background-repeat: no-repeat;
	}