	@charset "UTF-8";

body {
	text-align: center;
	margin: 0;
	height: 100%;
	background-attachment: fixed;
	background-color: #999999;
	background-image: url(siteimages/gradient_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#adminheader {
	align: center;
	background-color: #0066FF;
	padding: 2px;
	height: 95px;
	width: 796px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(siteimages/adminheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainheader {
	align: center;
	background-color: #660000;
	padding: 2px;
	height: 95px;
	width: 794px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(siteimages/mainheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#sidebar {
	float: left;
	width: 160px;
	height: auto;
	min-height: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px solid #000000;
	padding: 0px;
}
#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	text-indent: 0px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#sidebar ul
{
	margin:0 0 0 0;
	padding:0;
	border-top: 0px solid #999999;
	border-bottom: thin solid #999999;
	
	}

#sidebar li 
{
	list-style:none; 
	border-top: thin solid #999999;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #000000;
	}

#sidebar li a
{
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 160px;
	padding:4px 0px 4px 0px;
	color: #000000;
	background-image: url(siteimages/menu_backdrop_up.jpg);

}

#sidebar li a:hover 
{
	background-color: #663399;
	color: #FFFFFF;
	background-image: url(siteimages/menu_backdrop.jpg);
	background-repeat: repeat;
	background-position: left top;	
}

#sidebar li a:active
{
	background-color: #000066;
	color: #FFFFFF;
	background-image: url(siteimages/menu_backdrop.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#contentcontainer #contentarea #sidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FFFFFF;
	background-color: #663399;
	font-weight: normal;
	display: block;
	background-image: url(siteimages/h1_backdrop.jpg);
	background-repeat: repeat;
	background-position: bottom;
	line-height: 20px;
	padding: 4px;
	height: 21px;
}

#canvasarea {
	float: right;
	width: 633px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	clear: none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: auto;
	min-height: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


#formarea {
	float: right;
	width: 606px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	clear: none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#contentcontainer {
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 800px;
	border: 0px solid #666666;
	min-height: 400px;
	height: auto;
	margin: auto;
	float: none;
	clear: none;
}

#contentarea {
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	text-indent: 4px;
	width: 798px;
	border: 1px solid #666666;
	padding: 0px;
	min-height: 200px;
	height: auto;
	margin: auto;
	float: left;
	clear: none;
	background-color: #FFFFFF;
}



#contentarea #formarea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: lighter;
	color: #FFFFFF;
	display: block;
	height: 14px;
	width: 580px;
	background-color: #000066;
}
#contentarea #formarea h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;	
	font-weight: lighter;
	color: #FFFFFF;
	display: block;
	height: 20px;
	width: 580px;
	background-color: #000000;
}

#footer {
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	height: 10px;
	width: 790px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	text-align: right;
	padding: 4px;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	vertical-align: middle;
}
#contentcontainer #contentarea #canvasarea p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	text-indent: 0px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer a:active {
	color: #666666;
	text-decoration: underline;
}

#warning {
	background-color: #CC0000;
	width: 580px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}


#contentcontainer #contentarea #canvasarea h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	text-indent: 5px;
	display: block;
	width: 632px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(siteimages/h1_blockdrop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	background-color: #CCCCCC;
	line-height: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contentcontainer #contentarea #canvasarea h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	text-indent: 5px;
	color: #333333;
	font-variant: normal;
	text-transform: none;
	display: block;
	width: 632px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #660066;
	height: 20px;
	border-top-width: thin;
	border-top-color: #660066;
}

#contentcontainer #contentarea #canvasarea h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-indent: 5px;
	color: #000000;
	font-variant: normal;
	text-transform: none;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #660066;
	border-bottom-color: #000000;
	display: block;
	width: 632px;
	height: 16px;
	background-color: #E2DFF6;
}

#contentcontainer #contentarea #canvasarea li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	text-indent: 0px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-variant: normal;

}

#creation {
	background-color: #EBEBEB;
}

#imgleft {
	text-align: left;
	margin-left: 20px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #666666;
} 

#imgright {
	text-align: right;
	margin-left: 10px;
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #666666;
} 
