body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	background-image: url('shadow.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #002166;
}

h1, h2, h3, h4, .header {
	font-size: 20px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #123479;
}

h2, .header {
	font-size: 16px;
}

h3 {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}

h4 {
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

a, a:visited {
	color: #1F75AE;
}

a, a:hover {
	color: #79A4EB;
}

table.padded td {
	padding: 3px;
	margin: 0px;
	font-size: 12px;
}

.Normal, .NormalDisabled {
	font-size: 12px;
	line-height: 16px;
}

#contentBorder {
	background-color: #fff;
	width: 960px;
}

#contentFrame {
	width: 956px;
}

#header {
	width: 100%;
	height: 150px;
	background-image: url('header-bg.png');
	background-repeat: no-repeat;
	background-color: #79A4EB;
}

#header table.headerTable {
	border-collapse: collapse;
	width: 100%;
	height: 150px;
}

#header table.headerTable td{
}

#header td.logo {
	width: 390px;
}

#header td.logo img {
	width: 200px;
	height: 80px;
	margin: 20px 0px 0px 68px;
}

#header td.topMenuNav {
	vertical-align: middle;
}

#header td.topMenuNav table {
	border-collapse: collapse;
}

#header td.topMenuNav table td {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

#header td.topMenuNav a, #header td.topMenuNav a:visited {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#header td.topMenuNav a:hover, #header td.topMenuNav a:visited:hover {
	text-decoration: underline;
}

#header td.topMenuNav .WebsiteLogin {
	white-space: nowrap;
	display: block;
	padding: 4px 12px 0px 0px;
}

#header td.taglines {
	height: 70px;
	text-align: center;
}

#header td.headerSearch {
	height: 40px;
	text-align: right;
	vertical-align: middle;
}

.search img {
	border: solid 0px #fff;
	vertical-align: middle;
	margin-right: 5px;
}

.dividerLine {
	background-color: #E5CD45;
}

#topNavLine {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#menuNav {
	height: 30px;
	background-image: url('main-nav-bg.png');
	background-repeat: repeat-x;
	vertical-align: middle;
}

#menuNav table {
	margin-top: auto;
	margin-bottom: auto;
}

#mainContent {
	background-image: url('main-content-bg.png');
	background-repeat: repeat-x;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
}

td.mainTopContent, td.mainLeftContent, td.mainRightContent, td.mainBottomContent, td.mainMidContent {
	vertical-align: top;
}

.footerLinks table {
	margin: 0px auto 0px auto;
}

.footerLinks {
	border-top: solid 1px #fff;
	background-color: #739DE4;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	color: #fff;
}

.footerLinks td {
	color: #fff;
	text-align: center;
}

.footerPane {
	text-transform: uppercase;
	padding: 12px 0px 12px 0px;
}

.footerPane a, .footerPane a:visited {
	color: #fff;
	text-decoration: none;
}

.footerPane a:hover, .footerPane a:visited:hover {
	text-decoration: underline;
	color: #fff;
}

.footerPane span.divider {
	margin: 0px 4px 0px 4px;
}


/* BREADCRUMB */
.breadCrumbs /* The path to the current page in the form of a list of links */
{
	color: #fff;
	font-size: 12px;
	margin: 5px 0px 5px 10px;
	padding: 0px;
	vertical-align: middle;
	font-weight: normal;
	font-family: Arial;
}

.breadCrumbs a, .breadCrumbs a:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

.breadCrumbs a:hover, .breadCrumbs a:hover:visited {
	color: #fff;
	text-decoration:underline;
}

/* //BREADCRUMB */


.controlpanel {
	width: 100%;
	background-color: #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

/* CLEAR OUT STYLES */
.MainMenu_MenuItem, .MainMenu_MenuIcon, .submenuitemselect {
	border: solid 0px #fff;
	border-top: solid 1px #123479;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	font-family: Arial;
	padding: 3px;
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	height: inherit;
	width: inherit;
	border-right: none;
}

.MainMenu_SubMenu {
	background-color: #4D74BB;
	border: solid 1px #123479;
	margin-top: 0px;
}

.MainMenu_MenuArrow {
	background-color: Transparent;
	border: solid 0px #fff;
	height: inherit;
	width: 0px;
	padding: 0px;
	display: none;	
}

.submenuitemselect {
	background-color: #ffffee;
	color: #4D74BB;
}

.RootMenuItemSelectedCssClass{
	border: solid 0px #fff;
	margin: 0px;
	padding: 0px;
	background-image: url('main-nav-bg-on.png');
	background-repeat: repeat-x;
}

.MainMenu_MenuBar td {
	color: #fff;
	font-size: 13px;
	font-family: Tahoma;
	padding: 6px 5px 6px 5px;
	text-transform: uppercase;
	font-weight: normal;
	vertical-align: middle;
}

.seperator {
	width: 1px;
	height: 16px;
	background-color: #fff;
}

.StandardButton {
	background: #646573 none; 
	color: #ffffff;
	font-family: verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#646573,endColorStr=#4F505E);
	border-top: #34353A 1px solid;
	border-left: #34353A 1px solid;
	border-right: #34353A 1px solid;
	border-bottom: #34353A 1px solid;
}

/* */

#ContentPaneSubNav ul {
	list-style-type: none;
	padding: 0px;
	margin: auto 0px auto 0px;
	text-align: center;
	display: block;
}

#ContentPaneSubNav li {
	font-size: 11px;
	padding: 0px;
	border: 1px solid #E5CD45;
	background-image: url('bt-subnav-bk.png');
	background-position: top;
	margin: 0px 6px 0px 6px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	display: inline;
}

#ContentPaneSubNav li a, #ContentPaneSubNav li a:visited{
	color: #4D74BB;
	text-decoration: none;
	margin: 2px 4px 2px 7px;
	white-space: nowrap;
}

#ContentPaneSubNav a:visited:hover, #ContentPaneSubNav a:hover {
	color: #333;
}

.SlideShowGrid th {
	font-size: 16px;
	font-weight: bold;
}

.SlideShowGrid td {
	padding: 5px;
}

/*  */

td.DNNAligncenter {
	text-align: left;
}

#dnn_ctr854_ModuleContent  { text-align: center;}
#dnn_ctr854_ModuleContent  table{ margin: 0px auto 0px auto; width: 400px; }
