body {
	background: url(images/BodyBG.png) repeat-x black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #35383d;
	overflow: -moz-scrollbars-vertical;
overflow-y: scroll; //-y stands for the vertical scrollbar
	vertical-align: middle;

}

html {
	padding: 0;
	margin: 0;
}

a:link {
	text-decoration: none;
	border: 0px;
	-moz-outline-style: none;
}

a:active {
	text-decoration: underline;
	border: 0px;
	-moz-outline-style: none;
}

a:visited {
	text-decoration: none;
	border: 0px;
	-moz-outline-style: none;
}

a:hover {
	text-decoration: underline;
	color: #003399;
	border: 0px;
	-moz-outline-style: none;
}

a:focus {
	outline: none;
	-moz-outline-style: none;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS";
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;
	vertical-align: middle;
}

hr {
	border-left: 0px solid #abb0b5;
	border-right: 0px solid #abb0b5;
	border-top: 1px dotted #abb0b5;
	border-bottom: 0px solid #abb0b5;
	height: 1px;
}

form {
	padding: 0px;
	margin: 0px;
}

input {
	font-family: 'Verdana';
	color: #282b31;
	font-size: 11px;
}

textarea {
	font-family: 'Verdana';
	color: #282b31;
	font-size: 11px;
}

select {
	font-family: 'Verdana';
	color: #282b31;
	font-size: 11.5px;

}

/* BGContainer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.BGC {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**/

* html .Header {
	height: 98px;
}

/* */

.Header {
	background: url(images/Header.png) repeat-x left top;
	width: 800px;
	position: relative;
	clear: left;
	padding: 0px;
	min-height: 98px;
}

.Header h1 {
	line-height: 28px;
	letter-spacing: -1px;
	padding: 27px 5px 0px 100px;
	margin: 0px;
	font-weight: normal;
	color: transparent;
	position: relative;
	top: -2px;
	left: 8px;
}

.Header h1 a span.leftLogo {
	background: url(images/logo.png) no-repeat scroll left top;
	height: 88px;
	left: -2px;
	position: absolute;
	top: 12px;
	display: block;
	width: 360px;
	z-index: 1;
	cursor:pointer;
}

.Header h1 a span {
	display: none;
}

.Header h1 a:visited {
	
}
.Header h1 a span.backLogo {
	background: url(images/backlogo.gif) no-repeat 0 0;
	height: 27px;
	top: 4px;
	left: 60px;
	position: absolute;
	width: 91px;
	z-index: 50;
	display:none;
}

.Header h1 a:hover span.backLogo {
	display: block;
}

.Header .Desc {
	color: #75c0d9;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: 'Arial';
	padding: 0px;
	margin: 0px 0px 0px 100px;
	display: none;
}

.Header .LS {
	position: absolute;
	top: 10px;
	left: 30px;
	background: url(images/LogoIcon.png) no-repeat left top;
	width: 189px;
	height: 88px;
	display: none;
}

/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Menu {
	background: #164900;
	width: 800px;
	position: relative;
	height: 35px;
}

.Menu em {
	display: none
}

.Menu ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 97px;
}

.Menu ul li ul {
	display: none;
}

.Menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: 11px;
}

.Menu a {
	padding: 0px 0px 0px 3px;
	margin-right: 2px;
	background:#164900 url(images/MLeft.png) no-repeat left top;
	float: left;
}

.Menu a span {
	padding: 6px 9px 6px 6px;
	display: block;
	background: url(images/MRight.png) no-repeat right top;
	float: right;
}

.Menu a span {
	float: none;
	color: #FFF;

}

.Menu a:hover span {
	color: #FFF;
}

.Menu a:hover {
	background-position: 0% -25px;
	color: #003399;
	text-decoration: none;
}

.Menu a:hover span {
	background-position: 100% -25px;
	color: #164900;
}

.Menu .on {
	background: url(images/MLeft.png) no-repeat left bottom;
	color: #164900;
}

.Menu .on span {
	background: url(images/MRight.png) no-repeat right bottom;
	color: #164900;
}

.MTL {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/MTL.gif) no-repeat left top;
	height: 8px;
	width: 8px;
}

.MTR {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/MTR.gif) no-repeat left top;
	height: 8px;
	width: 8px;
}

