/* DEFAULT CSS DOCUMENT */

/* basics ======================= */
* {margin:0px; padding: 0px;}

html {}

body {
	background-color: #D8D8D8;
	padding-top: 10px;
	padding-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}



/* unique elements ============== */

ul#nav {
	background-color: #003660;
	display: block;
	width: 750px;
	list-style-type: none;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	padding-right: 7px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #95BFFF;
	font-size: .9em;
	text-decoration: none;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3951AC;
}

ul#nav li a:hover {
	text-decoration: underline;
}

div#container {
	width: 750px;
	margin: 0px auto;
	}

h1#masthead {
margin:0px;
padding:0px;
}

h1#masthead a {
background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 101px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: -999em;
	display: block;}
div#header {
	margin-bottom: 10px;
	width: 750px;
	display: block;
}
div#left {
	display: block;
	width: 200px;
	float: left;
	margin-right: 10px;
}
div#left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
form#select_school {
	color: #FFFFFF;
	background-color: #114E7A;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 10px;
	background-image: url(../images/select_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: .9em;
}
form#select_school h2 {
	color: #FFFFFF;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
form#select_school select {
	color: #003760;
	width: 180px;
	background-color: #DFE8FD;
	border: 1px solid #337BB5;
}
table#information {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
table#information td {
	padding-bottom: 3px;
}


div#right {
	display: block;
	float: left;
	width:520px;
}
div#right h2 {
	background-color: #114E7A;
	background-image: url(../images/right_h2_ft.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #DEEDFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 1.8em;
}





h2#subhead {}

div#wrapper {
	margin-top: 10px;
	background-color: #FFFFFF;
	display: block;
	background-image: url(../images/wrapper_hd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height: 450px;
}

*html div#wrapper {height:450px;}
div#body_footer_gap {
	background-image: url(../images/body_footer_gap.gif);
	height: 23px;
	width: 750px;
}


div#footer {
	background-color: #114E7A;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.7em;
	background-image: url(../images/footer_ft.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
}



/* standard tags ================= */

h1 {}

h2 {}

h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #DEE1E7;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CB6534;
}


p {
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

ul {
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: square;
}

li {}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {}

table {}

tr {}

td {}

th {}

hr {}

span {}



/* common classes ================= */

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {}

.floatimgleft {
	float: left;
	margin-right: 10px;
	display: block;
}
.inline {
	display: inline;
}


.floatimgright {}



/* unique classes ================= */

.skipnav {}

.collapse {}

.invisible {}
.marginright2 {
	margin-right: 2px;
}
h3.novelties {
	color: #B1D7EE;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.5em;
	line-height: 1.9em;
}
.red {
	color: #990000;
}
div#login {
	width: 450px;
	position: relative;
	top: 75px;
	left: 350px;
	color: #FFFFFF;
	font-size: .9em;
}
.tstyle1 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: .9em;
	width: 90%;

}
.tstyle1 img {
	display: block;
}

.tstyle1 td {
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 4px;
	background-color: #F3F3F3;
}
