/* +++ Selectors +++ */

html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	background: #FFF url("images/yellowback.gif") repeat-x 0px 200px;
	font-family: Arial, sans-serif;
	}
	
div {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

a img {
	border: 0;
	}

a {
	color: #blue;
	text-decoration: underline;
	}
	
a:hover {
	color: #222;
	text-decoration: none;
	}


h2 {
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 10px;
	}
	
img {
	border: 0px;
	}
	
table {
	text-align:left;
	}
	
td {
	padding: 5px;
	}
	

/* +++ Structural +++ */

/* holds the whole page */

#container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	}

/* holds the logo and top pics*/

#header {
	margin: 0px;
	background: url("images/blackback.gif") transparent 40px 195px repeat-y;
	}
	

/* holds the center and right columns */
	
#columncontainer {
	float: right;
	width: 840px;
	background: url("images/greyback.gif") repeat-y;
	}

/* holds the right column */

#contentcontainer {
	float: right;
	width: 565px;
	height: 100%;
	background: transparent;
	color: #000;
	}
	
/* holds the nav column */

#contentnavcontainer {
	margin-right: 565px;
	background: transparent;
	color: #000;
	text-align: center;
	}
	
/* holds the blank column */

#contentblankcontainer {
	margin-right: 840px;
	color: #000;
	}
	
/* the right column */

#content {
	padding: 25px 15px 40px 30px;
	text-align: justify;
	}

/* the nav column */
	
#contentnav {
	margin-top: 15px;
	background: transparent;
	}

/* the blank column */

#contentblank {
	background: transparent;
	}
	
/* the footer */

#footer {
	clear: both;
	height: 40px;
	border-top: solid 1px #000;
	padding-top: 15px;
	color: #333;
	text-align: center;
	font-size: 70%;
	}


/* +++ Additional Selectors for Specific Columns +++ */	


/* footer */

#footer a:link, #footer a:visited, #footer a:hover {
	color: #333;
	text-decoration: underline;
	}
	
	
#contentnav a {
	display: block;
	width: 250px;
	height: 35px;
	margin: 10px 0px 5px 13px;
	padding: 10px 0px;
	background: url("images/blackbar.gif") no-repeat 0px 0px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}
	
#contentnav a:hover {
	display: block;
	width: 250px;
	height: 35px;
	margin: 10px 0px 5px 13px;
	padding: 10px 0px;
	background: url("images/gradientbar.gif") no-repeat 0px 0px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}
	
.active {
	display: block;
	width: 250px;
	height: 35px;
	margin: 10px 0px 5px 13px;
	padding: 10px 0px;
	background: url("images/blackbar.gif") no-repeat 0px 0px;
	color: #FF0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}
	
.smalleractive {
	display: block;
	width: 250px;
	height: 35px;
	margin: 10px 0px 5px 13px;
	padding: 10px 0px;
	background: url("images/blackbar.gif") no-repeat 0px 0px;
	color: #FF0;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	}
	
#contentnav a.twoline {
	display: block;
	width: 250px;
	height: 35px;
	margin: 10px 0px 20px 13px;
	padding: 5px 0px;
	background: url("images/blackbar.gif") no-repeat 0px 0px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}

#contentnav a:hover.twoline {
	display: block;
	width: 250px;
	height: 35px;
	margin: 10px 0px 20px 13px;
	padding: 5px 0px;
	background: url("images/gradientbar.gif") no-repeat 0px 0px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}
	
#contentnav p.twolineactive {
	display: block;
	width: 250px;
	height: 35px;
	margin: 10px 0px 20px 13px;
	padding: 5px 0px;
	background: url("images/blackbar.gif") no-repeat 0px 0px;
	color: #FF0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}
	
.smaller {
   font-size: 80%;
   font-weight: bold;
   }
   
.supersmall {
   font-size: 50%;
   font-weight: bold;
   }


/* Top Navigation Tabs */

#navbar {
	height: 35px;
	margin: 0px 0px 0px 320px;
	white-space: nowrap;
	z-index: 1;
	}

#navbar ul {
	list-style-type: none;
	float: left;
	z-index: 2;
	}

#navbar li {
	display: inline;
	text-align: center;
	}

#navbar li a {
	float: left;
	height: 28px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border-right: 6px solid #FFF;
	}

#navbar li a:hover {
	background: #FFF;
	}

	
/* MISC IDS */

#logo {
	height: 200px;
	margin-left: 40px;
	background: url("images/logo.jpg") no-repeat;
	}
	
#tabs {
	height: 35px;
	}
	
#slogan {
	background: transparent url("images/slogan.gif") no-repeat 42px 0px;
	}
	
.tight {
	margin-bottom: 0px;
	}

.red {
	color: red;
	}
	
.justified {
	text-align: justify;
	}
	
.plain {
	list-style-type: none;
	}
	

/* Hides from IE5-mac \*/
* html #tabs {height: 1%;}
* html #nav {height: 1%;}
* html #columncontainer {height: 1%;}
* html #contentnav {height: 1%;}
* html #contentnavcontainer {height: 1%;}
* html #content {height: 1%;}
/* End hide from IE5-mac */