/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	BACKGROUND-POSITION: 0px 0px;
	BACKGROUND-IMAGE: url(http://www.umes.edu/2004/images04/background_02.jpg);
	BACKGROUND-REPEAT: no-repeat;
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0 auto;
	padding: 0px;
	width:100%;
	min-width:700px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 114%;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 100%;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana, Arial, sans-serif;
 font-size: 100%;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #990000;
}

#container {display:table;}
#row {display:table-row;}
#left{
	display:table-cell;
	float:left;
	width:45%;
}
#right{
	display:table-cell;
	float:right;
	width:45%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left; 
	width: 25%;
	margin: 0px;
	padding: 0px;
}

#content{ float:right; width:72%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}
#PrintsiteName{ display:none;
}


/************* #globalNav styles **************/

#globalNav{ z-index:1000;
position:relative; left:257px; width: 100%;
display: block;
background-color:#990000;
border-bottom: solid 1px #000000;
padding: 0px 0px 5px 10px;
border-bottom: 0px;
}

#globalNav img{
 display: block;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 5px 0px 0px 10px;
	text-align:right;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story table{
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
.story ul ul ul{ list-style-type:circle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ul ul { list-style:none; font-size:80%; text-indent:8px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

/*********** #pageInfo styles ***********/

#pageInfo{
	position: relative;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #cccccc;
	margin: 0px;
	font-size: 60%;
}

