@charset "utf-8";
html,body, div, span, applet, object, iframe, h4, h5, h6, pre, abbr, acronym, address,
big, cite, code, dfn, em, font, img, kbd, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td, p {
	margin: 0;
	padding: 0;
	border: 0;
	/*outline: 0;*/
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
}
body {
	background-color:#fafbf4;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color: #0408b0;
	height:100%
}
a:link {
	text-decoration: none;
	color: #00f;
}
a:visited {
	text-decoration: none;
	color: #00f;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}
.clearfloat { 
	clear:both;
}



#header{
	float: left;
}
.headertitle {
	float: left;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	color: #473fe5;
	padding-left: 10px;
        vertical-align: middle;
}
.logo {
	float: left;
}
.mainheader {
	padding-left: 30px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	color: #473fe5;
	float: left;
}



#leftmenu {
	float:left;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #473fe5;
	padding-left: 10px;

}
.sidemenu1 {

}


#content {	
	height: 100%;
	margin-left: 200px;
}

.linkslink {
        font-weight: bold;
}
.linkstext {
	color: #429925;
}











/*



#outer{
	height:100%;

}





.menu1, .menu2 {
	float: left;
	display:table-cell; 
	vertical-align:middle;
}

.menu1 {
	padding-top: 15px;
}
.menu2 {
	padding-top: 2px;
}












.fltrt {
	float: right;
}




*/




