/*----------------- Layout --------------------*/
* {
	padding:0px;
	margin:0px;
}

/*----------------- Defaults --------------------*/
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: left;
	padding-left: 50px;
}
li {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: left;
}
ol, ul {
	margin-left: 25px;
	padding-left: 50px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


/*------------------- Containers ----------------------*/
#wrap {
	position: absolute;
	left:50%;
	width:776px;
	top:0px;
	margin-top:20px;
	margin-left:-400px;
	background-color: #FAF8F8;
}
#wrap_home {
	position: absolute;
	left:50%;
	width:776px;
	top:0px;
	margin-top:20px;
	margin-left:-400px;
}
#menu_home {
	text-align: right;
	padding-right: 31px;
}
#menu_main {
	text-align: right;
}
#menu_sub {
	background-repeat: repeat-x;
	height: 23px;
	width: 800px;
}
#footer_home {
	background-repeat: no-repeat;
	height: 95px;
	width: 800px;
}
#sidebar_left {
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #C5292F;
	text-align: center;
	width: 176px;
}
#sidebar_left p {
	text-align: center;
	margin-top: 20px;
	font-style: italic;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#content {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #E8E3E1;
}

/*------------------- Content Classes ----------------------*/
.menu_main_item {
	font-size: 14px;
	color: #CC0000;
	margin-right: 15px;
	margin-left: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.menu_main_item a:link {
	color: #000000;
	text-decoration: none;
}
.menu_main_item a:visited {
	color: #000000;
	text-decoration: none;
}
.menu_main_item a:hover {
	color: #CC0000;
	text-decoration: none;
}
.FooterHome {
	font-size: 9px;
	text-align: center;
}
.HeadingRightAligned {
	text-align: right;
}
.Screen {
	visibility: visible;
}
.sidebar_left {
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #C5292F;
	text-align: center;
	width: 176px;
}
.sidebar_left p {
	text-align: center;
	margin-top: 20px;
	font-style: italic;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	font-size: 0.9em;
}
.content {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #E8E3E1;
}
.BlankSpace {
	height: 25px;
}
.Bullet {
	vertical-align: middle;
}
