html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: normal 13px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	background: #E2EBED;
	text-align: center;
}

/* releative font-size for IE */
* html body{
	font-size: 1em;
}

a {
    color: #40789b;
}

a:hover {
    color: #D60808;
}

a img {
	border: none;
}
	
.skiplink {
	display: none
}

span.link_separator {
	display: none;
}

acronym {
    border: none;
}

#container {
	min-height: 100%;
	width: 724px;
	position: relative;
	background: #fff;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
	
/* Page width for IE browsers*/	
* html #container {
    width: 744px;
    w\idth: 724px;
}
	
#header {
    padding-top: 5px;
}

#header #navigation {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
}

* html #header #navigation{
	font-size: .8em;
	}

#header #navigation span {
	padding-right: 3px;
	padding-left: 3px;
}

#header #navigation span a {
	text-decoration: underline;
}

#container #header #banner {
	min-height: 171px;
	padding-top: 7px;
	background: url("../images/OC-background-1.jpg") no-repeat;
	margin: 0;
	width: 100%;
	color: #fff;
	z-index: 1;
}

/* Banner height for IE */
* html #container #header #banner
{
	height: 171px;
}

#container #header #banner #banner-caption {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	width: 198px;
	display: block;
	background-color: #40789b;
	font-size: 15px;
}

#container #header #banner #banner-content {
   display: none;
	/*	
		background-image: url("../images/bottom-edge.png");
		background-repeat: no-repeat;
		background-position: bottom;
		position: relative;
		width: 218px;
		height: 12px;
		z-index: 0;
	*/    
}


#container #header #banner #banner-title {
    display: none;
}

#main-content {
	margin-top: -20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 243px;
}

* html #main-content {
	font-size: .8em;
}

#main-content div.content-block p {
	line-height: 125%;
}
	
#main-content ul, #main-content ol {
    line-height: 125%;
}

#main-content li {
    padding-bottom: 10px;
}
 
#main-content ol>li>ol {
 	list-style-type:lower-alpha;
    line-height: 125%;
}

div.content-block h3 {
	display: block;
	margin: 40px 0 0px;
	border-bottom: 2px double #E6EEF0;
	padding-bottom: 5px;
}

div.content-block h3 span{
	font-size: 18px;
}

/* relative font-size for IE */
* html div.content-block h3 span{
	font-size: large;
}

p a:link img, p a:visited img, p a:active img {
	border: none;
}

.top-left-img {
	padding: 10px;
	float: left;
}

.top-right-img {
	padding: 10px;
	float: right;
}


#linkList {
	line-height: 110%;
	float: left;
	width: 218px;
	font-size: 12px;
}

* html #linkList {
	font-size: .8em;
	position: absolute;
	left: 10px;
}

h3.lselect_title{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 218px;
	background-color: #FFFFFF;
}

/* Remove All h3.lselect_title div... */ 

h3.lselect_title div.tls1 {
	background: url("../images/top-edge.gif") no-repeat top;
	width: 100%;
	height: 10px;
	z-index: 0;
	margin: 0px;
	padding: 0px;
	font-size: 5px;

}

h3.lselect_title div.tls2 {
	background-color: #40789b;
	color: #FFFFFF;
	text-align:center;
	position: relative;
	width:218px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 120%;
	z-index: 1;
}

h3.lselect_title div.tls3 {
	background: url("../images/bottom-edge.gif") no-repeat bottom;
	position: relative;
	width: 100%;
	height: 12px;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	font-size: 5px;
}

/* Remove All h3.lselect_title div... */

h3.lselect_title span.tls1 {
	background: url("../images/top-edge.gif") no-repeat top;
	width: 100%;
	height: 10px;
	z-index: 0;
	margin: 0px;
	padding: 0px;
	font-size: 5px;
	display: block;
	

}

h3.lselect_title span.tls2 {
	background-color: #40789b;
	color: #FFFFFF;
	text-align:center;
	position: relative;
	width:218px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 120%;
	z-index: 1;
	display: block;
}

h3.lselect_title span.tls3 {
	background: url("../images/bottom-edge.gif") no-repeat bottom;
	position: relative;
	width: 100%;
	height: 12px;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	font-size: 5px;
	display:block;
}


div.lselect ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;
    }
div.lselect ul li a
    {
    text-decoration: underline;
    display: block;
    }

div.lselect ul li
    {
    border-bottom: 1px solid #E6EEF0;
    }

div.lselect p
    {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;	
    }

div.lselect ul li ul li
    {
	display: block;
	padding-bottom: 5px;
	margin-left: -20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: none;
    }

#footer
    {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 11px;
	padding-bottom: 0px;
	width: 450px;
	margin-left:auto;
	margin-right:auto;
    }
	
* html #footer{
	font-size: .8em;
	}

#footer #f1
    {
	background: url(../images/footer-top.jpg) no-repeat top;
	height: 10px;
	padding: 0px;
	margin: 0px;
	font-size:5px;
    }

#footer #f2{
	background-color: #40789b;
	width: 100%;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#footer #f3
    {
	background: url("../images/footer-bottom.jpg") no-repeat bottom;
	height: 10px;
	margin: 0;
	padding: 0px;
	font-size: 5px;
    }

#footer a
    {
    color: #fff;
    text-decoration: none;
    }
#footer a:hover
    {
    text-decoration: underline;
    }


#footer #validation-links {
	margin-left: 5px;
}

/* Style for Schedule Pages */

#main-content div.campus {
	margin-top: 40px;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 5px;
	color:#333333;

}

#main-content div.course table {
	width: 100%;
}

#main-content div.course th {
	background-color:#40789b;
	color:#FFFFFF;
	font-weight:100;
	font-size: .9em;
	text-align: center;

}

#main-content div.course td {
	background-color:#E2EBED;
	text-align: center;
	font-size: .9em;
}