/************************** GENERAL STYLES *******************************/
	
* {margin: 0px;}
	
*
	{
		font-size: 11px;
		line-height: 16px;
		font-family: verdana, tahoma, sans-serif;
	}

img
	{
		border: none;
	}

body
	{
		margin: 0px;
		padding: 0px;
		position: relative;
		text-align: center;
		background: #df2b00 url(images/pageBG.png) repeat-x;
	}
	
p
	{
		margin: 4px 0px 0px 0px;
		padding: 12px 0px 0px 0px;
	}
	
ul, ol
	{
		margin: 3px 0px 14px 0px;
		padding: 0px 0px 0px 20px;
	}
	
li
	{
		margin: 1px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	
.centered
	{
		text-align: center;
	}
	
.centered img
	{
		margin: 10px auto;
	}
	
.rightJust
	{
		text-align: right;
	}
	
.displayNone
	{
		display: none;
	}
	
.displayBlock
	{
		display: block;
	}
	
.displayInline
	{
		display: inline;
	}


/************************** PAGE STRUCTURE *******************************/


#divPage
	{
		width: 100%;
		margin: 0px auto;
		text-align: left;
	}


#divPage #colRight
	{
		width: 50%;
		height: 3000px;
		margin: 0px;
		padding: 0px;
		border-left: 7px solid #ffffff;
		float: right;
		text-align: left;
		background: #8ec128;
	}

	
/************************** NAVIGATION *******************************/
	
	
#nav
	{
		width: 361px;
		padding: 9px 0px 10px 0px;
		background-color: #a72924;
		color: #ffffcc;
		font-weight: bold;
		float: right;
	}

#nav a:link, #nav a:visited
	{
		padding: 0px 11px 0px 11px;
		line-height: 16px;
		color: #ffffcc;
		font-weight: bold;
		text-decoration: none;
	}
	
#nav a:hover
	{
		line-height: 16px;
		color: #fff;
		text-decoration: none;
	}
	
#nav a:active, #nav a:active
	{
		line-height: 16px;
		color: #ffffcc;
		text-decoration: none;
	}
	

/************************** CONTENT *******************************/

#header
	{
		width: 385px;
		margin: 170px 0px 0px 0px;
		float: right;
	}
	
#logo
	{
		display: block;
	}
	
	

	
	


	
	