@charset "utf-8";
/* CSS Document */

/* RESET
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}*/ 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style:inside;
}
em { font-style:italic;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CORE */
body{
	margin:0;
	padding:0;
	background-color: #FACD00;
	background-image: url(../../images/bg_body.jpg);
	background-repeat: repeat-x;
	text-align:center;
	}
div#school_wrapper{
	width:894px;
	margin:0 auto;
	}
div#school_header{
	background:url(../../images/header.jpg);
	height: 197px;
	position:relative;
}
div#school_header span{position:absolute; left:-9999px;}
div#exchangemodule{
	background-color:#FEF8E0;
	background-image: url(../../images/bg_content.gif);
	background-repeat: repeat-y;
	margin:0; padding:0 30px 0px 30px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 0.85em;
	line-height: 150%;
	color: #162357;
	padding-bottom:.85em;
	}
div#school_footer{
	background:#ffc000 url(../../images/bg_bottom.gif) no-repeat;
	border-bottom: 4px solid #4a6ab5;
	padding: 30px 0 8px 30px;
	position:relative
	}
div#school_arrows{
	position:absolute;
	right:-37px;
	top:-53px;
	width:108px;
	height:110px;
	}

/* TYPOGRAPHY */
/*#exchangemodule p, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 0.85em;
	line-height: 150%;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #162357;
	padding-bottom:.85em;
	}*/
#exchangemodule h1, #exchangemodule h2, #exchangemodule h3, #exchangemodule h4, #exchangemodule h5{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight: 400;
	line-height: 140%;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	margin-bottom: 8px;
	}
#exchangemodule h1{font-size: 1.4em; color: #A31638; border-bottom: 1px solid #A31638;}

#exchangemodule h2{
	font-size: 1.3em;
	color: #9F8000;
}
#exchangemodule h3{
	font-size: 1.2em;
	color: #486DB3;
}
#exchangemodule h4{
	font-size: 1.1em;
	color: #1E2E62;
}
#exchangemodule h5{
	font-size: 1em;
	color: #000000;
}

/*This is the default CSS*/

.button {background-color:#A31638; color:#FFFFFF; padding:2px; font-weight:bold;}
.alert { color:#FF0000; font-weight:bold;}
.tableband { color: #FFFFFF; font-weight: bold; background-color:#A31638; text-align:left; padding:20px;} 
.tableband a:link { color: #FFFFFF; text-decoration:underline;} 
.tableband a:visited { color: #FFFFFF; text-decoration:underline;}
.tableband a:active { color: #FFFFFF; text-decoration:underline;}
.tableband a:hover { color: #FFFFFF; text-decoration:underline;}
.small { font-size:10px;}
.box {border:solid; border-color:#486DB3; border-width:1px; border-top:#486DB3; border-top-width:5px; border-top-style:solid; padding:5px; margin-top:5px;}
.indent20 {
	margin-right: 20px;
	margin-left: 20px;
}

#bookmarks { width:250px; float:right; border:solid; border-color:#000000; border-width:1px; border-top:#A31638; border-top-width:10px; border-top-style:solid; padding:10px; margin-left:10px;}

.evenrow {background-color:#FFFFFF;}
.oddrow {background-color: #EBEBEB;}

/*For the Module navigation buttons */
#navlist {padding-top: 10px; padding-bottom:20px;}
#navlist ul{padding-left:0; margin-left:0; font-size:1em;}
#navlist ul li { display: inline; }
#navlist ul li a { padding: 0.4em 0.6em; background-color: #A31638; color: #FFFFFF; font-weight:bold; text-decoration: none; }
#navlist ul li a:hover { color: #FFFFFF; font-weight:bold; background-color:#9F8000;;}