/*********************/
/* BASIC             */
/*********************/

body {
	font-family:   Arial, Helvetica, sans-serif ;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background: #e6e6e6 url(images/page_bg.png) repeat-y center top;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

/*********************/
/* SIDEBAR           */
/*********************/
#links {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	background: 000099;
	border-bottom: 1px solid #000033;
}
#links li {
    display: inline;
}

#links .title {
	font-weight: bold;
	display: block;
	color: #FFF;
}
#links .closetmaid {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
	}
#links .partlinks {
	font-weight: bold;
	display: block;
	color: #ffff66;
	color: #ffffcc;
	font-size: 1em;
	padding: 5px;
	margin-left: 2px;
	}
#links a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-top: 2px solid #0000cc;
	border-bottom: 2px solid #000066;
	color: #ffff66;
	line-height: 120%;
	background: #000099;
}
	
/* hack for IE 6 < to make entire block clickable */
* html #links a {
	height: 1px; 
}
#links a:hover {
	background: #3333cc;
}
#links ul {
	border-bottom: 5px solid #000066;
	}
/*********************/
/* MAIN */
/*********************/
h1 {
	color: #294E56;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 2.2em;
	border-top: 4px solid #294E56;
	border-bottom: 2px solid #6666FF;
	line-height: 100%;
	padding-top: 5px;
	padding-bottom: 3px;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 5px 2px 10px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 1.4em;
	margin-bottom: 8px;
	padding-right: 15px;
	margin-top: 2px;
}
h2 {
	color: #990000;
	font-size: 1.6em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
}

#lead h1 {
color: #444444;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 1px solid #666666;
	padding: 5px 0 0 5px;
	margin-right: 200px;
}

#sig {
	font-family: "brush script mt", Arial, sans-serif;
	font-size: 2.1em;
	margin-left: 25px;
	margin-top: 15px;
	}
#sigsection {
 	border-bottom: 2px solid #6666FF;
	}

#sidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
	height: 720px;
	background: #000066;
	}
#logos {
    margin-top: 25px;
	margin-left: 1px;
	width: 160px;
	float: left;
	}
#logos img {
	margin-top: 10px;
	}
#logos a img{
	border: 0px;
	}
#main {
	margin-left: 180px;
	}
#wrapper {
 	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 890px;
	}
#banner {
	font-size: 0px;
	color: #FFF;
	}	

</style>