/* WOHAD */

body {
	font: 12px "Times New Roman", Times, serif;
	background: #E0BED8 url(images/body_bg.gif);
}

/* GENERAL TEXT SETTINGS */
p {
	color: #250A22;
	font: normal 12px/normal Arial, Verdana, sans-serif;
}
a  {
	color: #003366;
	text-decoration: underline;
	font: normal 12px Arial, Verdana, sans-serif;
}
a:hover {
	color: #4B1545;
	text-decoration: none;
	font: normal 12px Arial, Verdana, sans-serif;
}

ul {
	font: 12px Arial, Verdana, sans-serif;
}

h1 {
	font: bold 24px "Times New Roman", Times, serif;
	color: #4B1545;
	background: url(images/panel/topicMain_bg.jpg) repeat-x top;
	text-align: left;
	display: block;
	height: 55px;
}
h2 {
	color: #4B1545;
	font: bold 18px "Times New Roman", Times, serif;
	display: block;
}
h3 { color: #8B95AF; font-family: Arial, Verdana,Tahoma; font-size: 12px; font-style: normal; font-weight: normal; }
.T_Caption { color: #4B1545; font-family: Arial, Helvetica, Tahoma; font-size: 11px; font-style: normal; font-weight: normal; }

.formField {
	color: #333333;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	Font-weight: normal;
	line-height: 14px;
	z-index: 100;
	background: #FAF0CB;
}


/* ENTIRE PAGE */
#pageContainer {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.centerDiv {
	width: 750px;
	margin-left: -375px;
	left: 50%;
	position: relative;
}

#bodyContainer {
	background: url(images/sidebar_bg.gif) repeat-y left;
}

#masthead {
	background: #4B1545;
}

/* SIDEBAR NAVIGATION MENU */
#sidebarNav {
	width: 200px;
	float: left;
}
#sidebarNav p {
	font-size: 11px;
}
#sidebarNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #A1B2D4;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #B098AD;
}
#sidebarNav li a {
	display: block;
	padding: 5px 2px 5px 20px;
	background: #D6B734 url(images/buttons/btn_up.gif) no-repeat 0% 50%;
	border-top: 1px solid #DFC65F;
	border-right: 1px solid #B39624;
	border-bottom: 1px solid #B39624;
	border-left: 1px solid #DFC65F;
	text-decoration: none;
	color: #4B1545;
}
#sidebarNav li a:hover {
	display: block;
	padding: 5px 2px 5px 20px;
	background: #B098AD url(images/buttons/btn_over.gif) no-repeat 0% 50%;
	border-top: 1px solid #DED3DD;
	border-right: 1px solid #4B1748;
	border-bottom: 1px solid #4B1748;
	border-left: 1px solid #DED3DD;
	text-decoration: underline;
}
#sidebarNav li li a {
	display: block;
	padding: 2px 2px 2px 25px;
	background: #D6B734 url(images/buttons/btn_up1.gif) no-repeat 0% 50%;
	border-top: 1px solid #DFC65F;
	border-right: 1px solid #B39624;
	border-bottom: 1px solid #B39624;
	border-left: 1px solid #DFC65F;
}
#sidebarNav li li a:hover {
	display: block;
	padding: 2px 2px 2px 25px;
	background: #B098AD url(images/buttons/btn_over1.gif) no-repeat 0% 50%;
	border-top: 1px solid #DED3DD;
	border-right: 1px solid #4B1748;
	border-bottom: 1px solid #4B1748;
	border-left: 1px solid #DED3DD;
}

/* BODY CONTENT */
#bodyContent {
	float: left;
	width: 530px;
	padding: 5px;
	background: #FFFFFF;
}
.linkBody  {
	color: #003366;
	text-decoration: underline;
	font: normal 12px Arial, Verdana, sans-serif;
}
A.linkBody:Hover {
	color: #4B1545;
	text-decoration: none;
	font: normal 12px Arial, Verdana, sans-serif;
}

.buttonWeb {
	color: #4B1545;
	z-index: 100;
	font: bold normal 11px/14px Tahoma, Arial, Verdana;
	background: #D6B734;
}

/* FOOTER */
#footerContainer {
	padding-top: 10px;
	padding-left: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #F9DCB4;
}
#footer {
	bottom: 0px;
	background: #4B1545;
	height: 45px;
	clear: both;
}
.linkFooterNav {
	color: #F9DCB4;
	/*margin: 1px; */
	text-decoration:none;
	font: normal 11px Arial, Helvetica, sans-serif;
}
A.linkFooterNav:Hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	/*margin: 1px; */
	text-decoration:underline;
}
.topicMain {
	font: bold 24px "Times New Roman", Times, serif;
	color: #4B1545;
	background: url(images/panel/topicMain_bg.jpg) repeat-x top;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	display: block;
	height: 50px;
}
.imgPadLB {
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgPadRB {
	padding-bottom: 10px;
	padding-right: 10px;
}
.pullQuote {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
	width: 300px;
	padding-left: 30px;
	color: #004487;
}
.alphaList {
	list-style: upper-alpha;
}
.message {
	font: 12px Arial, Verdana, sans-serif;
	color: #990000;
}
ol {
	font: 12px Arial, Verdana, sans-serif;
}
