/*-----------------------------------------------------------------------------------------
Author		: Sandra Vuong - sevenskies.net
URL		: http://www.aasu-umcp.org
Created On	: 11/20/2006 
Modified On	: 12/09/2006
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; padding: 0;
}
A:link          {color: #673A00; text-decoration: none; font-weight:"bold";}
A:visited       {color: #673A00; text-decoration: none; font-weight:"italic";}
A:hover  		{color: #D7781E; text-decoration: none; font-weight:"bold";}
body{
	background: #530B00 url(images/bg.jpg) repeat top left; font: normal 8.5pt/11pt tahoma, sans-serif; line-height: 12pt;
}
#container{
	width: 790px; position: relative; margin: 0 auto;
}
#header{
	background: url(images/header.jpg) no-repeat top left; width: 600px; height: 104px; color: #8E3A2B; float: left; padding-left: 0px; padding-right: 0px;	
}
#header h1{
	position: relative; font-size: 11pt; float: left; clear: left; margin-top: 10px;
}
#header p{
	float: right; margin-top: 10px; margin-left: 10px; clear: none; line-height: 10pt;
}
h2{
	position: relative; font-size: 10pt;  float: left; width: 161px;
}
h2 span{
	background: url(images/umcplogo.jpg) no-repeat top left; top: 0; left: 0; position: absolute; width: 161px; height: 140px; 
}
#cont_main{
	background: url(images/cont_bg.jpg) repeat-y top left; width: 600px; float: left; margin-top: 0px; clear: none;
}
#cont_main h1{
	background: url(images/cont_top.jpg) no-repeat top left; height: 30px; width: 600px; float: left;
}
#cont_main h2{
	background: url(images/cont_bot.jpg) no-repeat top left; height: 10px; width: 600px; float: left;
}
#img_main{
	  margin-left: 0px; float: left;		
}
big{
	font-weight: bold; font-size: 10pt; color: #D1721E; float: left; margin-left: 20px; margin-right: 10px; text-align: right;
}
#write{
	float: left; margin-left: 10px; margin-right: 10px; margin-top: 10px;
}
#writeIndent{
	float: none; margin-left: 50px; margin-right: 10px; margin-top: 10px;
}
#writecenter{
	float: none; margin-left: 10px; margin-right: 10px; margin-top: 10px; text-align: center;
}
h4{
	background: url(images/para_split.jpg) no-repeat top center; display: block; width: 510px; height: 32px; margin-top: 10px; padding-left: 72px; float: left;
}
p#news{
	width: 500px; margin-left: 10px;  float: left;
}
p#news a b{
	color: #9A9062;
}
p#news a{
	color: #454545; display: block; width: 150px; margin-bottom: 20px; text-decoration: none;
}
p#news a:hover, p#news a:hover b{
	color: #673A00; 
}
p#indent {
	text-indent: 1cm;
}
ol {
	margin-left: 18px;
}
ul#list {
	margin-left: 15px; list-style-position: inside;
}
ul#nav{
	background: #77532A url(images/navtop.jpg) no-repeat top left; width: 160px; top: 0; position: absolute; right: 20px; top: 160px;  padding-top: 19px;
}
ul#nav li{
	background: #77532A url(images/bullet.jpg) no-repeat center left; padding-left: 10px; padding-top: 1px; display: block;  margin: 5px 14px; list-style-type: none; 
}
ul#nav li a{
	display: block; width: 104px; color: #CAB756; padding: 5px; text-decoration: none; border-bottom: 1px solid #B6AB23;
}
ul#nav li a:hover{
	color: #F8F1C8; border-bottom: 1px solid #F8F1C8; text-decoration: none;
}
ul#nav li a.last, ul#nav li a.last:hover {
		border: none;
}
ul#nav li.sub{
	background: #77532A url(images/bullet.jpg) no-repeat center left; padding-left: 10px; padding-top: 1px; display: block;  margin: 0px 27px; list-style-type: none; 
}
ul#nav li.sub a{
	display: block; width: 91px; color: #CAB756; padding: 5px; text-decoration: none; border-bottom: 0px; 
}
ul#nav li.sub a:hover{
	color: #F8F1C8; text-decoration: none; border-bottom: 0px;
}
ul#nav li.mid{
	background: #77532A; padding-left: 0px; 
}
ul#nav li.last{
	background: #77532A url(images/navbot.jpg) no-repeat top right; display: block; width: 160px; height: 25px; padding: 0 !important; margin: 0 !important;
}
a.top{
	background:  url(images/top.gif) no-repeat center right; color: #77532A; text-decoration: none; float: right; padding-right: 14px;
}
a.top:hover{
	background:  url(images/top_hov.gif) no-repeat center right; float: right; color: #BA0101; text-decoration: none; padding-right: 14px;
}
#footer{
	background: url(images/footer.jpg) no-repeat top left; width: 600px; height: 41px; color: #77532A; text-align: center; float: left; clear: both; padding-top: 28px;
}

