@charset "UTF-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.35em;
	background: #ccccff;
	background-image:url(images/back_grad.jpg);
	background-repeat:repeat-x;
	padding: 0;
	text-align: center;
	color: #000000;}
h1 {
	color:#CC0000;
	font-size:1.5em;}	
a:link {
	text-decoration: none;
	font-weight: bold;
	color:#660066;}
a:visited {
	text-decoration: none;
	color:#CC3333;
	line-height:2em;}
a:hover {
	text-decoration: underline;
	color: #000;}
a:active {
	text-decoration: none;}	

.maincontainer {
	background-image:url(images/backgrond_whole.gif);
	background-repeat:repeat-y;
	width:800px;
	border:1 px solid #000;
	padding:0;
	text-align:left;
	color:#000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
}
.homecontainer {
	width:700px;
	margin:20px auto;
	background-color:#FFF;
	padding:30px 20px;
	height: 475px;
}
.homeleft  {
	width:360px;
	float:left;
	background-color:#FFF;
}
.homeright {
	position:relative;
	text-align:left;
	background-color:#ffffff;
	width:330px;
	border:0;
	margin:0px;
	float:right;
	overflow: hidden;
}

.logo {
	margin:5px;
	clear: none;
	float: left;
	width: 265px;
}
.navbar {
	float:right;
	width:520px;
	background-color:#006600;
	color:#FF9966;
	text-align:right;
	height:40px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #66CC00;
	border-right-color: #66CC00;
	border-bottom-color: #66CC00;
	border-left-color: #66CC00;
}
.navbar li {
	display: inline;
	list-style-type: none;	
	padding-right: 20px;
}

.navbar a:link {
	font-weight:600;
	text-decoration:none;
	color:#FFFF33;
}

.navbar a:visited {
	text-decoration:none;
	color:#33CC66;
}
.whitebox {
	position:relative;
	text-align:left;
	background-color:#ffffff;
	width:480px;
	border:0;
	padding:20px;
	margin:0px;
	float:right;
}
.question {
	color:#006600;
	line-height:2em;
	font-weight:bold;
	text-shadow:#000000;
}
.answer {
	text-indent:2em;
}
.address {
	text-align:center;
	font-weight:600;
	font-size:small;
	line-height:1.2em;
}
.firstclass {
	text-align:center;
	font-size:1 em;
	font-weight:bold;
	color:#990000;
}	

.floatlt {
	float:left;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.floatrt {
	float:right;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 0px;
}
.clear{
	width:100%;
	height:1px;
	margin:0 0 -1px;
	clear:both;
}

