/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h2{
	color:#E6393B;
	font-size:14px;
	font-weight:bold;
	padding-top:0;
	margin-top:0;
}
p{
	padding:0;
	margin:0;
	color:#797979;
}
a{
	color:#E83C38;
	font-size:12px;
	text-decoration:underline;
}
#wrapper{
	margin:auto;
	width:950px;
}
#header{
	background:url(images/header.png) no-repeat;
	height:360px;
}
#main{
	background:url(images/bodyrepeat.png) repeat-y;
}
#footer{
	background:url(images/footer.png) no-repeat;
	height:50px;
}
#innermain{
	width:900px;
	position:relative;
	left: 25px;
}
#innermain p{
	padding:0;
	margin::0;
}
/* ------ */
#main #left, #main #right{
	float:left;
}
#main #left{
	width:207px;
	position:relative;
	left: 20px;
}
#main #right{
	width:700px;
	position:relative;
	left: 25px;
}
#main #right p{
	color:#797979;
}
/* ------ */
#main #left #sideheader{
	background:url(images/sideheader.jpg) no-repeat;
	height:16px;
}
#main #left #sidemain{
	background:url(images/sidebodyrepeat.jpg) repeat-y;
}
#main #left #sidefooter{
	background:url(images/sidefooter.jpg) no-repeat;
	height:11px;
}
/* ----------- */
#main #left #sidemain h2{
	padding:0;
	margin:0;
	position:relative;
	left:10px;
	background:url(images/sideheadericon.jpg) no-repeat;
	text-indent:25px;
	font-weight:bold;
	font-size:12px;
	height:20px;
	color:#E6393B;
	padding-bottom:10px;
}
#main #left #sidemain ul{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	left:35px;
}
#main #left #sidemain li{
	position:relative;
	left:10px;
	list-style-image:url(images/sidearrow.jpg);
	padding-bottom:2px;
}
#main #left #sidemain li a{
	font-size:12px;
	text-decoration:none;
	color:#3D3D3D;
}
#main #left #sidemain li a:hover{
	text-decoration:underline;
}
/* --- greybox */
#greybox{
	margin:0;
	padding:0;
}
#greybox a{
	color:#FFCC00;
	text-decoration:underline;
}
#greybox p, #greybox #greyboxbody p{
	color:#FFFFFF;
}
#greybox #greyboxheader{
	background:url(images/mainheader.jpg) no-repeat;
	height:12px;
}
#greybox #greyboxbody{
	background:url(images/mainbody.jpg) repeat-y;
	padding:5px;
	margin:0;
	color:#FFFFFF;
}
#greybox #greyboxfooter{
	background:url(images/mainfooter.jpg) no-repeat;
	height:13px;
}
#innermain #greybox{
	margin:0;
	padding:0;
}
#innermain #greybox #greyboxheader{
	background:url(images/innermainheader.jpg) no-repeat;
	height:9px;
}
#innermain #greybox #greyboxbody{
	background:url(images/innermainbody.jpg) repeat-y;
	padding:5px;
	margin:0;
	color:#FFFFFF;
}
#innermain #greybox #greyboxfooter{
	background:url(images/innermainfooter.jpg) no-repeat;
	height:9px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
