/***************************
Global Styles
***************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000; 
}

a:link, a:visited, a:active { color: #008ad2; }
a:hover { color: #008ad2; }

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 18px;
	
}

/** Headers **/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #008ad2;
	margin-top: 0px; padding-top: 0px; margin-bottom: 10px;
}
h1 a:link, h1 a:visited { color: #008ad2; text-decoration: none; }
h1 a:hover { color: #008ad2; text-decoration: underline; }

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #008ad2;
	margin-top: 0px; padding-top: 0px; margin-bottom: 10px;
}
h2 a:link, h2 a:visited { color: #008ad2;  }
h2 a:hover { color: #008ad2;  }

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px; padding-top: 0px; margin-bottom: 10px;
}
h3 a:link, h3 a:visited { color: #000000;  }
h3 a:hover { color: #000000;  }

h4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 a:link, h4 a:visited { color: #000000;  }
h4 a:hover { color: #000000;  }

/** Lists **/

ul { padding-top: 0px; margin-top: 0px; }
ul li {
	list-style-image:url(../images/bullet.gif);
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*******************************
Navigation
*********************************/

#Nav {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;	
}

#Nav a:link, #Nav a:visited, #Nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 8px;
}

#Nav a:hover {
	color: #5FD1FF;
}

.subMenu {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #d3d3d3;
/*	border: 1px solid #9b9b9b;*/
	visibility: hidden;
	text-align: left;
	height: auto;
	line-height: 22px;

	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#Nav a.submenuItem:link, #Nav a.submenuItem:visited, #Nav a.submenuItem:active {
	color: #2F2F2F;
}

#Nav a.submenuItem:hover {
	color: #004961;
	text-decoration: underline;
}

#Nav p {
	border-bottom: 1px solid #5e5e5e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	line-height: 32px;
}

/*********************************
Content
*********************************/

.ContentIndent { padding-left: 10px; }

/***********************************
Solid Sidebox
**********************************/

#GrayBox {
	margin: 0px 0px 16px 0px;
	padding: 16px;
	background-color: #e5e5e5;
}

#GrayBox h2 { 
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #007cbd; 
}
#GrayBox ul {
	padding-left: 26px;
}
#GrayBox ul li {
list-style-image: none;
color: #000000;

	}

/******************************
Footer
*****************************/

#Footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/***********************************
Text Styles
************************************/
.LargeText { font-size: 14pt; }
.MedText { font-size: 12pt; }
.SmallText { font-size: 8pt; }

.MainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.MainBodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.MainBodyItalisized { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; font-weight: normal; color: #000000; }
.MainBodyItalisizedBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; font-weight: bold; color: #000000;  }

.Color1 {  color: #008ad2; }
.Color1Bold { color: #008ad2; font-weight: bold; }
.Color1Italisized { font-style: italic; font-weight: normal; color: #008ad2; }
.Color1ItalisizedBold { font-style: italic; font-weight: bold; color: #008ad2; }

.Reversed {  color: #ffffff; }
.ReversedBold { color: #ffffff; font-weight: bold; }
.ReversedItalisized { font-style: italic; font-weight: normal; color: #ffffff; }
.ReversedItalisizedBold { font-style: italic; font-weight: bold; color: #ffffff; }
