html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	font-family:Verdana,Arial,Helvetica;
	font-size:12px;
	font-weight:normal;
}

html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe {
	padding:0;
	margin:0;
	border:0;
}

img {display:block;} 

.clear{
	display:block;
	clear:both;
}

* { outline: none;}

.all{
	width:800px;
	margin:0 auto;
}
.logo{
	margin:36px 0 0 0;
}
.slogan{
	float:right;
	padding:25px 18px 0 0;
	width:300px;
}
.mainContent{
	float:left;
	width:440px;
	padding:0 0 19px 0;
}
.mainMenu{
	border-top:1px solid #bbb;
	margin:7px 0 0 0;
	padding:0 0 0 3px;
}
.mainMenu li{
	list-style:none;
	float:left;
	padding:3px 0 0 0;
}
.mainMenu li a{
	color:#666666;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/mainMenuArrow.gif) no-repeat left 1px;
	padding:0 0 0 16px;
	margin:0 20px 0 0;
}
.mainMenu li a:hover{
	color:#80143F;
	background-position:left bottom;
}
.mainMenu li span{
	font-size:10px;
	font-weight:bold;
	color:#80143F;
	background:url(../images/mainMenuArrow.gif) no-repeat left bottom;
	padding:0 0 0 16px;
	margin:0 20px 0 0;
}
.content{
	padding:45px 10px 0 0;
	color:#333333;
}
.content h2{
	color:#80143F;
	font-weight:bold;
	font-size:12px;
}
.content ul{
	margin: 0 0 0 20px;
	line-height:16px;
}
.content ul li{
	padding:0 0 4px 0;
}
.content a{
	color:#80143F;
	text-decoration:none;
}
.content a:hover{
	text-decoration:underline;
}
.logos{
	margin:20px 0 0 20px;
}
.logos td img{
	display:inline;
}
.logos td{
	text-align:left;
	vertical-align:middle;
	width:140px;
	padding-bottom:10px;
}
.sideContent{
	float:right;
	width:320px;
	padding:7px 0 11px 0;
}
.sideTitle{
	margin-bottom:21px;
}
.box{
	margin:0 0 6px 10px;
}
.footer{
	clear:both;
	border-top:1px solid #bbb;
	font-size:10px;
	color:#868686;
	padding:14px 0 0 1px;
	background:url(../images/the_dna.gif) no-repeat right top;
}
.footer a{
	color:#868686;
	text-decoration:none;
}
.footer a:hover{
	color:#80143F;
	text-decoration:underline;
}

.errorContent
{
	float:left;
	width:356px;
	padding:0 0 19px 0;
	margin-top:40px;
}
