/*Body style*/
body {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*Project title*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F40008;
	margin: 0px;
	padding: 0px;
}

a.h1 {
	color: #333333;
}

a.h1:hover {
	color: #F40008;
}

/*Project body style*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
}

a.p {
	color: #333333;
	text-decoration: none;
}

a.p:hover {
	color: #333333;
	text-decoration: none;
}

/*DIV BELOW HOLD TWO COLUMN LAYOUT*/
#main_content_holder {
	width: 650px;
	padding-left: 20px;
}

/*DIV HOLDS LEFT CONTENT*/
#left_holder {
	height: 600px;
	width: 480px;
	
	float: left;
}

/*DIV HOLDS RIGHT CONTENT*/
#right_holder {
	height: 600px;
	width: 150px;
	position: absolute;
	left: 520px;
	top: 204px;
}

.lnav {}

ul.lnav {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
}

ul.lnav li {
	display: block;
	width: 150px;
	text-align: left;
	background-color: #CCCCCC;
}

ul.lnav li a {
	display: block;
	margin: 0px;
	padding: 10px;
	background-color: #CCCCCC;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

ul.lnav li a:hover {
	color: #F40008;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
