body {
	margin: 0px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	}

.bodysmall {font-size: 10px}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #444444;
}

a:hover {
	background: none;
	
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}

#wrapper .btm {
	background: url(images/img05.gif) no-repeat left bottom;
}





/* Sidebar  orange #FB7600 */

#sidebar {
	float: left;
	width: 188px;
	padding: 25px 10px 0 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 32px;
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #444444;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}


/* Header */

#header {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y left top;
}


/* Menu */

#menu {
	
}


#menu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #16387C;

}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #C4D1D7;
	text-decoration: none;
}

#menu .home {
	margin-right: 3px;
	background: #C4D1D7;
}

#menu .second {
	margin-right: 3px;
	background: #C4D1D7;
}

#menu .Login {
	margin-right: 3px;
	background: #C4D1D7;
}

#menu .ms_Account {
	margin-right: 3px;
	background: #C4D1D7;
}

#menu .ms_Help {
	margin-right: 3px;
	background: #C4D1D7;
}

#menu .ms_Reports {
	margin-right: 3px;
	background: #C4D1D7;
}




/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}


/* Footer */

#footer {
	width: 100%;
	height: 5px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	background: #C4D1D7;
	font-family: Arial, Helvetica, sans-serif;
	color: #16387C;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-align: center;
}

#footer a {
	font-size: 10px;
	color: #16387C;
	border-bottom: 1px #FFFFFF none;
}