body,html {		
	margin: 0;
	padding: 0;
	background: url(../images/main/body-bg.jpg) repeat-x #005C9B;
	font-family: arial, sans-serif;
}

input, select{
font-size: 11px;
}

img {
	border: 0;
	behavior:	url(scripts/pngbehavior.htc);
}

#main-container {
	position: relative;
	width: 750px;
	margin: 10px auto 10px auto;
	background-color: #ffffff;
	border: solid 2px #808F9F;
}


#logo-head {	
	height: 178px;
	padding: 10px 0;
	background-color: #ffffff;
	border-bottom:solid 2px #808F9F;


}

#logo-head h1 {
	background: url(../images/main/sww_header_750x168.jpg) left bottom no-repeat;
	width: 750px;
	height: 178px;
	cursor: pointer;
	text-indent: -9000px;
	margin: 0 0 0 0px;
	xmargin-right: auto;
	xmargin-left: auto;
	xbackground-color: #ffffff;
	xborder-bottom:solid 2px #808F9F;
}

#logo-head-print {display:none; visibility:hidden;}

/* ------------------------------------------------- MAIN NAVIGATION STYLES ------------------------------------------------------------------ */

#nav-container {
	float:left;
	margin: 0;
	width: 185px;
	height:200px;
	padding: 0px 5px 2px 3px;
	xborder-top: solid 2px #808F9F;
	border-bottom: 0px;
	font-family: arial, sans-serif;
	font-size: 11px;
	background: #ffffff
}

#nav-container p {
	margin: 0 0 4px 4px;
	color: #B42E34;
	font-size: 11px;
	font-style: italic;
}

#nav-container ul {
	margin: 0;
	color: #0068C0;
	display: none;
}

#nav-container ul ul{
	xmargin: 0 0 0 -8px;
}

#nav-container li {
	margin: 0 0 0 0px;
	list-style-type: none;
	line-height:16px;
}

#nav-container li li {
	xmargin: 0 0 0 -32px;
	color:#001E3F;
	list-style-type: none;
	font-weight: normal;
}

/* ---------- STATIC NAV ITEM (Displays A Block) Does not expand to reveal any items ---------- */

li.static {
	/*list-style-image: url(../images/main/nblock.gif);*/
	background: url(../images/main/nblock.gif) no-repeat -5px 0;
	padding-left: 10px;
}

li.static a {
	text-decoration: none;
	color:#0068C0;
}

li.static a:hover {
	text-decoration: underline;
}

/* ---------- SELECTED NAV ITEM (Displays A Block with Bold Copy) Does not expand to reveal any items  ---------- */

li.selected {
	/*list-style-image: url(../images/main/nblock.gif);*/
	font-weight: bold;
	background: url(../images/main/nblock.gif) no-repeat -5px 0;
	padding-left: 10px;
	
}

li.selected a {
	text-decoration: none;
	color:#0068C0;
}

li.selected a:hover {
	text-decoration: underline;
}


/* ---------- STATIC EXPANDABLE NAV ITEM (Displays an arrow) ---------- */



li.staticArrow {
	/*list-style-image: url(../images/main/sm-arrow.gif);*/
	background: url(../images/main/sm-arrow.gif) no-repeat -4px 0;
	padding-left: 10px;
}

li.staticArrow a {
	text-decoration: none;
	color:#0068C0;
}

li.staticArrow a:hover {
	text-decoration: underline;
}

/* ---------- SELECTED EXPANDABLE NAV ITEM (Displays an arrow) ---------- */


li.selectedArrow {
	/*list-style-image: url(../images/main/sm-arrow-down.gif);*/
	font-weight: bold;
	background: url(../images/main/sm-arrow-down.gif) no-repeat -4px 0;
	padding-left: 10px;
}

li.selectedArrow a {
	text-decoration: none;
	color: #0068C0;
}

li.selectedArrow a:hover {
	text-decoration: underline;
}



/* ---------- SUB NAV ITEM (No Bullet Image) ---------- */

