*{
	margin:0;
	padding:0;
}


body {
	background-color: #a5bcb0;
	font-family:helvetica,arial,sans-serif;
	font-size: 13px;
	text-align:center;
	padding-top: 35px;
}

#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	border: 6px solid white;
	overflow: hidden; /* to this column to have a white bg (http://positioniseverything.net/articles/onetruelayout/equalheight#back_to_big_value)*/

	-webkit-box-shadow: 3px 3px 7px #444;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: #444 3px 3px 7px;
}

#nav
{
	position: absolute;
	top: 98px;
	left: 0px;
	padding-top: 15px;
	background-repeat: no-repeat;
	background-image: url('images/sidebarBG.jpg');
	width: 134px;
	padding-bottom: 32767px; /* part of column hack from above */
	margin-bottom: -32767px; /* part of column hack from above */
}


div.navLink
{
	padding-left: 15px;
	padding-bottom: 13px;
	width: 130px;
}

a.navLink
{
	color: #2e5336;
}

a.navLink
{
	font-size: 15px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
	text-decoration: none;
}

a.navLink:hover
{
	text-decoration: underline;
}

#content
{
	position: relative;
	left: 134px;
	top: 0px;
	padding-top: 10px;
	padding-left: 30px;
	width: 576px;
	background-color: white;
	padding-bottom: 75px;
}

h1, h2, h3
{
	padding-top: 12px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left: 0px;
	clear:inherit;

	font-size: 15px;
	color: #003100;
}

#footer
{
	color: #a5a5a5;
	font-size: 11px;
	height: 1.1em;
	position: absolute;
	bottom: 0px;
	padding-bottom: 0px;
	width: 585px;
}

#copyright
{
	float: left;
}

#designedBy
{
	position: absolute;
	right: 2px;
	display: inline;
}

#designedBy, #designedBy a
{
	font-style: italic;
	color: #a5a5a5;
	text-decoration: none;
}

#designedBy a:hover
{
	text-decoration: underline;
}

ul
{
	padding-left: 10px;
	padding-bottom: 10px;
}

li
{
	background-image: url('/images/check.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
	list-style: none;
	line-height: 18px;
	
    width: 500px;
}

p
{
	padding-top: 3px;
	padding-bottom: 5px;
}