/*---Defaults-----------------------------------------------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#d9d9d9;
	text-align:center;
}
td{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}

a:link, a:visited {
	color:#591D01;
	text-decoration:none;
}
a:hover {
	color:#591E00;
	text-decoration:underline;
}

h1 {
	color: #000000;
	font-size: large;
}
h2 {
	color: #591D01;
	font-size: large;
}
h3 {
	color: #591D01;
	font-size: large;
}
h4 {
	color: #591D01;
	font-size: 18px;
}

.borderLeft {
	background-image:url(../_images/BK-AuxBar.jpg);
	background-repeat:no-repeat;	
	background-color: #f1deb6;
}

/*---Margins-----------------------------------------------------------------------------------*/
.leftMarginFill{
	background-image: url(../_images/leftGrey.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightMarginFill{
	background-image: url(../_images/rightGrey.gif);
	background-repeat: repeat-y;
}

/*Left Navigation-------------------------------------------------------------------------------------------*/
.navCellAux{
	background-color:#591e00;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom:7px;
}
.navCellAux a:link, .navCellAux a:visited, .navCellAux a:hover{
	text-decoration: none;	
}

/*---Home Page Style-----------------------------------------------------------------------------------*/
.mainContent { /*HOME PAGE*/
	font-family:Verdana;
	font-size:12px;
	color: #000000;
	
	background-image: url(../_images_v2/UMESLogoBK.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
}
.mainContent h3 { /*HOME PAGE*/
	color: #591D01;
	font-size: large;
	line-height: normal;
	font-weight: bolder;
}
.mainContent h4 { /*HOME PAGE*/
	color: #591D01;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}
.homeBorderRight{ /*HOME PAGE*/
	background-color: #EEEEEE;
	border: solid #FFFFFF;
	border-width: 0px 5px 0px 0px;
}
.homeBorderLeft{ /*HOME PAGE*/
	background-color: #EEEEEE;
	border: solid #FFFFFF;
	border-width: 0px 0px 0px 5px;
}


/*---Header and Footer Style-----------------------------------------------------------------------------------*/
.borderSeparator {
	background-image:url(_images/separator_under_nav.gif);
	background-repeat: repeat-x;
	height:7px;
}

.borderBottom {
	border-bottom: solid #FFFFFF 1px;
}

.util_link_text {
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	padding: 4px;
}
.util_link_text a:link, .util_link_text a:visited, .util_link_text a:hover {
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

.footer{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	background-color:White;
	height:100px;
}
.footer_link_text a:link, .footer_link_text a:visited, .footer_link_text a:hover {
	font-family:Verdana;
	font-size:12px;
	color:#591e00;
	text-decoration:none;
}

/*---Template Building Blocks-----------------------------------------------------------------------------------*/
.titleBar_Section
{
	background-image: url(../_images_v2/blankBanner.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;	
}

.titleBar_Text,
.titleBar_Text a
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}

.quicklink_header{
	background-color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	text-transform: uppercase;
	height: 26px;
}
.quicklink_text{
	font-family:Verdana;
	font-size:9px;
}
.quicklink_text td{
	color:#000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(_images/arrowBlack.gif);
	background-position: 13px 3px;
	background-repeat: no-repeat;
}
.quicklink_text a:link, .quicklink_text a:visited{
	font-family:Verdana;
	font-size:9px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}
.quicklink_text a:hover{
	text-decoration: underline;
}

.quicklink1_text{ /*CMS CONTENT BLOCK*/
	font-family:Verdana;
	font-size:9px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(_images/arrowBlack.gif);
	background-repeat: no-repeat;
	background-position: 13px 3px;
}
.quicklink1_text a:link, .quicklink1_text a:visited{ /*CMS CONTENT BLOCK*/
	font-family:Verdana;
	color:#000000;
	font-size:9px;
	font-weight: bold;
	text-decoration:none;
}
.quicklink1_text a:hover{ /*CMS CONTENT BLOCK*/
	text-decoration: underline;
}

.OpeningPagePadding {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.ContentPagePadding {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*---MISC-----------------------------------------------------------------------------------*/
.tableInfo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

