/* CSS Document */

body 
{
	background-color: #262626;
	margin: 0;
	text-align: center
}

a, a:visited {
	color: #0c2761;
}

a:hover {
	text-decoration: none;
}

a h3 {
	font-weight: normal;
	display: inline;
}


/*regions*/

#header {
	background-color: #262626;
	background-image: url(commonImages/Header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 126px;
}

#header h1 {
	margin-left: 525px;
	margin-top: 20px;
	color: #d00e0e;
	font-size: 2.4em;
	font-weight: normal;
}

#header h3 {
	margin-left: 650px;
	margin-top: -10px;
	color: #d7d0d0;
	font-size: 1.3em;
	font-weight: normal;
}

#contentWrapper {
	text-align: left;
	margin: auto;
	padding-top: 15px;
	width: 985px;
}

#contentLeft {
	width: 810px;
	border: 4px #262626 solid;
	padding: 10px 5px;
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentRight {
	float: right;
	width: 140px;
	border: 4px #262626 solid;
	background-color: #d00e0e;
	background-image:url(commonImages/RightNavBG.jpg);
	background-repeat:no-repeat;
	padding: 4px;
	color: #EFEFEF;
	text-align: center;
}

#contentRight a, #contentRight a:visited {
	color: #EFEFEF;
}

#contentRight h3 {
	color: #0c2761;
	display: inline;
}

#contentRight ul {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60; 
	width: 100%;
	text-align: left;
	list-style-type: none;
	margin: 0 0 48px 0;
	padding-left: 0px;
}

#contentRight ul ul {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1; 
}

#contentRight li {
	color: #0c2761;
	cursor: pointer;
	background-color: #fff;
	padding: 2px;
	border-bottom: solid 1px gray;
}

#contentRight ul ul li {
	color: #0c2761;
	list-style-type: none;
	font-size: 0.9em;
}

#contentRight a, #contentRight a:visited {
	color: #fff;
}

#contentRight ul ul li:hover, #contentRight ul ul li a:hover {
	background-color:#0c2761;
	color: #fff;
}

#contentRight ul ul a, #contentRight ul ul a:visited {
	color: #0c2761;
}

#videos li {
	margin-top: 24px;
}
