.floatleft{
	float:left;
}

.floatright{
	float:right;
}

/* LAYOUT */

body {
	background: #336633 url(../images/layout/bgnd.jpg) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color: #333333;
}

/*#wrapper{
	position: relative;
	margin:0px auto;
	width:960px;
}*/

#header_bar{
	position: fixed;
	width: 100%;
	height: 15px;
	background-color: #222222;
	z-index:99 !important;
}

/* SIDEBAR */

#sidebar_wrapper{
	width:450px;
	float:left;
	position:fixed;
	margin-top:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo_container{
	margin-top:15px;
	float:left;
	width:275px;
}

#logo_container p{
	padding:0px 15px 0px 20px;
	font-size:13px;
	line-height:20px;
	color:#FFFFFF;
}

#nav_container{
	padding-top:15px;
	float:left;
	background:url(../images/layout/menu_bgnd.jpg) no-repeat;
	width:165px;
	height:300px;
	overflow:visible;
	padding-top:15px;
}

.nav li{
	display:block;
	width:auto;
}

.nav li a:link, .nav li a:active, .nav li a:visited{
	color:#c9d3c9;
	padding-left:15px;
	margin-bottom:1px;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	width:150px;
	display:block;
	height:20px;
}

.nav li a:hover{
	border-left:8px solid #FFFFFF;
	padding-left:7px;
	color:#FFFFFF;
	/*background:url(../images/layout/bullet_icon.gif) no-repeat;*/
}

#photo_container {
	clear:both;
	margin-left:20px;
	padding:10px 0px 10px 0px;
	width:410px;
	border-bottom:1px solid #4c654c;
}

.sidebar_photo {
	padding-right:5px;
}

.footer_text {
	font-size:10px;
	line-height:14px;
	color:#a7b5a7;
	margin:10px 0px 0px 20px;
}

.footer_text a:link, .footer_text a:active, .footer_text a:visited {
	color:#a7b5a7;
	text-decoration:none;
	font-weight:normal;
}

.footer_text a:hover{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}

/* MAIN */

#main{
	position: relative;
	float:left;
	padding:35px 30px 30px 30px;
	width:340px;
	margin-left:450px;
	font-family:Arial, Helvetica, sans-serif;
}

/* TEXT STYLING */

h1 {
	font-size:24px;
	line-height:30px;
	color: #1e3c1e;
	font-weight:normal;
	border-bottom: 1px solid #999999;
}

h2 {
	font-size:18px;
	line-height:24px;
	color: #1e3c1e;
	font-weight:normal;
	padding-bottom:3px;
}

h3 {
	font-size:16px;
	line-height:22px;
	color: #1e3c1e;
	font-weight:normal;
	padding-bottom:3px;
}

.small {
	font-size:10px;
	line-height:14px;
	color:#999999;
}

.green{
	color:#1e3c1e;
}

.answers {
	font-size:11px;
	line-height:15px;
	padding-left:10px;
	border-left:1px solid #999999;
}

.normal {
	font-weight:normal;
}

/* LISTS */

#main ul li {
	padding-left:15px;
	margin-bottom:1px;
	display:block;
	background:url(../images/layout/bullet_square.gif) no-repeat 0px 6px;
}

/* LINKS */

a:link, a:active, a:visited {
	color:#1e3c1e;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

/* TABLE STYLING */

tr td {
	font-size:11px;
	line-height:14px;
	padding:2px;
}

tr.header td {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #336633;
	color:#FFFFFF;
}

tr.green td {
	border-bottom: 1px solid #336633;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

tr.fill td {
	border-bottom: 1px solid #336633;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #EEEEEE;
}