/* NEW BLUE STYLES */
#top_banner
{
	background-image:url("../images/top_banner_bg.png");
	padding-left: 150px;
}
#menu
{
	position: relative;
	height: 40px;
	width: 100%;
	background-image:url("../images/menu_bg.png");
}
#main
{
	position: relative;
	width: 700px;
	border-left: 2px solid #336699;
	border-right: 2px solid #336699;
	background: #ffffff;
	text-align: left;
	padding: 10px 10px 10px 25px;
	margin-left: 150px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
#footer
{
	position: relative;
	width: 100%;
	height: 100px;
	background: #336699;
	text-align: left;
	padding-top: 10px;
}
#footer_content_left
{
	postion: relative;
	width: 330px;
	float: left;
	margin-left: 165px;
	font-size: 8pt;
	color: #b4b4b4;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #003399;
}
#footer_content_right
{
	position: relative;
	float: left;
	width: 330px;
	font-size: 8pt;
	color: #b4b4b4;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
}
#footer a
{
	color: #b4b4b4;
	text-decoration: none;
	padding-bottom: 5px;
}
.dashed
{
	border-bottom: 1px dashed #003399;
	padding-bottom: 5px;
	line-height: 16pt;
}
/* MAIN LAYER STYLES */
#main_content {
	padding: 20px 0px 0px 30px;
	border-left: 1px solid #cccccc;
}
/* COMMON STYLES FOR COMMON ELEMENTS */
a,b,strong,i,em,li,ul,ol,td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
strong.red
{
	color: #ff0000;
}
h1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
h2
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
em
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #6c6c6c;
	font-size: 10pt;
}
em.response
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #242424;
	font-size: 10pt;
}
em a
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #003366;
	font-size: 10pt;
}
#page_data
{
	position: absolute;
	padding: 15px 10px 10px 15px;
	text-align: left;
	top: 50px;
	left: 150px;
	/*left: 50%;*/
	width: 750px;
	border: 2px solid;
	border-color: #000000;
	background: #dddddd;
	filter = "alpha(opacity=60)";
	/*for firefox*/
	opacity: .6;
}
#error
{
	position: relative;
}
a 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	/*color: #5a308d;*/
	color: #003366;
	font-size: 10pt;
}
a.visited
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
	font-size: 10pt;
}
a.upcoming 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}
p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
}
td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
}
.copy
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 8pt;
}
.header
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12pt;
	text-align: center;
}
.subheader
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 11pt;
	text-align: center;
}
.subHeader2
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	text-align: center;
	border-bottom: 1px dashed;
}
sup {
	font-weight: bold;
}
.normal
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
}
.symbol
{
	font-family: symbol;
	font-weight: normal;
	color: #000000;
	font-size: 11pt;
}
pre {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
}
.red {
	color: #ff0000;
}
.awesome{
background: #222 url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}
/* Sizes ---------- */
.small.awesome {
font-size: 11px;
}
.medium.awesome {
font-size: 13px;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
}
 
/* Colors ---------- */
.blue.awesome {
background-color: #000099;
}
.red.awesome {
background-color: #ff0000;
}
.lightred.awesome {
background-color: #d73935;
}
.darkred.awesome {
background-color: #990000;
}
