/**************************
* BEGIN RESETTING STYLES
*************************/
html, body, div, span, applet, 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,
b, u, i, center,
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-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul, li {
list-style: none;
}
blockquote, q {
quotes: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a img {
border: none;
}
/**************************
* END RESETTING STYLES
*************************/


/**************************
* Menu
**************************/

#MainMenu 
{
	height:25px;
	background:#FFF url(/public/images/bmid_100.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url(/public/images/bright_100.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(/public/images/bleft_100.gif) no-repeat left top;
	font-family:Lucida Grande, Verdana, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:700;
	line-height:25px;
	padding:0 13px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0;
	background:#FFF url(/public/images/bmid_100.gif);
	color:#FFF;
	z-index:100;
	text-decoration:none;
	padding:0;
	text-align: left;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:290px;
	display:block;
	border:0;
	color:#FFF;
	background:url(/public/images/bleft_100.gif) no-repeat left top;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:25px;
	background:url(/public/images/bright_100.gif) no-repeat right top;
	font-family:Lucida Grande, Verdana, sans-serif;
	font-size:14px;
	color:#FFF;
	float:none;
	padding:0 13px;
}
.dropmenudiv a:hover 
{
	border:0;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFF;
	font-weight:700;
}

/**************************
* Main Divs
**************************/

#container {
	/* the main block container for site layout */
	background: #08243c;
	width: 944px;
	margin: 25px auto;
	padding: 8px;
	text-align:left;
}

#headercontainer {
	/* the block container for common page header */
	width: 944px;
	height: 195px;
	margin: 0px auto;
}

#fullbodycontainer {
	/* the block container for the body of each page */
	width: 944px;
	margin: 25px auto;
}

#leftcontainer {
	/* the block container for a left-positioned content container */
	width: 23%;
	float: left;
	margin-top: 15px;
}

#rightcontainer {
	/* the block container for a right-positioned content container */
	width: 25%;
	float: right;
	margin-top: 50px;
}

#middlecontainer {
	/* the block container for a middle content container */
	width: 52%;
	float: left;
}

#partialbodycontainer {
	/* the block container for a partial body container */
	width: 77%;
	float: right;
	margin-top:15px;
}

#footer {
	clear: both;
	background: #08243c;
	width: 944px;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
	margin-top: 100px;
}

/**************************
* Elements
**************************/
html, body {
	font: normal 14px "Lucida Grande","Verdana",sans-serif;
	line-height: 22px;
	color: #ffffff;
}

body {
	background: #3E4245 url(/public/images/bg-zero.jpg) repeat fixed 0 0;
	width: 100%;
	text-align: center;
}

a {
	text-decoration: none;
}

p.body {
	text-align: justify;
	margin-right: 50px;
	margin-top: 10px;
}

a.gray{
	color: #ffffff;
	text-decoration:none;
}

a.gray:hover{
	color: #888888;
}

a.blue{
	color:#33a1ff;
	text-decoration:none;
}

a.blue:hover{
	color:#1b5586;
}

h1 {
	margin-top:15px;
	font-size:22px;
}

h2 {
	font-style: italic;
	text-align: inherit;
}

h3 {
	font-size:18px;
	font-style: italic;
	font-weight: bold;
}

h4 {
	font-weight:bold;
}

ul.body {
	list-style: disc inside none;
	text-align:justify;
	margin-right:75px;
	margin-left:25px;
}

ul.inset {
	list-style: square inside none;
	text-align: inherit;
	margin-left: 25px;
}

li {
	list-style:inherit;
}

li.selected {
	background-color:#1979e7;
	margin-right:8px;
}

table.method {
	table-layout:auto;
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
}

tr.method {
	border-spacing:10px;
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
}

p.indent {
	text-align: justify;
	margin-right: 50px;
	margin-top: 10px;
	margin-left: 20px;
}

span.faculty {
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}

table.calendar {
	margin-top:15px;
	border-style:none;
}

tr.calendar {
	border-style:none;
}

td.calendar {
	font-weight:bold;
}
}