/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background-color: #171B20;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
}


.page-body {
	margin: 0 auto 0 auto;	
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
}

	.page-footer {
		margin: 0 10% 0 315px;	
		width: 600px;
		padding: 0 0 50px 0;
		text-align: left;
	}

	.page-body ul, .page-body ol { 
		color: #ffffff;
		margin: 10px 0 30px 25px; 
	}

	.page-body ul li, 
	.page-body ol li { 
		padding: 0; 
		margin: 0 0 5px 0; 
		color: #cccccc;
		line-height: 140%;
		font-size: 100%;		
	}

	.page-footer p {
		margin: 0;
	}
	
	.page-footer {
		padding: 20px;
	}

	.page-title h1 span {
		text-align: left;
		font-weight: normal;
		font-size: 100%;
		color: #ffffff;
		margin: 5px 0 15px 0;
	}
	
h1 {
	text-align: left;
	font-weight: normal;
	font-size: 180%;
	color: #96BF55;
	margin: 5px 0 15px 0;
}

	h1 span {
		clear: both;
		font-size: 60%;
		color: #FF9;
	}


h2 {
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	color: #09f;
	margin: 5px 0 15px 0;
}

	h2 span {
		clear: both;
		font-size: 70%;
		color: #FF9;
	}
	
h3 {
	clear: both;
	font-size: 120%;
	color: #FF9;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.notice {
	border: 3px solid #ffffbe;
	padding: 10px;
	color: #ffffff;
	background-color: #09f;
	margin: 0 0 20px 0;
}
	
	.notice p, 
	.notice p a, 
	li a {
		color: #ffffff;
		text-decoration: none;
	}

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #a9d06a;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
}

a.page-options:hover, 
a.page-options:focus {
	color: #FFFFFF;
	background: #09F;
}		

p {
	margin: 0 0 20px 0;
	color: #cccccc;
	line-height: 140%;
}

	p small, 
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}
#contact{
	width:312px; float:right;}
#contact span.ctop{
	color:#000000;
	line-height:0;
	font-size:0;
	height:14px;
	display:block;
}
#contact span.cbottom{
	color:#000000;
	line-height:0;
	font-size:0;
	height:25px;
	display:block;
}
#contact form.contact{
	color:#000000;
	width:272px;
	padding:0 10px;
	float:left;
}
#contact form.contact h2.text3{
	color:#0B0B0B;
	padding:0 0 5px 55px;
	float:left;
	width:228px;
	height:20px;
	font:14px Arial, Helvetica, sans-serif;
}
#contact form.contact h2.text3 span{
	background-color:#F4F7FF;
	color:#A60101;
	font:normal 24px/30px Georgia, "Times New Roman", Times, serif;
}
#contact form.contact label{
	background-color:#F4F7FF;
	color:#0B0B0B;
	margin:5px 0 0 5px;
	float:left;
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#contact form.contact input{
	background-color:#F4F7FF;
	color:#0B0B0B;
	border:#C3BCA4 1px solid;
	width:168px;
	height:11px;
	padding:2px;
	margin:0 0 8px 10px;
	float:right;
	font:normal 11px/20px Arial, Helvetica, sans-serif;
}
#contact form.contact textarea{
	background-color:#F4F7FF;
	color:#0B0B0B;
	border:#C3BCA4 1px solid;
	width:168px;
	height:46px;
	padding:2px;
	margin:0 0 10px 15px;
	float:right;
	font:normal 14px/20px Arial, Helvetica, sans-serif;
}
#contact form.contact input.submit{
	background:url(images/submit_bg.gif) no-repeat 45px 0 #FFFFFF; color:#0B0B0B; border:none;
	width:60px; height:13px; float:right; margin:0 0 0 10px; padding:0 20px 0 0; cursor:pointer;
	font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;}
#contact form.contact input.reset{
	background:url(images/more_bg.gif) no-repeat 45px 0 #FFFFFF; color:#0B0B0B; border:none;
	width:60px; height:13px; float:right; margin:0; padding:0 15px 0 0; cursor:pointer;
	font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;}

