﻿body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 82%;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #333;
	background-color: #000;
	background-image: url(/images/bodybg.png);
	background-repeat: repeat-x;
}
body *
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a
{
	color: #333333;
}

a img
{
	border:none;
}

#maincontent
{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#header
{
	width: 100%;
	height: 160px;	
	text-align: center;
}


#header img.title
{
	margin-top: 20px;
}

#nav
{
	width: 1000px;
	margin: 0px;
	background-image: url(/images/nav/navbg.png);
	height: 60px;
	background-repeat: repeat-x;
	text-align: center;
}
#nav a
{
	font-weight: bold;
	text-decoration: none;
	line-height: 34px;
	color: #fff;
	display: block;
	padding: 0px 13px;
	float:left;
}
#nav a:hover, #nav a.lnkHov, #nav a.lnkSel
{
	background-image: url(/images/nav/navbgsel.png);
}

#nav div
{
	display:block;
	width: 1px;
	margin: 12px 0px 0px 0px;
	height: 10px;
	background-color: #fff;
	float:left;
	font-size:1px;	
}

#rightnav
{
	list-style: none;
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#rightnav li
{
	height: 51px;
	width: 242px;
	background-image: url(/images/navbg.png);
	background-repeat: no-repeat;
	text-align: center;
}

#rightnav li.lnkSel, 
#rightnav li:hover
{
	background-image: url(/images/navbgsel.png);
}

#rightnav a
{
	display: block;
	width: 100%;
	height: 51px;
}

#rightnav a img
{
	margin-top: 15px;
}

a.twitter
{
	background-image: url(/images/nav/twitter.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}

a.linkin
{
	background-image: url(/images/nav/linkin.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}

div.heading
{
	width: 100%;
	border-bottom: 2px solid #333;
	margin-bottom: 20px;
}

div.heading img
{
	margin-bottom: 10px;
}

.popupMenu
{
	color: #fff;
	width: 600px;
}

.popupMenu a
{
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
	color: #fff;
	display: block;
	padding: 0px 13px;
	background-color: #000;
	float:left;
}

.popupMenu div
{
	display:block;
	width: 1px;
	margin: 7px 0px 0px 0px;
	height: 10px;
	background-color: #fff;
	float:left;
	font-size:1px;
}



.popupMenu a:hover, .popupMenu a.lnkSel
{
	background-color: #666;
}

#footer
{
	width: 100%;
	height: 160px;
	background-image: url(/images/footer.png);
	background-repeat: repeat-x;
	vertical-align: bottom;
}

#footer div
{
	width: 1000px;
	height: 160px;
	vertical-align: bottom;
	margin: 0 auto;
	font-size: 0.9em;
}

#footer div a
{
	text-decoration: none;
	color: #fff;
}

#footer div a:hover
{
	text-decoration: underline;
}
.boldUnDecoratedLink
{
	font-weight: bold;
	text-decoration: none;
}
.boldItalicUnderlinedLink
{
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}

.blackBorderTextbox
{
	width: 303px;
	border: solid 1px black;
}

.noPaddingNoMargin
{
	padding: 0px;
	margin: 0px;
}

.paddingLeft25
{
	padding-left: 25px;
}

.yellowItalicText
{
	font-style: italic;
	text-decoration: none;
	color: #ff0000;
}

.boldWithHoverState
{
	font-weight: bold;
	cursor: pointer;
	font-style: italic;
	text-decoration: underline;
}

.pnl
{
	padding: 10px;
	border-bottom: dotted 1px #333;
	cursor: pointer;
}
.pnl:hover
{
	background-color: #ccc;
}
.exppnl
{
	margin-left: 150px;
}
.exppnl ul
{
	margin-left: 0px;
	padding-left: 15px;
}
.sub
{
	display:block;
	font-size:0.8em;
}


.clearer
{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	background-color: Transparent !important;
}



