/*OUMC Style Sheet Revised Nov 7 2009 Patrick Jones*/

/* TYPOGRAPHY
----------------------------------------------------------------------- */
body{font-size:80%;color:#404b51;font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;}

/* Headings */
h1{font-size:2em;color:#006699;}
h2{font-size:1.6em;font-weight:bold;color:#006699;}
h3{font-size:1.35em;color:#0099cc; text-decoration:underline;}
h4{font-size:1.2em;color:#006699; }
h5{font-size:1em;font-weight:bold;color:#006699;}
h6{
	font-size:1em;
	color:#006699;
}


/* Text */
#content p{margin:0 0 1.5em;}
#content p img.left{float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
#content p img.right{float:right;margin:1.5em 0 1.5em 1.5em;}
#content strong{font-weight:bold;}
#content em, #content dfn{font-style:italic;}
#content del{color:#666;}

/* Links */
#content a:visited{color:#4298aa;}
#content a:focus, #content a:hover{color:#FF6600;text-decoration:underline;}
#content a{color:#06c;text-decoration:none;}

/* Alert text*/
.alert{ font-size:1.019em; color:#FF3300; font-weight:bold;}


/* Top of page links */
#content .pagetop{clear:both;font-size:0.833em; }
#content .pagetop a{color:#666;padding-left:8px;}
#content .pagetop a:hover{color:#666;}

/* GRIDS/LAYOUT
----------------------------------------------------------------------- */
body{background: url('images/background.gif');}
#header{color:#fff;margin:0 auto;padding:12px 0 0;position:relative;overflow:hidden;width:960px;}
#content{background:#fff;margin:0 auto;position:relative;width:960px;}


/* Main Content */
#page{ background-color:#FFFFFF;position:relative; height:inherit; overflow:hidden;}
#main{float:right;width:735px; }
#main p{text-indent:10px;}
#main ul{list-style:none;}

/* Sidebar (Area Navigation) */
#areanav{background:#FFFFFF;width:210px; padding-left:10px; padding-top:10px; }
#areanav a:hover{color:#003333;text-decoration:none; background:#ff9933; font-size:1.195em; font-weight:bold;}
#areanav a{color:#009999;font-size:1.195em; font-weight:bold;}
#areanav hr{width:75%;}
.navheader{color: #006699; line-height:18px; font-size:1.195em; font-weight: bold; text-decoration: underline; padding-left: 3px;}
.navtext{color: #006699; font-size:1em; padding-left:6px; padding-top:8px}


/* Footer */
#footer{clear:left;color:#fff;font-size:0.9167em;margin:0 auto;padding:1em 0 3em;position:relative;width:960px;}
#footer a:focus, #footer a:hover{text-decoration:underline;}
#footer a{color:#fff;text-decoration:none;}
#footer ul{list-style:none;margin-left:-5px;}