#nav-container li.selectedArrow li {
	list-style-image: none;
}

#nav-container li.selectedArrow li a {
	text-decoration: none;
	color:#001E3F;
}

#nav-container li.selectedArrow li a:hover {
	text-decoration: underline;
}

/* ---------- SUB NAV ITEM SELECTED (No Bullet Image) ---------- */

#nav-container li.selectedArrow li.subselected {
	list-style-image: none;
	font-weight: bold;
}
/* -------------------------------------------------------------- */

.getting-started {
	width: 175px;
	background-color: #ffffff;
	border: solid 1px #A8D6F9;
	margin: 5px 2px;
	padding-bottom:3px;
}

.getting-started h1 {
	font-size: 18px;
	height:20px;
	margin:6px 0 3px 4px;
	color: #005596;
	cursor: pointer;
}



.bottom-gradient {
	background: url(../images/main/bot_grad.jpg) repeat-x left top;
	width: 177px;
	height: 100px;
	margin: 5px 2px;
	padding-bottom:3px;
}

.navigation-box {
	width: 175px;
	background-color: #EDF4FB;
	border: solid 1px #A8D6F9;
	margin: 5px 2px;
	padding-bottom:3px;
}

.navigation-box h1 {
	font-size: 15px;
	height:20px;
	margin:6px 0 3px 4px;
	color: #001E3F;
	cursor: pointer;
}


h1.up {
	background: url(../images/main/lg-arrow.gif) no-repeat 140px 3px;
}

h1.down {
	background: url(../images/main/lg-arrow-down.gif) no-repeat 140px 3px;
}


/*.navigation-box ul {
	margin: 0;
}*/

/* ------------------------------------------------- HOME PAGE STYLES ------------------------------------------------------------------ */

#main-home {
	float: right;
	position: relative;
	margin:0 -3px 0 0;
	margin: 0 -1px 0 0;
	width: 559px;
	padding: 3px;
	border: solid 2px #808F9F;
	background: #ffffff;
}

#main-offer {
	background: #005C9B url(../images/home/offer_bg.gif) center 159px no-repeat;
	width: 560px;
	height: 329px;
	margin-bottom:3px;
}


#main-offer h2 {
	margin: 0;
	color: #ffffff;
	padding: 2px 0 0 8px;
	font-family: arial black, sans-serif;
	font-weight: normal;
	font-size: 1.24em;
}

#main-offer-text {
	width: 284px;
	float: right;
}

#main-offer p {
	color: #b3ddf8;
	margin-right: 10px;
	margin: 12px 14px 0 0;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size:13px;
	line-height:18px;
}

#main-offer p a {
	color: #ffffff;
}

#main-offer p a:hover {
	text-decoration: none;
}

#main-home ul {
	margin: 30px 0 2px 0;
	color: #005C9B;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

#main-home li {
	margin: 5px 5px 0 -25px;
}

#main-home .buttons {
	height: 27px;
	float: right;
	margin: 5px 0 0 0;
	border: solid 1px #ff0000;
}

#main-home .edrep {
	display: block;
	position: relative;
	
}

#main-home .studentBtn {
	display: block;
	position: relative;
	float: left;
	left:-5px;
	
}


.red {
	color: #B42B33;
}


#home-photo {
	width: 277px;
	height: 212px;
	float: right;
	overflow: hidden;
}

#home-scroll {
	padding: 10px;
	width: 257px;
	height: 190px;
	border: solid 1px #8A9EB7;
	overflow: auto;
	background: url(../images/home/scroll-bg.gif) no-repeat;
	background-attachment: scroll;
	font-family: arial, sans-serif;
}

#home-scroll h2 {
	margin: 0;
	color: #274D7B;
	font-size: 14px;
}

#home-scroll h3 {
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #B42B33;
}

#home-scroll p {
	margin: 0 0 10px 0;
	color: #274D7B;
	font-size: 12px;
}

#home-scroll a {
	color: #B42B33;
	font-weight: bold;
}


