html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Sans-Serif;
	vertical-align: baseline;
}
body 
{
	color: White;
	line-height: 1;
	background-image: url(images/background.png); 
	background-repeat: repeat-x; 
	background-color: #353533;
}
a
{
	color: White;
	text-decoration: none;
}
p
{
	color: #f9f9f9;
}
p a
{
    text-decoration: underline;
}
p a:hover
{
    color: #b6d034;
}
ol, ul 
{
	list-style: none;
}
table 
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td 
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" "";
}
h1, h1 span
{
	font-weight: bold;
	font-size: 23px;
	padding-bottom: 8px;
}
h2, h2 a
{
	color: #11110d;
	font-weight: bold;
	font-size: 24px;
}
h3, h3 span
{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
h4
{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
h5, h5 a
{
	color: #b6d034;
	font-weight: bold;
	font-size: 20px;
}
h6, h6 a
{
	color: #bbc2c7;
	font-size: 16px;
	font-weight: bold;
}
.clear
{
	clear: both;
}
.normalText
{
	font-size: 10pt;
	line-height: 12pt;
}
.alignLeft
{
    text-align: left;
}
.alignRight
{
    text-align: right;
}
.alignCenter
{
    text-align: center;
}
.jNetMenuItem a
{
	background-color: #353533;
}
.jNetMenuCurrentItem a, .jNetMenuItemDisabled
{
	background-color: #12120d;
}
.demoBlue
{
	color: #0067aa;
}
.dark
{
	color: #12120d;
}
.greyBox
{
	background-color: #353533;
	padding: 10px 20px;
	margin: 5px 0;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.greenBox
{
	background-color: #b6d034;
	color: #11110d;
	padding: 10px;
	margin: 5px 0;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.greenDot
{
	background-image: url(images/green-dot.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.whiteBox
{
	background-color: #e2e2e2;
	color: #11110d;
	padding: 8px 10px 3px;
	margin: 5px 0;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#PageWrap
{
	background-color: #12120d;
	width: 920px; 
	margin: 0 auto;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#Header
{
	width: 920px;
	height: 162px;
	margin-top: 2px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
}
#Logo
{
	display: block;
	float: left;
	margin: 18px 0 0 25px;
}
#HeaderInfo
{
	width: 380px;
	float: left;
	margin: 50px 0 0 15px;
	position: relative;
}
#PresentingSponsor
{
	position: absolute;
	top: 30px;
	left: 225px;
}
#PresentingSponsor label
{
	color: #aa2b3d;
	font-size: 10px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 29px 4px 0 0;
}
#PresentingSponsor img
{
	display: block;
	float: left;
}
#MainMenu
{
	margin-left: 15px;
}
#MainMenu ul ul, 
#MainMenu ul li:hover ul ul, 
#MainMenu ul ul li:hover ul ul 
{
    display: none;
}
#MainMenu ul li:hover ul, 
#MainMenu ul ul li:hover ul, 
#MainMenu ul ul ul li:hover ul, 
#MainMenu ul ul ul ul li:hover ul 
{
    display: block;
}
#MainMenu > ul > li 
{ 
	float: left; 
}
#MainMenu > ul > li > a 
{
	display: block;
	color: White;
	text-transform: uppercase;
	padding: 8px 12px 5px;
	margin-left: 1px;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#MainMenu > ul > li > a:hover
{
	background-color: #12120d;
}
#MainMenu > ul > li > ul
{
    position: absolute;
    z-index: 100;
}
#MainMenu > ul > li > ul > li > a
{
	display: block;
	background-color: #12120d;
	border-left: solid 1px #353533;
	border-right: solid 1px #353533;
	border-bottom: solid 1px #353533;
	padding: 3px 8px;
}
#MainMenu > ul > li > ul > li > a:hover
{
	background-color: #353533;
	border-left: solid 1px #11110d;
	border-right: solid 1px #11110d;
	border-bottom: solid 1px #11110d;
}
#ContentContainer
{
	background-color: #11110d;
	min-height: 300px;
	padding: 25px 25px 10px;
}
#ContentLeft
{
	float: left;
	width: 580px;
}
#ContentLeftLeft
{
	float: left;
	width: 300px;
}
#ContentRight, #ContentLeftRight
{
	float: right;
	width: 250px;
}
#ContentLeftLeft, #ContentLeftRight
{
	margin-top: 10px;
}
#Footer
{
	padding: 0 25px;
	font-size: 12px;
}
#Footer a
{
	text-decoration: underline;
}
#Footer a:hover
{
	color: #b6d034;
}
#FooterLeft
{
	float: left;
	width: 400px;
}
#FooterRight
{
	float: right;
	width: 350px;
	text-align: right;
}
#FooterRight .SkinObject
{
	color: #bbc2c7;
}