body
{
	margin:0px;
	/*background-image:url(../images/background2.jpg);*/
	background-color:#EBEDF1;
	

}

/*Global*****************************
************************************/

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	color:#990000;
	padding:0px;
	padding-bottom:5px;
	
}

.hr2
{
	color:#990000;
	
}

/*Header*****************************
************************************/
#header
{
	width:940px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

/*Content***************************
***********************************/

/*The content div holds the menu, the central content and the right sidebar*/

#contentcontainer
{
	width:100%;
	background-color:#fff;
	/*background-image:url(../images/um-seal.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-attachment:inherit;	
	background-repeat:repeat-x;
	background-color:#fff;*/
	border-bottom: #cc7822 3px solid;
	
}


#content
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	
}
	

#menucontainer
{
	width:190px;
	margin-right:10px;
	background-color:#354753;
	float:left;
}

#text
{
	width:554px;
	padding-right:10px;
	padding-bottom:55px;
	border-right:1px dotted #CCCCCC;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
	z-index:-1;
}
	
#rightcol
{
	width: 165px;
	padding-left:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	clear:right;
	line-height:14px;
}

#clear
{
	width:940px;
	height:1px;
	clear:both;
	/*background-color:#000000;*/
	margin-top:10px;
	margin-bottom:10px;
}

#footercontainer
{
	width:100%;
	background-color:#b9c0d0;
	border-top:#cc7822 3px solid;
	
}

#footer
{
	width:940px;
	/*padding-bottom:25px;*/
	margin-left:auto;
	margin-right:auto;
	/*padding-top:15px;*/
	
}

#footerleft
{
	width:170px;
	padding-left:20px;
	margin-right:20px;
	float:left;
}

#footerright
{
	width:730px;
	float:left;
	text-align:left;
}


/*fonts*/

.address
{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.addressBOLD
{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.footernav
{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

.footernav a
{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-decoration:underline;
}

.breadcrumbs
{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

.breadcrumbs a
{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-decoration:underline;
}

.smallred
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
}


.contenttext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

.content2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.content2BOLD
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

.contentBOLD
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

.contentBOLDred
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	font-weight:bold;
}

h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#333333;
	margin:0px;
	padding-bottom:15px;
	padding-top:5px;
}

/*Images***************************************
**********************************************/
.imgleft
{
	float:left;
	background-color:#fff;
	padding:3px;
	margin-right:4px;
}

.imgleft2
{
	float:left;
	background-color:#534214;
	padding:4px;
	margin-right:4px;
}

/*Errors**************************/
.important
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#900;
	padding:5px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#FFCECE;
}

