@import "http://www.shsu.edu/master_template/master_css/style13/style.css";

#header {
	background-image:url(../images/logo.jpg);
}

#sub_nav li {
display:block;
float:left;
height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
text-align:center;
width:135px;
}

#sub_nav ul ul {
	visibility:hidden;	
	position:absolute;		
	top:30px;	
	left:25px; 	
	width:109px;
}

#content_box {
	width: 550px;
	min-height:300px;
	float: left;
	
	border-right:solid;
	border-width:1px;
	border-color:#666;
	background-color:#fff;
}

#content_box h1 {
	width: 100%;
	margin:0px;
	padding:2px 0px;
	background-color: #d1d1d1;
	border-top:solid;
	border-bottom:solid;
	border-width:1px;
	border-bottom-color:#666666;
	border-top-color:#fff;
	font-size:1.3em;
	color:#990000;
	font-weight:bold;
}

#content_box h1 a:hover {text-decoration:none;}

#content_box h2 {
	width: 100%;
	margin:10px 0;
	padding:2px 0;
	background-color: #d1d1d1;
	border-top:solid;
	border-bottom:solid;
	border-width:1px;
	border-color:#666666;
	font-size:1.3em;
	color:#990000;
	font-weight:bold;
}

#content_box h3 {
	padding:2px 0px;
	margin:10px 25px;
	border-bottom:solid;
	border-width:1px;
	border-color:#990000;
	font-size:1em;
}

#content_box h4 {
	margin:0px 25px 20px 25px;
	padding:2px 0px;
	font-size:1.3em;
	color:#990000;
	font-weight:bold;
	line-height:1.3em;
}

#content_box p {
	padding:0px;
	margin:0px 25px 10px;
	letter-spacing:0.25px;
	line-height:16px;
}

#content_box ul {
	margin:10px 25px;
}

#content_box ol {
	margin:10px 25px;
}

#content_box h3 {font-weight:bold;font-size:1.3em;color:#990000;border:0;margin:5px 0;}
