body {
	background-color: #CDE2E3;
	text-align: center;

    font-family: Arial, serif;
    font-size: 10pt;
}

div {
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

a:link {
	font-family: Arial, serif;
	font-size: 10pt;
}

a:visited {
	font-family: Arial, serif;
	font-size: 10pt;
}

a:hover {
	font-family: Arial, serif;
	font-size: 10pt;
}

a:active {
	font-family: Arial, serif;
	font-size: 10pt;
}

H1
{
	font-family: Arial, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #385A64;
	margin-top: 0px;
}

H2
{
	font-family: Arial, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #385A64;
}

H3
{
	font-family: Arial, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Arial, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Arial, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Arial, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #003366;
}

/**************************************************
 ALIVE RAW 20080801 SKIN LAYOUT
**************************************************/

#Container {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	border-top: none;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}

#Masthead {
	width: 100%; height: 69px;
	background-image: url('Images/Masthead-Background.png');
	clear: both;
	position: relative;
}

#MastheadLogo {
	width: 280px; 
	height: 69px; 
	overflow: hidden;
}

#MastheadMenu {
	position: absolute;
	top: 4px;
	right: 200px;
}

#MastheadMenu ul {
	padding: 0px;
	margin: 0px;
}

#MastheadMenu ul li {
	float: left;
	list-style: none;
	padding: 1px 8px 1px 8px;
	border-right: 1px solid #6A9D9E;
}

#MastheadMenu ul li.Last-Child {
	border-right: none;
}

#MastheadMenu a:link, #MastheadMenu a:visited {
	display: block;
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}

#MastheadSearch {
	position: absolute;
	right: 2px; top: 2px;
	vertical-align: top;
}

#MastheadSearch input {
	width: 120px !important;
}

#MastheadUserLogin {
	position: absolute;
	right: 8px; bottom: 2px;
	color: #FFFFFF;
}

#MastheadUserLogin a:link, #MastheadUserLogin a:visited {
	font-family: Arial, serif;
	font-size: 10pt;
	color: #FFFFFF;
}

#MainMenu {
	border-top: 2px solid #FFFFFF;
	background-color: #336666;
	width: 100%;
	height: 40px;
}

#MainMenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	z-index: 9999;
}

#MainMenu a:link, #MainMenu a:visited {
	display: block;
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

#MainMenu a:hover {
	text-decoration: none;
	color: #C5E0D7;
}

#MainMenu a:active {
}

#MainMenu li { /* all list items */
	float: left;
	padding: 12px 20px 0px 20px;
	list-style: none;
	z-index: 9999;
}

#MainMenu li ul { /* second-level lists */
	position: absolute;
	padding-top: 4px;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#MainMenu li ul li {
	padding: 4px 4px 4px 8px;
	background: #99CCCD;
	float: none;
}

#MainMenu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#MainMenu li:hover ul ul, #MainMenu li:hover ul ul ul, #MainMenu li.sfhover ul ul, #MainMenu li.sfhover ul ul ul {
	left: -999em;
}

#MainMenu li:hover ul, #MainMenu li li:hover ul, #MainMenu li li li:hover ul, #MainMenu li.sfhover ul, #MainMenu li li.sfhover ul, #MainMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#MainHome {
	width: 100%;
	border-top: 2px solid #FFFFFF;
	background-image: url('Images/Main-Background-Home.png');
	background-color: #FFFFFF;
	clear: both;
}

.MainHome_ContentPane {
	float: left;
	width: 748px;
}

.MainHome_ContentPaneRight {
	float: right;
	width: 215px;
	overflow: hidden;
}

#MainInterior {
	width: 100%;
	border-top: 2px solid #FFFFFF;
	background-image: url('Images/Main-Background-Interior.png');
	background-color: #FFFFFF;
	clear: both;
}

.MainInterior_ContentPaneLeft {
	width: 195px;
	overflow: hidden;
	vertical-align: top;
}

.MainInterior_ContentPane {
	width: 561px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.MainInterior_ContentPaneRight {
	width: 216px;
	overflow: hidden;
	vertical-align: top;
}

#MainInteriorOne {
	width: 100%;
	border-top: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	clear: both;

	padding: 10px;

	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.MainInteriorTwo_ContentPane {
	display: inline;
	width: px;
	vertical-align: top;
}

#Footer {
	width: 100%; height: 74px;
	background-color: #346667;
	position: relative;
	
	font-family: Verdana;
	font-size: 8.5pt;
	color: #FFFFFF;	
	
	clear: both;
}

#Footer a {
	color: #FFFFFF;
}

#Footer_Left {
	position: absolute; 
	bottom: 4px; left: 4px;
	text-align: left;
}

