body 
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #cccccc;
}

/*********************************************************/
/* Anchor Psuedo Classes                                 */
/* 		Order is important: link, visited, hover, active */
/*********************************************************/
a {
	color: #0000FF;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #E4481F;
	text-decoration: underline;
}
a:active {
	color: #000080;
	text-decoration: underline;
}

/****************************/
/* Element Level Tag Styles */
/****************************/
img {
	border: none;
}

ul { /* Not Needed for higher versions of FF and IE */
	/*padding-left: 0px; /* needed for Netscape Navigator to act like IE with List Items */
}

h1 {
	font-size: 20px;
	color: #000080;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
}
h3 {
	color: #494947;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
h4 {
	color: #F24F00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/***********************************/
/* Generic Classes                 */
/***********************************/
.redfont {
	color: #FF0000;
}
.redBold {
	color: #FF0000;
	font-weight: bold;
}
.bluefont {
	color: #0000FF;
}
.greenfont {
	color: #008000;
}
.orangefont {
	color: #E4481F;
}
.center {
	text-align: center;
}
.menu {
	display: none;
}
.inline {
	display: inline;
}
.heavyText {
	font-weight: bold;
}

/* ############ ENTIRE PAGE ################## */

div.Page 
{
	position: relative;
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	background-color: #FFFFFF;
}

/* ############ BANNER ############## */
div.Banner 
{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	/* *** */
	background: url("../images/banner_bg.gif");
}

.SubBanner 
{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/* *** */
	background-color: #000066;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ############ MIDDLE ############## */
div.Middle 
{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
}

/*********************************/
/* Sections appear inside Middle */
/* and are Universal			 */
/*********************************/
div.breadCrumb 
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}

#Content /* ID Content for Text Sizer */
{
	font-size: 12px;
}

#ContentSizerControl 
{
	font-size: 12px;
}

div.Content 
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* *** */
	padding-top: 10px;
}

div.Content p 
{
	margin-left: 5px;
	margin-right: 5px;
}

div.NavBar /* Inside Content */
{
	position: relative;
	display: inline;
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
	border-right: #dcdcdc thin solid;
	border-top: #dcdcdc thin solid;
	border-bottom: #dcdcdc thin solid;
	padding-right: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

div.Arrow /* Inside Content */
{
	position: relative;
	display: block;
	width: 75px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div.Arrow2 /* Inside Content */
{
	position: relative;
	display: block;
	width: 60px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	margin-top: 155px; /* Needs to stay at 155 to aling with arrow on left */
	margin-left: auto;
	margin-right: auto;
}

div.NavBar p 
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.textSizer /* Inside Content */
{
	position: relative;
	display: inline;
	width: 65px;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
	border-left: #dcdcdc thin solid;
	border-top: #dcdcdc thin solid;
	border-bottom: #dcdcdc thin solid;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
}

div.textSizer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.textSizer p
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}

/* ############ FOOTER ############## */
div.Footer 
{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	/* *** */
	background-color: #000066;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;	
}

div.Footer hr {
	text-align:center;
	width: 85%;
	border-bottom-width: thin;
	border-bottom-color:#CCCCCC;
}

/* ############ FOOTER ############## */
div.Comodo 
{
	/*Nothing*/
}