/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}
#content {
	width: 750px;
	margin: 15px auto 0px;
}
#header { 
	margin: 0px auto 15px; 
	background: #FFFFFF;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	width: 750px;
	margin: 0px auto;
	overflow: hidden;
}
.tan { background: #D0C793; }
.blue { background: #9CC5C9; }
.green { background: #BCD7A4; }
#blue { color: #81adb5; }
#white { color: #ffffff; }

a { color: #FFFFFF; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }

/* Sidebar
------------------------------------------------------------------------*/
#sideBar {
	width: 159px;
	height: 100%;
	padding: 50px 15px 15px;
	float: right;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	position: relative;
}
ul li a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
}
ul li a:hover {
	color: #000000;
	text-decoration: none;
}
ul li a.on {
	color: #000000;
	text-decoration: none;
}

li ul li.bullet {
	background-position: right;
	background-image: url(../_images/_nav/bullet.gif);
	background-repeat: no-repeat;
	}
	
/* Content
------------------------------------------------------------------------*/
#container_text {
	width: 460px;
	text-align: left;
	padding: 40px 50px 50px;
	border-right: 1px dashed #FFFFFF;
	float: left;
}

table#twoColumn {
	width: 460px;
	padding-top: 10px;
	}
table#twoColumn td.alt {
	width: 50%;
	padding-right: 30px;
	}
	
table#twoColumn td {
	width: 50%;
	}

p { margin: 0px 0px 15px; }

h1 {
	font-size: 17px;
	letter-spacing: -1px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 10px;
	text-indent: -0.5em;
}
h4 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 0 0.75em;
	text-indent: -0.75em;
}
ul.quotee {
	list-style-type: disc;
	list-style-position: outside;
}

/* Footer
------------------------------------------------------------------------*/

#footer {
	width: 750px;
	margin: 15px auto 0px;
	}

#footer p.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

