body {
	background: #ffffff url(images/background.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}

#container {
	position: absolute;
	left: 50%;
	margin-left: -452px;
	width: 905px;
	}

#content {
	background: url(images/middle.gif);
	background-repeat: repeat-y;
	width: 905px;
	}
#flashpart
{
  position:absolute;
  top:5px;
  left:545px;
}
#header {
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 905px;
	height: 119px;
	color: #ffffff;
	text-align: right;
	}

#header p {
	padding: 20px 20px 0px 0px;
	margin: 0px;
	}

#header strong {
	font-size: 2.4em;
	}

#nav {
/*	background: url(images/navigation.gif);
	background-repeat: no-repeat;*/
	width: 905px;
	height: 108px;
	}

#content {
	width: 905px;
	min-height: 200px;
	}

.leftpane {
	float: left;
	width: 138px;
	_width: 136px;
	padding: 0px 10px 20px 10px;
	color: #ffffff;
	
	}
	
.leftpane ul li {
	line-height: 1.5em;
	}

.leftpane ul li a:link, .leftpane ul li a:visited {
	color: #ffffff;
	}

.leftpane a:link, .leftpane a:visited {
	color: #000000;
	}

.leftpane a:hover, .leftpane ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}

.contentpane {
	float: left;
	width: 680px;
	padding: 0px 40px 20px 20px;
	_padding: 0px 0px 20px 20px;
	}

#footer {
	background: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 905px;
	height: 32px;
	padding-top: 15px;
	font-size: .8em;
	text-align: center;
	z-index:-1000;
	}

#footer p {
	margin-top: 28px;
	_margin-top: 0px;
	}

/* OTHER TEMPLATES */

.rightpanesub {
	float: left;
	width: 214px;
	padding: 0px 40px 20px 0px;
	}

.contentpanesub {
	float: left;
	width: 447px;
	padding: 0px 20px 20px 20px;
	}

.leftpanelanding {
	float: left;
	width: 140px;
	padding: 0px 0px 20px 20px;
	}

.rightpanelanding {
	float: left;
	width: 212px;
	padding: 0px 40px 20px 0px;
	}

.contentpanelanding {
	float: left;
	width: 307px;
	_width: 300px;
	padding: 0px 10px 20px 10px;
	}

table.highlights {
	background-color: #fffdf7;
	padding: 5px;
	border: 1px solid #f3efdd;
	width: 100%;
	}

table.highlights h5 {
	color: #9b7146;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 1em;
	}

table.highlights p {
	margin-top: 0px;
	padding-top: 0px;
	}

table.fftable {
	border: 1px solid #f3efdd;
	border-collapse: collapse;
	}

table.fftable td {
	padding: 3px;
	}


/* TYPOGRAPHY */
h1 {
	color: #95ba4a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.2em;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
	}

h1.intro {
	font-size: 2.6em;
	text-align: center;
	}

h2 {
	color: #666666;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2em;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
	}

h3 {
	color: #666666;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.7em;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
	}

h4 {
	color: #666666;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
	}

h5 {
	color: #666666;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
	}

a:link, a:visited {
	color: #95ba4a;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	}

.smtext {
	font-size: .9em;
	}
	
/* MISC */

ul {
	margin: 0px;
	padding: 0px;
	}

ul li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	}
	
.clear {
	clear: both;
	}

.floatleft {
	float: left;
	padding-right: 5px;
	}

.floatright {
	float: right;
	padding-left: 5px;
	}

table {
	font-size: 1em;
	}

.line {
	height: 1px;
	background: #666666;
	width: 80%;
	text-align: center;
	margin: 0px auto;
	line-height: 1px;
	}