#Footer_Right {
	position: absolute; 
	bottom: 4px; right: 4px; 
	text-align: right;
}

/**************************************************
 AJAX TABS
**************************************************/

.AjaxTabs_AliveRaw
{
	text-align: left;
}

.AjaxTabs_AliveRaw .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    
    background:
        url("images/Default/tab-line.gif") 
        repeat-x 
        bottom;
}

.AjaxTabs_AliveRaw .ajax__tab_outer {
}

.AjaxTabs_AliveRaw .ajax__tab_inner {
}

.AjaxTabs_AliveRaw .ajax__tab_tab {
	width: 186px;
	height: 28px;
	
    padding: 8px 6px 0px 6px;
	margin: 0px;
    
    background:
        url("Images/AjaxTabs/Tab_Unselected.png") 
        no-repeat;
        
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.AjaxTabs_AliveRaw .ajax__tab_hover .ajax__tab_outer {
}

.AjaxTabs_AliveRaw .ajax__tab_hover .ajax__tab_inner {
}

.AjaxTabs_AliveRaw .ajax__tab_hover .ajax__tab_tab {
    background:
        url("Images/AjaxTabs/Tab_Selected.png")
        no-repeat;
	color: #FFFFFF;        
}

.AjaxTabs_AliveRaw .ajax__tab_active .ajax__tab_outer {
}

.AjaxTabs_AliveRaw .ajax__tab_active .ajax__tab_inner {
}

.AjaxTabs_AliveRaw .ajax__tab_active .ajax__tab_tab {
    background:
        url("Images/AjaxTabs/Tab_Selected.png")
        no-repeat;
        
    font-weight: bold;
	color: #FFFFFF;
}

.AjaxTabs_AliveRaw .ajax__tab_body {
    font-family: Arial, serif;
    font-size: 12pt;

    border: 5px solid #89A3BC;
    padding: 8px;
}

.AjaxTabs_AliveRaw .ajax__tab_body p {
	font-family: Arial, serif !important;
	font-size: 12pt !important;
	margin-top: 0px;
}

.AjaxTabs_AliveRaw .ajax__tab_body font[size="2"] {
	font-family: Arial, serif !important;
	font-size: 12pt !important;
	margin-top: 0px;
}

.AjaxTabs_AliveRaw .ajax__tab_body span {
	font-family: Arial, serif !important;
	font-size: 12pt !important;
	margin-top: 0px;
}

/**************************************************
 ACTIVE INTERNET TAB SUMMARY MODULE
**************************************************/

.ActiveInternet_TabSummary_ContentRight {
	padding: 0px 10px 0px 10px;
	width: 600px;
}

.ActiveInternet_TabSummary_PageFoot {
	text-align: center;
}

.ActiveInternet_TabSummary_PageNumbers a {
	margin-left: 3px;
	margin-right: 3px;
}

.ActiveInternet_TabInfoArea {
}

.ActiveInternet_TabInfoArea_Blocked {
	border: 1px solid #FF0000;
}

.ActiveInternet_TabSummary_ArticleTitle a:link {
	font-family: Arial, serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}

.ActiveInternet_TabSummary_ArticleTitle a:hover {
	font-family: Arial, serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}

.ActiveInternet_TabSummary_ArticleTitle a:visited {
	font-family: Arial, serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}

.ActiveInternet_TabSummary_ArticleDesc {
	font-family: Arial, serif;
	font-size: 12pt;
	padding-bottom: 10px;
}

.ActiveInternet_TabSummary_ArticleDate {
	font-family: Arial, serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #808080;
}

.ActiveInternet_TabSummary_CountComments {
	padding-top: 5px;
	width: 64px;
	height: 40px;
	text-align: center;
	
	font-family: Arial, serif;
	font-size: 11px;
}

.ActiveInternet_TabSummary_CountViews {
	padding-top: 5px;
	width: 64px;
	height: 40px;
	text-align: center;

	font-family: Arial, serif;
	font-size: 11px;
}

/**************************************************
 DOT NET NUKE
**************************************************/

.Head
{
	font-family: Arial, serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

.SubHead
{
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.SubSubHead
{
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.Normal, .NormalDisabled
{
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: normal;
}

.Normal p
{
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: normal;
}

.NormalHighlight {
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: Yellow;
}

.NormalDisabled
{
	color: Silver;
}

.NormalBold {
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
}

.NormalBold p {
	font-family: Arial, serif;
	font-size: 12pt;
	font-weight: bold;
}

.NormalRed
{
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
}

.NormalTextBox
{
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: normal;
}

.Small {
	font-family: Arial, serif;
	font-size: 8pt;
	font-weight: normal;
}

.Small p {
	font-family: Arial, serif;
	font-size: 8pt;
	font-weight: normal;
}
