
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:9pt;
	background-image: url(images/header_background.jpg);
	background-repeat: repeat-x;
	/*jsp min and max */
	min-width:820px;
	max-width:1200px;
}
h1{
	color:#A70F39;
	font-size:10pt;
	font-weight:900;
}
a:link {
	
	color: #A70F39;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}
a:visited {
	color:#A70F39;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
p {
	font-size:9pt;
	color:#666666;
}
/*jsp min and max  6/8/2010*/
#divMain{text-align: center; width: 85%; min-width:820px; max-width:1200px;}
#divHeader{vertical-align:bottom;height:105px;background-image: url(images/header_swoop.jpg); background-repeat: no-repeat; width:100%;}
#divLogo{float:left;height:105px; width:100%; text-align:left;}

#divHome{position:absolute;top:0;right:0;margin-top:10px;margin-right:10px;width:auto;color:#FFFFFF; font-size:large; font-weight:bold;}
#divLogin{position:absolute;top:0;right:0;margin-top:30px;margin-right:10px;width:auto;color:#FFFFFF; font-size:larger; font-weight:bold;}
#divHome a:link {
color: #FFFFFF;
text-decoration: none;
}
#divLogin a:link {
color: #FFFFFF;
text-decoration: none;
}


/* 2-27-10 jsp changed line so menu will display in all browsers.
#divMenu {float:right;background:transparent;line-height:normal;position:relative;bottom:-75px;height:20px;width:auto;}
#divMenu {float:right;background:transparent;line-height:normal;position: absolute;top:75px;right:80px;height:20px;width:auto;}*/

#divMenu {float:right;background:transparent;line-height:normal;position: relative;top:-30px;right: 10px;height:20px;width:auto;}


#divContent2 ul {list-style:none;padding:0;margin:0;}
#divContent2 ul li{list-style:none;}
#ulMain li {float: left;width:16%;padding:0 15px;}

#divContent{background-image:url(images/swoop.gif);
	background-repeat: no-repeat;background-position: right bottom;height:100%;}
#divContent1{height: 171px; background-repeat: no-repeat; background-position: right bottom;
				background-image: url(images/banner1.jpg); text-align: left;}

#pTagLine{font-family: Verdana,Arial; font-size: 24pt; padding:35px 0 0 15px;margin:0;}
#divContent2{margin:10px 0 0;}
#divContent3{clear:both;text-align:left;padding:10px 150px 0 0;}
#divFooter{text-align: center; font-size: smaller; font-family: Verdana,Arial;clear:both;margin-bottom:25px;}
.Footer{text-align: center; font-size: 8pt; font-family: Verdana,Arial;font-weight:normal;color:#666666;}
.FooterA{text-align: center; font-size: 8pt; font-family: Verdana,Arial;font-weight:normal;text-decoration:none;color:#666666;}



/*jsp style for menu options in footer */
a.FooterMenu:link {text-align: center; font-size: 8pt; font-family: Verdana,Arial;font-weight:normal;text-decoration:none;color:#666666;}
a.FooterMenu:visited {text-align: center; font-size: 8pt; font-family: Verdana,Arial;font-weight:normal;text-decoration:none;color:#666666;}
a.FooterMenu:hover {text-align: center; font-size: 8pt; font-family: Verdana,Arial;font-weight:normal;text-decoration:underline;color:#666666;}

.clipWrapper{background-image:url(images/icons_large.png);background-repeat: no-repeat;
	height:85px;width:85px;text-align:left;}
.clipWrapper:hover{background-image:url(images/icons_large_colored.png);background-repeat: no-repeat;
	height:85px;width:85px;text-align:left;}
.iconLink{display:block;padding-right:80px;padding-bottom:70px;}
a.iconLink:hover{text-decoration:none}
.blurb{position:static;text-align:left;}

/*#divIconSmall{height:34px;width:34px;background:url(images/icons_small.png) no-repeat;background-position:-68px 0px;position:relative;left:-10px;top:-10px;}*/
#divIconSmallWrapper{width:100%;text-align:-moz-right;#text-align:right;}

#tblContent3 {width:100%}
/*--------- dnn menu style ----------*/
.tabLeft 
{
	display:inline;
	/*background-image:url(images/tab_left.png);*/
}
.tabLeftActive 
{
	display:inline;
	/*background-image:url(images/tab_left_light.png);*/
}
.tabRight 
{
	display:inline;
	/*background-image:url(images/tab_right.png);*/
}
.tabLeftActive 
{
	display:inline;
	/*background-image:url(images/tab_right_light.png);*/
}
#divSeparator 
{
	display:inline;
	background-color:transparent;
	margin-left:2px;
}
/* main menu td */
.rootmenuitem {
BACKGROUND-IMAGE: url(images/tab_middle.png);
background-color:#476194;
FONT-FAMILY: Arial,Tahoma,Verdana,Helvetica;
font-size: 9pt;
font-weight: bold;
color: #D2E1FD;
margin:15px 0px 15px 0px;
}
.rootmenuitemselected { 
/*BACKGROUND-IMAGE: url(images/tab_middle_light.png);*/
background-color:Transparent;
FONT-FAMILY: Arial,Tahoma,Verdana,Helvetica;
font-size:9pt;
font-weight:bold;
color:#fff;
/*padding:20px 2px;*/
}
/*.rootmenuitembreadcrumb {
BACKGROUND-IMAGE: url(images/tab_middle_white.png);
background-color:#6E4EA8;
FONT-FAMILY: Arial,Tahoma,Verdana,Helvetica;
font-weight:bold;
font-size:9pt;
color:#3B3179;
}*/
.MainMenu_MenuBreak 
{
	background-color: Transparent;
	border-width:0px;
}
.MainMenu_MenuBar 
{
	height:30px;
}

/*jsp added style for bold list on about us page*/
#bulletLearning
{
	text-align:left;
	font-size:9pt;
	color:#666666;
	list-style-position: outside;
	list-style-type:disc;
	
}



