/* DNN STYLES */
.Head {
	color: #95ba4a;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	} /* the styles for our containers titles */

.Normal {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	} /* the normal text everywhere in our portal */

.CommandButton:link {
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* ==========================
    CSS STYLES FOR SEO Menu
   ==========================
*/
	
/* common style for all browsers */
.SEOMenuV {
	list-style-type:none;
	position: relative;
	z-index:99;
	
	}

.SEOMenuV ul {
	list-style-type:none; /* for Firefox */
	}

.SEOMenuV li {
	list-style-type:none;
	position: relative;
	list-style-position: outside;
	display: block;
	width: 136px;
	
	}

.SEOMenuV li a, .SEOMenuV li a:visited {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 7px 0px 0px;
	_padding: 2px 6px 0px 0px;
	}/* First Level */ 

* html .SEOMenuV li a, .SEOMenuV li a:visited { }

.SEOMenuV li ul 
{
    
	visibility: hidden;
	position: absolute;
	top: 2.5em;
	left: 0;
	height: auto;
	overflow: hidden;
	z-index: 999;
	line-height: normal;
	} /* First Dropdowns Entire Box, Hidden */

.SEOMenuV table {
	margin:-1px;
	border-collapse:collapse;

	}

.SEOMenuV li a:hover ul li {
	padding: 0px;
	_margin-bottom: -3px;
	}

/* For Current Link */ 
.SEOMenuV .CurrentItem a, .SEOMenuV .CurrentItem a:visited{}
.SEOMenuV .CurrentItem a:hover{}

/* For Parent Link */ 
.SEOMenuV .ParentItem a, .SEOMenuV .Parentlist a:visited{}
.SEOMenuV .Parentlist a:hover{}


/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.SEOMenuV li:hover a,.SEOMenuV li a:hover {
	text-decoration:underline;
	border:0;
	color:#000000;
	}

.SEOMenuV li:hover ul,.SEOMenuV li a:hover ul {
	visibility:visible;
	height:auto;
	width: 15em;
	background-color: #ffffff;
	left: 130px;
	top: 0px;
	overflow: visible;
	border: 1px solid #cccccc;
	}/* First Dropdowns Entire Box, Showing */ 
	
.SEOMenuV li:hover ul li a,.SEOMenuV li a:hover ul li a {
	display:block;
	font-weight:normal;
	background:transparent;
	background-color: #ffffff;
	
	text-decoration:none;
	height:auto;
	padding:0.5em;
	width: 14em;
	color: #838076;
	margin: 0px 0px 0px 0px;
	line-height: normal;
	z-index:100000000;
	}/* First Dropdowns */ 

* html .SEOMenuV li a:hover ul li a {
	width:150px;
	w\idth:15em;/* hack for IE5.5 */
	} /* Width of First Dropdowns*/

.SEOMenuV li:hover ul li a.sub,.SEOMenuV li a:hover ul li a.sub {}

.SEOMenuV li:hover ul li ul,.SEOMenuV li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:15em;
	_left: 194px;
	height:0;
	overflow:hidden;
	z-index: 9999;
	}

.SEOMenuV li:hover ul li a:hover,.SEOMenuV li a:hover ul li a:hover {
	text-decoration:underline;
	background: #8b856f;
	color: #ffffff;
}

.SEOMenuV li:hover ul li:hover ul,.SEOMenuV li a:hover ul li a:hover ul {
	visibility:visible;
	color:#ffffff;
	/*border:1px solid #ddd;*/
	height:auto;
	background:#8b856f;
	width:15em;
} /* Third Level and up */ 

.SEOMenuV li:hover ul li:hover ul.left,.SEOMenuV li a:hover ul li a:hover ul.left {
	left:-15em;
}

.SEOMenuV li:hover ul li:hover ul li a,.SEOMenuV li a:hover ul li a:hover ul li a {
	display:block;
	height:auto;
}/* Third Level and up*/ 

.SEOMenuV li:hover ul li:hover ul li:hover a,.SEOMenuV li a:hover ul li a:hover ul li a:hover {
	text-decoration:underline;
}

/* ===========================
    CSS STYLES FOR SEO Menu 2
   ===========================
*/
	
/* common style for all browsers */
.SEOMenuH2 {
	position:relative;
	margin: 0px 0px 0px 15px;
	_margin: 0px 0px 0px 45px;
	padding:0;
	list-style-type:none;
	z-index:9999;
	}

.SEOMenuH2 ul {
	padding:0;
	margin:0;
	}

.SEOMenuH2 li {
	list-style-type:none;
	list-style-position: outside;
	float: left;
	}

.SEOMenuH2 li a, .SEOMenuH2 li a:visited {
	text-decoration: none;
	padding: 2px 7px 0px 7px;
	text-align: center;
	color: #ffffff;
	}/* First Level */ 

.SEOMenuH2 li a:hover {
	color: #000000;
	}

* html .SEOMenuH2 li a, .SEOMenuH2 li a:visited {
	/* width:7em;*/
}

.SEOMenuH2 table {
	margin:-1px;
	border-collapse:collapse;
}


	
	
	

	
	
	
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuV, #houseMenuV ul { /* all submenu lists */
	list-style: none;
	/* white-space: nowrap;*/
	position: relative;
	z-index: 99999;
	}

