/* CSS Document */

body
{
	background-color:#D5D2CA;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	behavior:url(/csshover.htc);
	color:black;
}

div#page
{
	border-left:1px solid black;
	border-right:1px solid black;
	width:780px;
	margin:0 auto 0 auto;
	background-color:white;
	background-image:url(images/contentRepeater.jpg);
	background-repeat:repeat-y;
}
div#header
{
	width:780px;
	height:226px;
	float:left;
	margin-bottom:-5px;
}
div#content
{
	width:780px;
	float:left;
}

div#leftSide
{
	float:left;
	width:133px;
	height:400px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(images/gradientLeft.jpg);
	background-repeat:no-repeat;
}

div#leftSide ul
{
	list-style-type:square;
	margin:0px;
	padding:0px;
	margin-left:16px;
	color:white;
}
div#leftSide a, div#leftSide a:visited
{
	text-decoration:none;
	color:white;
	font-weight:bold;
	font-size:10px;

}
div#leftSide a:hover, div#leftSide a:active
{
	color:#4D945C;
}

div#text
{
	width:600px;
	padding-left:15px;
	float:left;
	background-color:white;
}
div#nav
{
	width:615px;
	float:left;
	text-align:left;
	border-bottom:1px solid silver;
	margin-bottom:10px;
}
	
div#footer
{
	width:780px;
	float:left;
	height:25px;
	background-color:black;
}
a, a:visited
{
	text-decoration:underline;
	color:#4D945C;
	font-weight:bold;

}
a:hover, a:active
{
	text-decoration:none;
}

h1
{
	color:black;
	font-size:25px;
	font-weight:bold;
}
h2
{
	color:#4D945C;
	font-size:16px;
	font-weight:bold;
}
h3
{
	font-size:15px;
	color:white;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:6px;
	margin-bottom:10px;
}
ul
{
	margin:10px;
	padding:10px;
}
ul li
{
padding-bottom:6px;
}
