
/*after body tag declaring overall page's margin from edge of window, removes any inherited margin or padding*/
* {margin:0; padding:0;}

/*---------------------
background image layout
-----------------------*/
html {
	background-color: #CCDEE8;
}

body {
	background-color: #CCDEE8;	/*main content background*/
}

/* div layout */
#header {
	height: 192px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}


.leftpane {
	width: 213px;
	background-color: transparent;
	padding-left: 8px;
	padding-right:6px;
	padding-top: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #95B8A2;
}
.contentpane {
	background-color: transparent;
	padding-top: 6px;
	width:auto;
}
.rightpane {
	width: 213px;
	background-color: transparent;
	padding-right:10px;
	padding-left:6px;
	padding-top: 6px;
	margin-top: 0px;
	margin-right:6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #95B8A2;
}







#container {
	background-image: url(images/bg_info.jpg);
	background-repeat:repeat-y;
}

#footerInfo {
	margin-right: auto;
	margin-bottom: 0px;
	/*padding-left: 250px;*/
	height: 72px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
}
hr {
	color: #95B8A2;
	height: 1px;
}

#header img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.footerPad {
	padding-bottom: 72px;
}


.TreeViewMenu {
	width: 213px;
	/*background-color: #a5dfb1;*/
	background-color:transparent;
}

.TreeViewMenu_Header {
	/*background-image: url(images/bg_header.jpg);*/
	background-color: #025A8A;
}

.TreeViewLinkOver {
	font-style:normal;
	color: #2B3268;
	background-color:#95B8A2;
}

.TreeViewHead   {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
    color:#FFFFFF;
}

.Head   {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
    color:#000000;
}



/*=================================
	Typography
==================================*/
/* reset font size - makes type play well with all browsers and OS (in theory)*/
body {font-size:83.333%;}	/*sets 1em to 10px for ease of scaling. 1.2em = 12px ; .8px = 8px etc. */
						/*body scaling to 10px doesn't work in IE - all h tags will inherit text size from parent. */
						/*add these constants for h tags for IE fix*/
h1 {
	font-size:2em;
}		/* displayed at 24px */

h2 {font-size:1.5em;}	/* displayed at 18px */
h3 {font-size:1.25em;}	/* displayed at 15px */
h4 {font-size:1em;}		/* displayed at 12px */
h5 {font-size:.83em;}	/* displayed at 10px */
h6 {font-size:.75em;}	/* displayed at 9px */
						/*Forms and Tables inherit font size in IE as well*/
						/*add this fix for IE*/
input, select, td, td {font-size:1em;}
						/*List items within list items will shrink and shrink and shrink unless next line is there*/
li li, li p, td p, blockquote p {font-size:1em;}
						/*and links in lists get shrinky too - they should inherit their size from the ul or ol */
ul a, ol a {font-size:inherit;}
				
/* hide redundant text that appears in header image (for accessability and screen readers) */
#header p, 
#header h1, 
#header h2 
	{
	display: none;
	}
				
/* general typography */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #192034;
	
}

.normal {
	font-style:normal;
	color: #2B3268;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-top: 1em;
	line-height:1.5em;
	
}

.normal em {
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}

.normal b {
	font-weight: bold;
	color: #192034;
}

.normal p {
	margin-top:0.5em;
}

.normal a:link {
	color: #000000;
	text-decoration: underline;
}
.normal a:visited {
	color: #000000;
	text-decoration: underline;
}
.normal a:hover {
	color: #E8E8EA;
	text-decoration: underline;
	background-color: #192034;
}
.normal a:active {
	color: #000000;
	text-decoration: underline;
}

ul {
	margin-top:5px;
	margin-bottom:15px;
}

ul li {
	margin-left:30px;
	list-style-type: disc;
	line-height:1.5;
}

ol li {
	/*margin-left:30px;*/
	line-height:2em;
	margin: 1.25em 0 1.25em 30px; 
}

th {
	background-color: #CDDFE9;
}

.DNN_ANN_Description {
	margin:0 0 2em 0;
	font-size:11px;
}

.main {
	font-size:larger;
}

.heading {
	font-weight:bold;
	margin-top:12px;
}

#footerInfo {
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 6px;
}
#footerInfo a {
	text-decoration: underline;
	font-weight: bolder;
	color: #192034;
}
#mainNavigation p {
	font-size: 0.8em;
	margin: 3px;
	padding: 3px;
	border: 1px dashed #95B8A2;
	background-color: #E6EdF3;
	background-image: url(images/bg_nav-p.jpg);
	background-repeat: repeat-x;
}
#rightColumn p {
	font-size: 0.8em;
	margin: 3px;
	padding: 3px;
	border: 1px dashed #95B8A2;
	background-color: #FFFFFF;
	background-image: url(images/bg_rightColumn-p.jpg);
	background-repeat: repeat-x;
}

#rightColumn p:first-line {
	font-variant:small-caps;
	font-weight:bold;
	font-size:1em;
}

.loginStyle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#FFFFFF;
}

.ieWrapper {
	margin-left:1em;
}

.center
{
   margin-left:auto;
  margin-right:auto;
}   

.ieCenter
{
  text-align:center;
}

table.sortable a.sortheader {
background-color:#025A8A;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
/*text-decoration: none;*/
display: block;
}

table.sortable span.sortarrow {
color: black;text-decoration: none;
}


.plain a:hover { 
color:#2B3268;
text-decoration: none; 
background-color:transparent; 
}

ul.auto-toc li {
  list-style-type: none;
}

div.topic {
  margin: 2em;
}

p.topic-title {
  font-weight: bold;
  padding-top:20px;
}

.subheadFAQ {
	padding-left:15px;
	/*font-style:italic;*/
}

.subheadWrapper {
	margin:15px 0px 0px 25px;
}

ol.upper-roman {list-style-type:upper-roman}
ol.lower-alpha {list-style-type:lower-alpha}

/*
.leftpane {
	width: 213px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	right: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #95B8A2;
	margin-top: 32px;
}

.content {
	margin-top: 0px;
	padding-top: 32px;
	margin-bottom: 0px;
	margin-left:213px;
	margin-right: 213px;
	padding-right: 10px;
	padding-left: 10px;
	border: none;
	width: auto;
}
.rightpane {
	float: right;
	width: 213px;
	margin-top: 0px;
	margin-right: 12px;
	margin-left: 6px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #95B8A2;
}
*/