#houseMenuV li { /* all list items */
	list-style-type:none;
	position: relative;
	list-style-position: outside;
	display: block;
	width: 136px;
	}

#houseMenuV li li { /* all items under the top level */
	z-index: 11113;
	}

#houseMenuV a { display: block; }

#houseMenuV, 
#houseMenuV ul, 
#houseMenuV li, 
#houseMenuV a, 
#houseMenuV li li a, 
#houseMenuV li a:hover, 
#houseMenuV li li a:hover, 
#houseMenuV li ul ul {
	margin: 0px;
	border: none;
	padding: 0px;
	}

#houseMenuV li ul {
	position: absolute;
	margin: 0px;
	border: none;
	padding: 0px;
	z-index: 11112;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;

}

#houseMenuV li:hover ul,
  
#houseMenuV li.sfhover ul 

 { /* lists nested under hovered list items */
	/*left: auto;*/
	left: 110px;
	visibility:visible;
	height:auto;
	width: 15em;
	background-color: #ffffff;
	
	top: 0px;
	overflow: visible;
	border: 1px solid #cccccc;
	_left: 0px;
	z-index: 99999;
}
#houseMenuV li li:hover ul,
#houseMenuV li li li:hover ul, 
#houseMenuV li li.sfhover ul ,
#houseMenuV li li li.sfhover ul
{
    left: auto;
    	_left: 0px;
	z-index: 99999;
}

#houseMenuV iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	}

.ArrowPointer { cursor: default; }


/*************************
DROPDOWN CSS TO BE STYLED
**************************/

/* DROPDOWN STYLING */
#houseMenuV li li {
	width: 150px;
	/* Mac Hack \*/
	width: 150px;
	_width: 160px;
	/* End Hack */
	}

/* DROPDOWN STYLING */
#houseMenuV li ul {
/*	border: solid 1px #263b60;*/
	width: 160px;
	_width: 150px;
	left: -9999px;
	margin: -2px 0 0 0;
	/* Mac Hack \*/
	margin: 0;
	/* End Hack */
	}

/* GENERAL LINK STYLING */
#houseMenuV a {
	width: auto;
	/* Mac Hack \*/
	_width: 100%;
	/* End Hack */
	}

/* DROPDOWN LINK STYLING */
#houseMenuV li li a {
	background-color: white;/*#dfd1a6;  Dropdown bg */
	background-image: none; /* Remove buttons bg */
	color: #263b60;
	width: 150px; /* Width of dropdown links */
	/* Mac Hack \*/
	width: 150px;
	_width: 160px;
	/* End Hack */
	height: auto;
	/*border-top: 1px solid #263b60;*/
	padding: 5px;
	}

#houseMenuV li li a:hover {
	background-color: #999999; /* Dropdown bg */
	background-image: none; /* Remove buttons bg */
	color: #660000;
	width: 200px; /* Width of dropdown links */
	/* Mac Hack \*/
	width: 150px;
	_width: 160px;
	/* End Hack */
	height: auto;
	/*border-top: 1px solid #263b60;*/
	padding: 5px;
	}

/* SECOND DROPDOWN STYLING */
#houseMenuV li ul ul {
	margin: -22px 0 0 160px;
	border: solid 1px #263b60;
	}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuV #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuV a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuV a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #ffffff; 
	background-color: #325e90; 
	text-decoration: none;
}