/* CSS Document */

html, body
{
	margin:0; 
	padding:0; 
	height:100%;
	font-family: Lucida Grande, Verdana;
	font-size: 11px;
	color: #555555;
}
html
{
	overflow-y: scroll;
}
body
{
	text-align:center;
	background: gray url(../images/tile.gif) repeat;
}
h1
{
	margin: 15px;
	text-align: right;
	font-size: 22px;
	color:Black;
}
h2
{
	margin-top:0px;
	font-size: 13px;
	color:Black;
}
p
{
	margin-top: 0px;
}

/*** Page setup ***/

#page
{
	text-align: left;
	height: 100%;
	width: 798px;
	margin: 0 auto;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#container
{
	padding-top: 1px;
	padding-bottom: 1px;
	width:798px;
	background-color: white;
}
#header
{
	margin: 15px;
	width: 768px;
	height: 150px;
}

#contentLeft
{
	margin-left: 180px;
}

/*** Navigation area ***/

.navigationContainer
{
	float: left;
	width: 150px;
	margin-left: 15px;
	padding: 0px 0px 25px 0px;
	background: url(../images/bottomcurve.gif) no-repeat bottom;
}

ul.navigation
{
	margin: 0px;
	padding: 25px 0px 0px 0px;
	background: url(../images/topcurve.gif) no-repeat top;
}

ul.navigation li
{
	list-style-type: none;
}

.navigation a
{
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	margin: 3px 0px;
	background-color: #CCCCCC;
	color: white;
	text-decoration: none;
}
.navigation a:hover
{
	background-color:#666666;
}
#selected
{
	background-color:#999999;
}

div.end
{
	clear: both; 
	padding-top: 15px;
}