/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.CON {
	background: #fff url(images/BGC.gif) repeat-y center;
	width: 800px;
	float: left;
	position: relative;
	padding: 0px;
	padding-bottom: 10px;
}

/* Side Central Single +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SCS {
	width: 500px;
	height: 500px;
	float: left;
	padding: 15px 30px 15px 30px;
}
.SCS2 {
	width: 490px;
	float: right;
	padding: 15px 30px 15px 30px;
	
}
.SCS2 a{
color:#015f0a}
.SCS21 {
	list-style: none;
	background:#136a06 url(images/bleft.jpg) repeat-x right bottom;
	width:185px;
	float: left;
	padding: 15px 5px 15px 20px;
	margin: 10px;
	font:Verdana, Arial, Helvetica, sans-serif;
	

}
.SCS21 li a{
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 3px 0 3px 12px;
margin: .4em 0;

	color:#fff;
}
.SCS21 li a:hover{
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 3px 0 3px 12px;
margin: .4em 0;

	color:#fff;
}
.SCS21 li ul {
	font-size:11px;
	color:#fff;
	line-height: normal;
	padding-left: 15px;
	margin: 1px;
}
.SCS3 {
	padding-bottom: 1px;
	width:250px;
	height:25px;
	line-height: 1px;
	}

.SCS4 {
	width: 490px;
	float: right;
}
.SCS h1 {
	font-size: 20px;
	font-weight: normal;
	background: url(images/PostHead.gif) repeat-x bottom;
	padding-bottom: 2px;
	letter-spacing: -1px;
}

.SCS h2 {
	font-size: 18px;
	font-weight: normal;
}

.SCS h3 {
	font-size: 14px;
	font-weight: bold;
}

.SCS p {
	font-size: 12px;
	line-height: 17px;
}

.SCS p strong {
	
}

.SCS img {
	
}

	.SCS ul {
	padding: 10px 0px;
	margin: 0px;
}

.SCS li {
	padding: 2px 0px 2px 15px;
	list-style-type: none;
	font-size: 11px;
	line-height: 15px;
	color: #4c4c4c;
}

.SCS a {
	text-decoration: underline;
}

/* Side Right Left +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SRL {
background:#136a06 url(images/bleft.jpg) repeat-x right bottom;
 
	width: 210px;
	float: left;
	padding: 15px 20px 15px 20px;
}

.SRL h3 {
	background: url(images/SRLH3.gif) repeat-x left bottom;
	color: #ffffcc;
	padding: 0px 0px 5px 0px;
	margin: 0px
}

.SRL li a {
	color: #FFF;
	font-size: 11px;
}

.SRL li a:visited {
	color: #FFF;
}

.SRL li a:hover {
	color: #abcee1;
}
.Bottom {
background:url(images/bleft.jpg);
position:relative;
width:210px;
height:71px;
padding: 0px 0px 0px 0px;
}
/* Categories +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Categ {
	margin-bottom: 5px;
}

.Categ h3 {
	padding-left: 10px;
	margin: 0px;
}

.Categ ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.Categ li {
	margin: 0px;
	padding: 2px 0px 3px 10px;
	list-style-type: none;
	font-size: 10px;
	border-bottom: solid 1px #106899;
}

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Footer {
	width: 800px;
	position: relative;
	clear: left;
	padding: 10px 15px;
}

.FL {
	position: absolute;
	top: -8px;
	left: 0px;
	height: 8px;
	width: 8px;
	background: url(images/FL.gif) no-repeat left top;
}

.FR {
	position: absolute;
	right: 30px;
	background: url(images/FR.gif) no-repeat left top;
	width: 8px;
	height: 8px;
	top: -8px;
}

.Footer p {
	font-size: 10px;
	color: #d5ddd1;
	padding: 0px;
	margin: 0px;
}

.Footer a {
	color: #d5ddd1;
	text-decoration: underline;
}

/*Custom additions*/

/*Global*/

div.customSidebar {
	position: absolute;
	top: 0px;
	left: 551px;
	color: white;
	width: 209px;
	z-index: 50;
	height: 482px;
}

div.customSidebar ul li {
	color: white;
}

div.customSidebar img {
	position: relative;
	margin-left: 4px;
	border:4px solid #09182A;
}

div#preloads {
	display: none;
}

