/* CSS Document */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0;
	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #6D5434;
	text-align: center;
	height: 100%;
	background-color: #0CB1AD;
	margin-top: 0px;
}

/* links */
a { background: inherit; color: #cc0099; text-decoration: underline; }
a:hover { background: inherit; color:#009999; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 {
	font-size: 1.7em;
	color: #B8146F;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #B8146F;
}
h3 {
	font-size: 17pt;
	color: #330099;
}

p, h1, h2, h3 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 8px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.float-right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.float-left {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* start - table */
table {
	border-collapse: collapse;
	margin-left: 45px;
}
th strong {
	color: #fff;
}
th {
	background: #993333;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #D68686;
	border-bottom: solid 2px #FFF;
}
tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td {
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */
/***********************
	  LAYOUT
************************/

/* header */
#wrap {
	width: 800px;
	background-color: #FFF;
	border: 15px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* header */
#header {
	position: relative;
	height: 250px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#header .headerphoto {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 800px;
	height: 250px;
	background-image: url(..//images/headerbvs.jpg);
	background-repeat: no-repeat;
}
#header #logo-box {
	position: absolute;
	left: 10px;
	top: 10px;
}
#logo-box h1#logo {
	position: absolute;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: -11px;
	left: -10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 4px;
	text-align: center;
	width: 797px;
	z-index: 1005;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	width: 830px;
	height: 28px;
	font-style: normal;
	letter-spacing: 4px;
	background-color: #000000;
	text-align: center;
	left: -25px;
	top: -42px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	border: 0 none;
	width: 800px; /*For KHTML*/
	list-style: none;
	height: 28px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	}

ul#navmenu li {
	border: 0 none;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	margin: 0;
	padding: 0;
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 150px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 150px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	border-right-color: #000000;
	border-bottom-color: #000000;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FDE3BD;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	color: #FFF;
	background-color: #000000;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	color: #FFFFFF;
	background-color: #000000;
	letter-spacing: -1px;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #36A7AB;
	color: #FFF;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
	}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 150px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFF;
}
#content {
	width: 800px;
	clear: both;
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* sidebar */
/* main */
#main {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#main ul li {
	list-style-image: url(..//images/pinkbull.gif);
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 35px;
	font-size: 13pt;
	font-weight: bold;
	color: #009999;
	line-height: 14pt;
}

.post {
	margin: 0;
	padding: 0;
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
/* footer */
#footer {
	clear: both;
	margin: 0;
	height: 65px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	background-color: #416D30;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #00CCFF;	
}
#footer a:hover {
	text-decoration: underline;
	color: #255328;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.border{border: 0;}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: #000000;
}
a:link {
	color: #CA0195;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
#main .post p {
	margin-left: 25px;
	line-height: 13pt;
	color: #000000;
}
h4 {
	font-size: 16pt;
	color: #000000;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
	padding-top: 5px;
}
.style7 {
	font-size: 13pt;
	color: #7BF3E9;
	font-weight: bold;
}
.style15 {
	font-size: 24pt;
	color: #FDD4A6;
}
#main .post h3 {
	text-align: left;
	margin-left: 55px;
	margin-top: 15px;
}
h5 {
	font-size: 1.2em;
	color: #66DEFF;
	background-color: #000000;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}
.style19 {
	color: #330066;
	font-size: 12pt;
	padding-top: 5px;
	margin-left: 15px;
	padding-left: 15px;
}
.style20 {color: #cc0099}
.style22 {
	font-size: 14pt;
	color: #009999;
	font-weight: bold;
}
.style27 {
	font-size: 11pt;
	color: #CC0033;
	font-weight: bold;
	margin-left: 3px;
}
.style29 {
	font-size: 10pt;
}
.style30 {
	font-size: 11pt;
	color: #009999;
	text-align: left;
	padding-left: 25px;
	font-style: oblique;
}
#main .post table {
	border: 2px solid #0CB1AD;
}
#main .post hr {
	margin-right: 100px;
	margin-left: 100px;
	padding-right: 100px;
	padding-left: 100px;
}
#top {
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #416D30;
}
#top p {
	line-height: 13pt;
	text-align: center;
}
#top .post hr {
}
#wrap #content-wrap #content #top hr {
	margin-right: 150px;
	margin-left: 150px;
	padding-right: 150px;
	padding-left: 150px;
}
#tablebox {
}
#top div {
	background-color: #259196;
}
.style31 {
	font-size: 10pt;
	font-weight: normal;
	color: #330066;
}
.style32 {
	font-size: 11pt;
	font-style: italic;
	color: #98FAE3;
	font-weight: normal;
}
#tablebox a {
	color: #000000;
	text-decoration: underline;
}
#tablebox a:hover {
	color: #009999;
}
.style33 {
	font-size: 13pt;
	color: #90F6E1;
	font-weight: bold;
	line-height: 11pt;
}
.style34 {
	font-size: 11pt;
	font-weight: bold;
}


