body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #e7e7e7 url(/images/shadowbg.gif) repeat-y center;
	color: #e7e7e7;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	position: relative;
}
h1 {
	background: #0C2677 url(/logo/header_bg_color.gif) repeat;
	margin: 0;
	width: 700px;
	height: 65px;
	font-size: 36px;
	line-height: 65px;
	cursor: default;
	text-align: left;
	font-weight: normal;
	padding: 0px;
	border-bottom: 1px solid #3863C1;
}
.title {
	background: #0C2677 url(/logo/header_bg_color.gif) repeat;
	margin: 0;
	width: 700px;
	height: 65px;
	font-size: 36px;
	line-height: 65px;
	cursor: default;
	text-align: left;
	font-weight: normal;
	padding: 0px;

}
.mynav {
	background: #495B99 url(/navbar/header_navbar_bg_color.gif) repeat;
	margin: 0;
	width: 650px;
	height: 21px;
	line-height: 21px;
	cursor: default;
	text-align: left;
	padding: 0px 0px 0px 50px;
	border-bottom: 1px solid #3863C1;
}
h2 {
	margin: 0px;
	padding: 12px 10px 3px 10px;
	font-size: 12px;
	color: #04070D;
	text-decoration: none;
}
#titlelink a{
	font-size: 12px;
	color: #04070D;
	text-decoration: none;
	font-weight:bold;
}



h1 span {
	color: #A5C4FF;
}
p {
	margin: 0px;
	padding: 3px 10px 10px 15px;
	line-height: 1.6em;
}
ul {
	padding: 0px 5px 0px 40px;
	line-height: 1.6em;
	margin: 0px;
}
a {
	color: #3259A9;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #4E56BD;
	text-decoration: underline;
}
h2 .new {
	color: #873CE9;
}
#pagecontainer {
	width: 699px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: justify;
	position: relative;
	background-color: #FFFFFF;
}
#maincontent {
	width: 520px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#sidebar {
	width: 170px;
	float: right;
	display: inline;
	margin: 0px 0px 10px 10px;
	border-left: 1px dashed #DCDCDC;
	text-align: left;
	position: absolute;
	top: 92px;
	right: 0px;
}
img {
	border: none;
	margin: 0px;
	margin-right: 0px;
}
img.leftaligned {
	margin: 5px 10px 5px 0px;
}
img.rightaligned {
	margin: 5px 0px 5px 10px;
}
h3 {
	font-size: 11px;
	margin: 10px 3px 10px 10px;
	color: #424242;
	text-align: center;
}
#copyright {
	font-size: 10px;
	text-decoration: none;
	color: #8C8C8C;
	text-align: center;
	padding: 8px;
	margin: 0px 20px;
	border-top: 1px solid #DCDCDC;
}
#copyrightmeclass {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	border-top: 1px solid #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	margin:25px 0px 0px 5%;
}
.smallcopyrighttext {
	font-size: 10px;
	text-decoration: none;
	color: #8C8C8C;
}
#newbadge {
	position: absolute;
	top: 170px;
	left: -20px;
}

#currentpath {
	padding: 10px 0px 3px 0px;
	border-bottom: 1px solid #DCDCDC;
	margin: 0px 10px 8px 10px;
}
h3.released {
	text-align: left;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	color: #929292;
	font-weight: normal;
}
#oopsbadge {
	position: absolute;
	top: 120px;
	left: -20px;
}
.new {
	position: absolute;
	top: 120px;
	left: -40px;
}
.centeralign {
	text-align: center;
}
.centeralign img {
	margin: 0px 4px;
}
#frontcontent {
	width: 700px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#frontcontent h2 {
	margin: 30px 60px 0px 60px;
	padding: 0px;
}
#frontcontent p {
	margin: 5px 60px 30px 60px;
	padding: 0px;
}
.headerBG {
	background-color: #0C2677;
	background-image: url(/logo/header_bg_color.gif);
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
}