@charset "UTF-8";
	
/* CSS Document */

/* Reset */
body
{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
	margin:0;
	padding:0;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img
{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}
caption,th
{
	text-align:left;
}
h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after
{
	content:'';
}
abbr,acronym
{
	border:0;
	font-variant:normal;
}
sup,sub
{
	line-height:-1px;
	vertical-align:text-top;
}
sub
{
	vertical-align:text-bottom;
}
input, textarea, select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* Overall */
body
{
	background: #333;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 18px 0px 0px 0px;
}
h1
{
	display: none;
}
h2
{
	color: #AF2532;
	font-size: 15px;
	padding: 8px 5px;
	text-transform: uppercase;
}
h3
{
	color: #AF2532;
	font-size: 14px;
	padding: 7px 5px;
	font-style: italic;
}
h4
{
	color: #AF2532;
	font-size: 13px;
	padding: 6px 5px;
}
p
{
	padding: 5px 0px;
}
li
{
	color: #AF2532;
}
ul
{
	margin: 5px 5px 5px 10px;
}
ul li
{
	background: url(images/bullet.gif) left center no-repeat;
	list-style: none;
	padding: 2px 2px 2px 25px;
}
ol
{
	margin: 5px 5px 5px 30px;
}
ol li
{
	padding: 2px 2px 2px 15px;
}
table
{
	border-spacing: 5px;
	margin: 5px 0px;
}
td
{
	border-bottom: 1px #AF2532 dotted;
	padding: 2px 4px;
}
th
{
	border-bottom: 2px #AF2532 solid;
	font-weight: bold;
	padding: 2px 4px;
	text-align: center;
}
a
{
	color: #000;
	text-decoration: underline;
}

/* Sidebars */
#divLeftbar
{
	background: #FFF url(images/leftbarbg.gif) top left repeat-y;
	color: #000;
}
#divLeftbarImg
{
	background: url(images/leftbar.jpg) top left no-repeat;
	float: left;
	height: 514px;
	width: 103px;
}
#divRightbar
{
	background: url(images/rightbarbg.gif) top right repeat-y;
}
#divRightbarImg
{
	background: url(images/rightbar.jpg) top right no-repeat;
	float: right;
	height: 514px;
	width: 107px;
}

/* Content Section */
#divContent
{
	margin: 0px 107px 0px 103px;
	padding: 30px 60px;
	background-color: #EBF0F9;
}
#divContent a
{
	color: #AF2532;
}

/* Header */
#divHeader
{
	background: url(images/headerleft.gif) top left no-repeat;
}
#divHeaderRight
{
	background: url(images/headerright.gif) top right no-repeat;
	height: 210px;
}

/* Main Menu */
#ulMainMenu
{
	float: left;
	margin: 0px;
	padding: 20px 0px;
	width: 110px;
}
#ulMainMenu li
{
	background: none;
	display: block;
	font-size: 14px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#ulMainMenu a
{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#ulMainMenu a:hover
{
	color: #AF2532;
}

/* Editable Content */
#divEditableContent
{
	border-left: 1px solid #AF2532;
	margin-left: 120px;
	padding-left: 20px;
}

/* Footer */
#divFooter
{
	text-align: center;
	color: #FFF;
}
#divFooter a
{
	color: #FFF;
	text-decoration: underline;
}
/* Classes */
.Right
{
	float: right;
	margin: 0px 0px 20px 20px;
}
.Left
{
	float: left;
	margin: 0px 20px 20px 0px;
}
