@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 {
height:100%}

body {
	background-color:#fafbf4;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color: #0408b0;
}
#header{
	width: 800px;
	height:75px;
	background-color:#fafbf4;
	float: left;
}
.title {
	float: left;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	width:114px;
	color: #473fe5;
	padding-left: 10px;
	border-right: 1px solid #cad7ed;
	height:75px;
}
.mainheader {
	background-image: url(images/back5.jpg);
	background-repeat:  no-repeat;
	width: 639px;
	height: 75px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	color: #473fe5;
	float: left;
}
#outer{
	height:100%;

}

#left {
	height: 100%;
	width:150px;
	float:left;

	background-color:#fafbf4;
	background-image: url(images/back4.jpg);
	background-repeat:  no-repeat;
	background-position: 10px 0px;
	border-top: 1px solid #cad7ed;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: .8em;
	color: #473fe5;
	padding-left: 10px;

}

.sidemenu1 {
	height: 50px;
	width: 150px;
	display:table; 
}

.menu1, .menu2 {
	float: left;
	display:table-cell; 
	vertical-align:middle;
}

.menu1 {
	padding-top: 15px;
}
.menu2 {
	padding-top: 2px;
}



#content {

	background-image: url(images/back2.jpg);
	background-repeat:  no-repeat;
	background-position: 0px 0px;

	border-left: 1px solid #cad7ed;
	border-top: 1px solid #cad7ed;
	float: left;
	width: 70%;
	height: 100%;
	padding: 20px;
}





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

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;
}

.fltrt {
	float: right;
}
.fltlft {
	float: left;
}