#home-scroll a:hover {
	text-decoration: none;
}


/* ------------------------------------------------- INSIDE PAGE MAIN CONTAINER STYLES ------------------------------------------------------------------ */

#main-inside {
	margin:0 0px 0 0;
	width: 750px;
}



#main-inside-header h2 {
	margin: 0;
	color: #ffffff;
	padding: 2px 0 6px 8px;
	font-family: arial black, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
}

#main-inside-header h3 {
	margin: 0;
	color: #BEE6FF;
	padding: 2px 0 0 8px;
	font-family: arial black, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

#main-inside-headerText {
	width:304px;
	color: #193E73;
	font-size: 12px;
	line-height:16px;
	font-family: arial, sans-serif;
	margin: 12px 0 18px 12px;
}

#main-inside-headerPhoto {
	float: right;
	width:224px;
	height:188px;
	overflow: hidden;
	margin: 12px 12px 8px 0;
	border: solid 1px black;
}

#main-inside-header-sm {
	background: #005C9B;
	width: 560px;
	margin-bottom: 3px;
	padding-bottom:5px;
}

#main-inside-header-sm h2 {
	margin: 0;
	color: #ffffff;
	padding: 5px 0 6px 8px;
	font-family: arial black, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
}

#main-inside-header-sm h3 {
	margin: 0;
	color: #BEE6FF;
	padding: 10px 0 0 8px;
	font-family: arial black, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

#main-inside-headerPhoto-sm {
	float: right;
	width:180px;
	height:84px;
	overflow: hidden;
	margin: 12px 12px 8px 0;
	border: solid 1px black;
}


.inside-content-block {
	float:right;
	width: 534px;
	min-height:250px;
	border-left: solid 2px #808F9F;
	border-bottom: solid 2px #808F9F;
	padding: 10px;
	margin-bottom:3px;
	text-align:left;
}

.inside-content-block p {
	font-family: arial;
	font-size: 12px;
	color: #005C9B;
	line-height: 16px;
}

.inside-content-block p a {
	font-weight: bold;
	color: #B32C33;
}

.inside-content-block p a:hover {
	text-decoration: none;
}

.inside-content-block h1 {
	margin: 10px 0 -4px 0;
	color: #003871;
	padding: 0;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
}

.inside-content-block h2 {
	margin: 0;
	color: #003871;
	padding: 0;
	font-family: arial black, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}

.inside-content-block ol {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #193E73
}

.inside-content-block ul {
	margin: 8px 0 0 -25px;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #193E73;
}

.inside-content-block li {
	margin-bottom: 5px;
	line-height: 18px;
}

.inside-content-block li a {
	font-weight: bold;
	color: #B32C33;
}

.inside-content-block li a:hover {
	text-decoration: none;
}

.inside-content-quote {
	width: 528px;
	border: solid 2px #808F9F;
	background: #E4F1F9;
	/*background: url(../images/inside/inside-content-bg.jpg) center top repeat-x;*/
	padding: 14px;
	margin-bottom:3px;
}

.inside-content-quote p {
	font-family: arial;
	font-size: 13px;
	font-style: italic;
	color: #005C9B;
	line-height: 16px;
	margin: 0;
}

.inside-content-quote p a {
	font-weight: bold;
	color: #B32C33;
}

.inside-content-quote p a:hover {
	text-decoration: none;
}

.inside-content-quote p.signature {
	text-align: right;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #005C9B;
	line-height: 16px;
	margin: 15 0 0 0;
}

.bold-red {
	color: #B32C33;
	font-weight: bold;
}

.inside-content-block input {
	color: #00000;
	font-size: 10px;
}

.inside-content-block h3 {
	font-family: arial black;
	margin: 35px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: #003871;
}

.inside-content-block h4 {
	font-family: arial black;
	margin: 30px 0 -5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 10px;
	color: #003871;
}

.inside-content-block h5 {
	font-family: arial;
	margin: 15px 0 -5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 10px;
	color: #003871;
}

input.form {
	color: #666666;
}

