/* CSS Document */
*
	{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

html,
body
	{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #ddd;
	background: #dde;
	}

#layer0
	{
	position: relative;
	width: 760px;
	margin: 0px auto;
	height: 100%;
	background: #fff;
	background: url(../images/body.gif) 0% 0% repeat-y;
	}
#layer1
	{
	position: absolute;
	padding: 10px;
	padding-top: 0px;
	background: #fff;
	background: url(../images/body.gif) 0% 0% repeat-y;
	}

#contentbody
	{
	margin-top: 160px;
	position: relative;
	background: #fff;
	width: 537px;
	float: right;
	}
#content
	{
	padding: 5px;
	padding-top: 15px;
	}

#content h1
	{
	position: absolute;
	left: -203px;
	top: -60px;
	width: 720px;
	height: 70px;
	background: #aaf;
	background: url(../images/h1.gif) 0% 0% no-repeat;
	line-height: 70px;
	padding-left: 20px;
	color: #700;
	font-family: Trebuchet MS, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	}

#content p
	{
	font-size: 12px;
	margin-right: 40px;
	margin-bottom: 10px;
	line-height: 1.6em;
	}
#content p:first-letter
	{
	padding-left: 0px;
	}

#content ul li
	{
	font-size: 12px;
	margin-left: 40px;
	margin-right: 60px;
	}



#topmenubody
	{
	position: absolute;
	top: 70px;
	height: 30px;
	background: #cff;
	width: 740px;
	text-align: right;
	line-height: 30px;
	background: #900;
	color: #fff;
	font-size: 12px;
	}
#topmenu
	{
	line-height: 26px;
	font-size: 11px;
	}
#topmenu ul
	{
	list-style-type: none;
	float: right;
	}
#topmenu ul li
	{
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	}
#topmenu ul li a
	{
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding: 0px 10px;
	}


	
#leftmenubody
	{
/*	padding-top: 120px;*/
	margin-top: 165px;
	position: relative;
	background: #fff;
	float: right;
	width: 200px;
	text-align: right;
	}
#leftmenu
	{
	padding: 0px 10px 0px 10px;
	}

#leftmenu ul
	{
	list-style-type: none;
	}
#leftmenu ul li
	{
	}
#leftmenu ul li a
	{
	display: block;
	padding: 4px 5px 4px 7px;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #700;
	border-bottom: 1px solid #ccc;
	}
* html #leftmenu ul li a 
	{
	/*fixing the menu for IE (height issues)*/
	height: 14px;
	}

#leftmenu ul li a:hover
	{
	border-bottom: 1px solid #bbb;
/*	padding-right: 4px;*/
	}


#headerbody
	{
	position: absolute;
	width: 740px;
	height: 70px;
	background: #faf;
	background: url(../images/headerbody.gif) 0% 0% no-repeat;
	}
#header
	{
	height: 100%;
	}
#header a
	{
	display: block;
	text-decoration: none;
	height: 100%;
	}

