/*  
Elements of this stylesheet came from:
http://www.tanfa.co.uk/css/layouts/flexi-floats-3col.asp & http://www.tanfa.co.uk/css/layouts/flexi-float.txt 
The positioning elements allow for three columns with a header, subnavbar & footer.
The columns may have fixed or fluid widths. 
All three columns resize with whichever column happens to be the longest on any given page. 
*/

/* ***************   MAIN POSITIONING STYLES ******************************** */

* {margin: 0; padding: 0; border: 0;}

body {
text-align: center; 
background: #fff; 
color: #000;
min-width: 600px;
background-image: url(../images/background.jpg);
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
text-align: left;
width: 680px;
margin: 0 auto; 
margin-top:10px;
background: #fff url(../images/sidebar_left.gif) repeat-y 0 0; /* left sidebar repeating background */
}

#header, #subnav, #footer {
color: #000;
clear: both; 
width: 680px;
text-align:center;
}

#header {
/* background: #008; */
color: #fff; 
height: 86px; 
border-top:1px solid #002F8D;		/* light blue */
border-right:1px solid #002F8D;	/* light blue */	
border-left:1px solid #002F8D;	/* light blue */
}

#subnav, #footer {
background: #fff; 
padding: 1px 0; 
border-bottom:1px solid #000; 
border-top:1px solid #000;
}

.subnav_text {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-align: center;
}

.footer_text {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-align: center;
}

#contentfloatholder {
background: url(../images/sidebar_right.gif) repeat-y 100% 0;  /* left sidebar repeating background */
float: left;
width: 100%;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
content: "."; 
display: block; 
height: 0px;
clear: both; 
visibility: hidden;
}

/* put background image with pattern to match left and right content colors in center or centerwrap container*/
#center {
margin: 0 145px 0 145px;
}

#centerwrap {
float:left;
width: 100%; 
margin: 0 -95% 0 0;
}

#right {
float:right;
width: 138px;
margin: 0 0 0 50px;
/* border-left: 1px solid #666; */
background-color:#FFF;
}

.right_sidebar_text {
color:#993300;		/* orange */
}

#left {
float:left;
width: 139px;
margin: 0 0 0 -5%;
/* background-color: #c2c581;	 tan */
/* Curt: I can't get the UCC logo to float on the bottom of the left sidenavbar */
/* background-image: url(images/side_logo.gif); */
/* background-repeat: no-repeat; */
/* background-position: left bottom; */
}

/**************** Left Navbar Styles ****************/
.leftNavDiv {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
margin-top: 3px;
margin-bottom: 6px;
padding-left: 10px;
display: block;		/* automatically places break's between div elements */
}

.leftNavDiv a:link, a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #734031;
margin-top: 3px;
margin-bottom: 6px;
padding-left: 10px;
display: block;
text-decoration: none;
}

.leftNavDiv a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #734031;
margin-top: 3px;
margin-bottom: 6px;
padding-left: 10px;
display: block;
text-decoration: underline;
}
/************** end of Left Navbar Styles ************/

/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

/*
<!-- the IE7 javascript is for IE min-width only in this example -->
<!--[if lt IE 7]>
<script src="ie7/ie7-standard.js" type="text/javascript"></script>
<style type="text/css" media="screen">
#wrapper {word-wrap: break-word;} /* ie proprietary property to force long words to break rather than the layout 
< /style>
<![endif]-->
*/




/* ***************   MAIN TEXT STYLES ******************************** */


div h3, div p {
margin: 1em 0;
padding: 0 10px; 
}

div ol, div ul{
padding: 0 30px; 
}

div table{
padding: 0 10px; 
}

#middleColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000; /* was #333 */
}

#middleColumn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #011A4F;		/* used to be #7E533C   */
	text-decoration: none;
	display: inline;
	padding: 0px;
}
#middleColumn a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #7F543D;
	text-decoration: none;
	display: inline;
	padding: 0px;
}
#middleColumn a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #744332;
	text-decoration: underline;
	display: inline;
	padding: 0px;
}

#page_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #011A4F;		/* dark blue */
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 10px;
}

#subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996633;		/* tan */
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 10px;
}

.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 13px;
	margin-bottom: 9px;
	font-weight: normal;
	line-height: 14px;
}

.article:first-line {
	color: #000066;
	font-weight: bold;
}