select.form {
	color: #666666;
	font-size: 10px;
}

input.submitbutton {
	background: url(../images/main/submit.gif) center top;
	width: 64px;
	height: 32px;
	border: none;
	cursor: pointer;
}

input.resetbutton {
	background: url(../images/main/reset.gif) center -1px;
	width: 93px;
	height: 32px;
	border: none;
	cursor: pointer;
}

dl {
	margin: 10px 0 10px 0;
}

dt {
	font-family: arial;
	font-size: 12px;
	color: #003871;
	margin: 0 0 4px 0;
}

dd {
	margin: 0 0 17px 0;
	font-family: arial;
	font-size: 12px;
	color: #005C9B;
}

#table {
	#font-family: arial;
	#font-size: 12px;

}

table {
	font-family: arial;
	font-size: 12px;

}



.noBorderTable, .noBorderTable td, .noBorderTable td table, .noBorderTable td table td {
	border: none;
	padding: 2px 5px;
	xheight: auto;
	width: auto;
}

.BorderTable {
	border: solid 2px #808F9F;
	padding: 5px 8px;
	width: 100%;
    min-height:250px;
}

td.issue {
	border-right: solid 1px #005C9B;
	color: #003871;
	background-color: #E0F1FE;
	font-weight: bold;
}

td.date {
	color: #003871;
}


#calendar {
	border: solid 2px #005C9B;
	margin-top: 15px;
}

#calendar td.month {
	vertical-align: top;
	width: 60px;
	color: #003871;
	font-weight: bold;
	background-color: #EAF1FB;
	border-right: solid 1px #005C9B;
}

#calendar td.month2 {
	vertical-align: top;
	width: 60px;
	color: #003871;
	font-weight: bold;
	background-color: CFE1FA;
	border-right: solid 1px #005C9B;
}

#calendar td.cdate {
	vertical-align: top;
	width: 10px;
	color: #003871;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #005C9B;
	padding-top: 10px;
}

#calendar td.ctitle {
	width: 405px;
	color: #00375D;
	padding: 10px;
}

#calendar td.divide {
	height: 1px;
	background-color:#005C9B;
	padding: 0;
}

ul.video-link {
	width: 104px;
	margin: 10px 3px 15px 0;
	padding: 0 0 0 18px;
	float: left;
}

/* ------------------------------------------------- FOOTER STYLES ------------------------------------------------------------------ */

#banner-ad-container {
	text-align: center;
	margin: 10px 0 0 0;
	width:750px;
	height: 35px;
	background-color: #1C4477;
	xborder-top: solid 2px #608BAD;
	xborder-bottom: solid 2px #608BAD;
}

#banner-ad-container img {
	margin-top:12px;
}

#footer {
	height: 20px;
	padding: 6px 0;
	background-color: #ffffff;
	border-top: 0;
	color: #005596;	
	font-size: 12px;
	xborder-bottom: solid 2px #808F9F;
	xmargin-bottom: 30px;
}

#footer a {
	color: #005596;		
	font-size: 12px;
	text-decoration:none;
}

#footer ul {
	font-family: arial, sans-serif;
	font-size: 11px;
}

#footer li {
	float: left;
	list-style-type: none;
	xborder-right: solid 1px #005596;
	height:12px;
	margin: 0 20px 0 0;
	xpadding-right:20px;
}

#footer li a {
	float: left;
	text-decoration: none;
	color: #005596;
}

#footer .dow {
	display: block;
	text-indent: -9000px;
	xwidth: 91px;
	height:12px;
	background: url(../images/main/dow.gif) no-repeat;
	cursor: pointer;
	margin:0 14px 0 10px;
}


p.form {
	color:#000000;
	padding: 2px 0px;
}

p.home {
	color:#000000;
	font-size:14px;
}

p.home a {
	color: #005C9B;
}


.inside-content-block ul {
	margin: 0; 
	padding: 0 0 0 1.3em; 
}


ul.error li{
	list-style-type: bullet;
	color:#990000;
}





