/* CSS Document */

body {
	background:#fff url(../images/background.gif) repeat-x scroll 0 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:16px auto;
}

a {
	color:#000;
	line-height: 0;
	outline-style:none;
	outline-width:medium;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h2 { color: #CC0000; margin-top: 0; font-size: 1.6em; font-weight: bold; }
h3 { color: #000C5F; margin-top: 0; font-size: 1.3em; font-weight: bold; }

.clear { clear:both; font-size:0; height:0; line-height:1px; margin:0; padding:0; }
.floatLeft { float: left; }
.floatRight { float: right; }

#MainWrapper {
	border: 1px solid #0B0074;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	padding: 10px;
	width: 789px;
}

#Header { line-height: 0; }
#Header img { border: 1px solid #0B0074; }

#SideBar {
	width: 162px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-top: 12px;
}

#Body {
	width: 584px;
	float: left;
	display: block;
	margin-top: 12px;
	border: 1px solid #020A5B;
	padding: 15px;
}
#Body p { font-size: 1.1em; text-align: justify; }
#Body ul { list-style-image: url(../images/list_arrow.gif); margin: 0; padding: 0; margin-left: 14px; }
#Body ul li { margin-bottom: 4px; }
#Body table { border-top: 1px solid #020A5B; border-left: 1px solid #020A5B; width: 220px; }
#Body table td { padding: 2px; border-right: 1px solid #020A5B; border-bottom: 1px solid #020A5B; }
.second { text-align: right; }

#Menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu li {
	margin-bottom: 9px;
	height: 22px;
	border-left: 4px solid #A8190B;
	background: #C1C1C1;
	padding-top: 8px;
	padding-left: 10px;
}

#Menu li.selected {
	background: #020B5A;
	border: 0;
	padding-left: 5px;
}

#Menu li a {
	color: #A8190B;
	font-size: 1.2em;
	font-weight: bold;
}

#Menu li.selected a {
	color: #fff;
}

#RightIcon {
	float: right;
	margin: 0 0 10px 10px;
	width: 150px;
}

#RightIcon2 {
	float: right;
	margin: 0 0 10px 10px;
	width: 111px;
}

#RightIcon3 {
	float: right;
	margin: 0 0 10px 10px;
	width: 140px;
}

#FooterLinks {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0 0 10px;
	margin: 0;
	padding: 0;
	margin-left: 250px;
}

#FooterLinks li {
	border-right:1px dotted #585858;
	display:inline;
	margin-right:6px;
	padding-right:10px;
}

#FooterLinks li.last {
	border:0 none;
	margin:0;
	padding:0;
}