@charset "utf-8";

/* CSS Document */





body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: Arial, Helvetica, sans-serif;

	background-image:url(imgbg.png);

	background-repeat:repeat-x;

	background-color:#333;

	color: #000;

	text-align: left;

	padding:0;

	margin:0;

}



.container {

margin:0 auto;

width:800px;}



h1 {

	font-size: 2.8em;

	font-weight: bold;

	text-transform: normal;

	margin:0 0 4px 0;

	padding:0;

}

h2 {

	font-size: 1.4em;

	font-weight: normal;

	text-transform: normal;

	margin:0 0 4px 0;

	padding:0;

}



.center{

	text-align:center;

}

a {

	color:#990000;

	text-decoration:none;

}

a:active {

	color:#990000;

	text-decoration:none;

}

img {

	border:none;

}

li.startbox {

	background-color:#FFF;

	width:800px;

	height:170px;

}



#logo {

	float:left;	

	margin:25px 30px 20px 0;

	padding:0 20px 10px 10px;

}

#logotext {

	margin:20px 10px 50px 0;

	width:400px;

	float:left;

	height:200px;

	

}

.boxcontainer {

margin:0;

width:900px;

}



ul.boxcontainer {

	margin:0;

	padding:0;

	list-style:none;

	float:left;

}



ul.boxContainer li {

	margin:0;

	margin-top:20px;

	padding:0;

	float:left;

	background-color:#FFF;

}

li.startbox {

	background-color:#FFF;

	width:800px;

	height:150px;

}



li.box {

background-color:#FFFFFF;

float:left;

height:600px;

margin-right:20px !important;

margin-top:-110px;
*margin-top:10px;

width:390px;

}

.boxtext {

	margin:20px;

	height:auto;

	color:#202020;

	float:none;

}

.boxtext p {

	color:#202020;

	float:none;

	font-size:1.2em;

	margin:-3px 0 0 0;

	line-height:18px;

}

.boxtext h1 {

	font-size: 4, 32pt;

	color:#202020;

	margin:10px;

	font-weight:bold;

}

.boxtext h3 {

	font-size: 1.2em;

	font-weight: normal;

	text-transform: normal;

	margin:2px 0 -5px 0;

	padding:0;

	color:#990000;

}

.boxtext a:hover {

	background-color:#EEEEEE;

}

.boxtext a {

	color:#000000;

	font-weight:bolder;

	text-decoration:none;

}

.boxtext ul {

	list-style-type: none;

	float:none;

	margin-left:-30px;
	
	*margin-left:0;

	

}

.boxtext ul li {

	background-image:url(img/check2.png);

	background-repeat:no-repeat;

	background-position: 5px 5px; 

	font-size:1.2em;

	font-weight:normal;

	padding: 0 20px;

	margin:6px;

	float:none;

}

.textheight {

	height:350px;

}

	


