/*#Global#*/
body {
	margin: 0px;
	padding: 10px;
	background-color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	min-width: 840px;
}
h1
{
	color: #CC0000;
	font-size: 160%;
	text-align: center;
}

h2
{
	color: #002756;
	font-size: 130%
}

h3
{
	color: #002756;
	font-size: 120%
}

h4
{
	color: #002756;
	font-size: 110%
}

h5
{
	color: #002756;
	font-size: 100%
}
h6
{
	color: #ff0000;
	font-size: 80%
}
a
{
	text-decoration: underline;
	color: #2e2365;
}

a:hover
{
	text-decoration: underline;
	color: #F00;
}

a:visited
{
	text-decoration: underline;
	color: #2e2365;
}

hr
{
	color: #2e2365;
}


#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFF;
	text-align: left;
}
#top {
	width: 800px;
}

#content {
	width: 800px;
}
#contentLHS {
	width: 180px;
	float:left;
}
#contentRHS {
	width: 610px;
	float: right;
}

#footer {
	width: 800px;
	text-align: center;
	height: 100px;
	position: relative;
	float: left;
}
.footertext {
	text-align: center;
	font-size: 7pt;
	padding-top: 10px;
	color: #003;
}
.centertext {
	text-align: center;
}
.justifytext {
	text-align: justify;
	padding-right: 10px;
}
/*#Containers#*/
/*#Containers/Gray box#*/
.grayBox
{
	background: #f0f0f0;
	padding: 5px;
}
/*#Containers/Content Padding#*/
.ContentPadding
{
	padding: 5px 5px 5px 5px;
}
.footermenu {
	border-top: solid 3px #003;
	padding-top: 15px;
}
 /*#Menu/Footer Menu#*/
.footerCMSListMenuUL {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
}
.footerCMSListMenuUL li {
	display: inline;
	list-style-type: none;
	padding-left: 11px;
	padding-right: 7px;
}
.footerCMSListMenuUL a:link, .footerCMSListMenuUL a:visited {
	color: #003;
	text-decoration: none;
}
.footerCMSListMenuUL a:hover {
	color: #F00;
	text-decoration: underline;
}
.footerCMSListMenuUL a:link, .footerCMSListMenuUL a:visited {
	color: #003;
}
.footerCMSListMenuUL a:hover {
	color: #F00;
	text-decoration: underline overline;
}
/*#Containers/Black Box#*/
.blackBox
{
	width: 155px;
	margin: 10px 0 0 10px;
	border: 1px solid #545454;
	background: #f4f4f4;
	padding: 5px 0 10px 10px;
}

.blackBox .title

.blackBox .content
{
	padding: 5px;

}


/*#Galleries/Slider#*/
.Slider .Pager
{
}

.Slider .Pager a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	text-align: center;
	padding: 0px 1px 0px 1px;
	display: block;
	width: 10px;
}

.Slider .PagerPage, .Slider .Control
{
	margin: 3px 15px 0px 5px;
	float: left;
}

.Slider .Control a
{
	width: 30px;
}
/*#Containers/Orange box#*/
.orangeBox
{
	border: 0px solid #003;
	margin-bottom: 15px;
		
}
.orangeBox .content
{
	padding: 5px;
}
