/* website.css*/

* {
    padding : 0px;
    margin : 0px;
}
 
html, body {
    height : 100%;
	font-family : verdana, arial, sans-serif;
    font-size : 12px;
	color: #000000; 
}

.clearfloat {
    clear : both;
    float : none;
}
/* GENERAL STYLES */


h1 {
	padding-top : 20px;
	font-size : 200%;	
	color : #E03108;	
	padding-bottom : 20px;
}

h2 {
	font-size: 150%;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
}

p {
	text-align: justify;
	padding-left: 5px;
	padding-bottom: 20px;
}

.bold {
	font-weight: bold;
}

.large {
	font-size: 120%;
}

.small {
	font-size: 80%;
	padding-bottom: 5px;
}

.smallbold {
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 5px;
}

ul {
	padding-left: 15px;
} 

li {
	padding: 5px 20px 5px 10px;
}

.menulist {
/* used for menu on left side of page */
	margin: 0px;
	padding: 0px;
	width: 158px;
	border: 1px solid #000000;
}

.menulist li {
	line-height: 1; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	padding-bottom: 5px; 
		}

a:link, a:visited, a:active { 
	color: #000000;
		}
	
a:hover {
	background-color: #000000;
	color: #FFFFFF;
		}

/* MAIN DIVS */

#background {
	width : 100%;
	height: 100%;
	background-color: #E03108;
}

/* puts a fillet at top and bottom */
#background .fillet {
	height: 20px;
}

#container {
    width : 770px;
    background-color : #FFFFFF;
	position : relative;
	margin-left : auto;
	margin-right : auto;
/*	border: 1px solid #000000; */
}

/* TOP DIVS */

#pageheader {
	height: 150px;
	width: 100%;
    background:  url(../images/header.gif) top left no-repeat;
/*	border-bottom: 1px solid #000000; */
}

#pageheader h1 span {
	display : none;
}

/* LEFT DIVS */

#leftcolumn {
	float: left;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
}

#leftmenu {
/* this is the box for the secondary navigation - except home page */
	width: 160px;
	margin-bottom: 20px;
	background-color: #FFECC6;
}

#xhtmlbadge {
	float: left;
	width: 180px;
	margin-right: 20px;
}

#xhtmlbadge .blank {
/* padding for when a page can't be validated due to external links */
	width: 88px;
	height: 31px;
}

/* MIDDLE DIVS */

#maincontent {
/*	margin-left: 180px; */
	margin-left: 100px;
	margin-top: 10px;
	padding-right : 30px;
/* any wider and the content drops to the bottom in IE6 */
/*	width: 530px; */
	height: 100%;
}

/* BOTTOM DIVS */

#footercopy {
	padding: 10px;
	text-align: center;
}

