*
{
	font-family : arial;
	font-size : 12px;
	color : #FFF;
}
HTML, BODY
{
	padding : 0px;
	margin : 0px;				
	height : 100%;
}
BODY
{
	text-align : center;
	background-color : #575759;
}
TABLE
{
	border-collapse : collapse; 
}
TD
{
	vertical-align : top;
}
IMG
{
	border : 0px solid #FFF;
	display : block;
}
:link IMG
{
	border: none;
}
FORM
{
	padding : 0px;
	margin : 0px;
}
H1
{
	font-weight : bold;
	font-size : 13px;
	margin-top : 0px;
	margin-bottom : 10px;
	padding-top : 0px;
}
H2
{
	font-weight : bold;
	color : #f39801;
	margin-top : 10px;
	margin-bottom : 8px;
}
H3
{
	font-weight : bold;
	margin-top : 0px;
	margin-bottom : 0px;
}
A,
A:link,
A:hover,
A:visited,
A:active
{
	text-decoration : none;
	font-weight : bold;
}
A:hover
{
	text-decoration : underline;
}
#main
{
	width : 760px;
	text-align : left;
	margin-top : 0px;
	margin-left:auto;
	margin-right:auto;
	height : 100%;
}

#maintable
{
	width : 760px;
	margin-top : 30px;
}
#maintable_lefttop1,
#maintable_lefttop2,
#maintable_righttop
{
	height : 113px;
	background-repeat : no-repeat;
	width : 304px;
}
#maintable_lefttop1
{
	background-image : url(/_images/top_left_1.jpg);
	width : 152px;
}
#maintable_lefttop2
{
	background-image : url(/_images/top_left_2.gif);
}
#maintable_righttop
{
	background-color : #6f7072;
}

#maintable_menu
{
	background-image : url(/_images/grad_orange.gif);
	width : 152px;
	background-repeat : repeat-y;
	vertical-align : top;
}
#maintable_content
{
	background-color : #3c3c3e;
	background-image : url(/_images/plus_left.gif);
	background-repeat : no-repeat;	
	background-position : bottom right;
}

#maintable_contentright
{
	background-image : url(/_images/grad_gray.gif);
	width : 304px;
	background-repeat : repeat-y;
	vertical-align : top;
	background-color : #6f7072;
}

.content
{
	padding-top : 30px;
	padding-left : 20px;
	padding-right : 20px;
	padding-bottom : 20px;
}

#plusright
{
	background-image : url(/_images/plus_right.gif);
	background-position : left bottom;
	background-repeat : no-repeat;	
}

#maintable_footerleft
{
	background-color : #f39800;
	height : 30px;
}

#maintable_footer
{
	background-image : url(/_images/footer.gif);
	background-position : bottom;
	background-color : #1a171b;
}

.orange
{
	background-color : #f39800;
}
.black
{
	background-color : #1a171b;
}
.gray
{
	background-color : #707072;
}

#slogan
{
	margin-top : 30px;
	margin-left : 5px;
}

.spacerbar
{
	height : 16px;
}

#brochuretable
{
	width : 100%;
}

#brochureimage
{
	width : 75px;
}

#brochuretext
{
	text-align : right;
	font-weight : bold;
}

#brochuretext LI
{
	list-style : url(/_images/arrow.gif);
	left : -5px;
}

#tablestretcher
{
	height : 404px;
	width : 1px;
	float : left;
}

.admindiv
{
	position : absolute;
	left : 0px;
	border : 1px dotted #FFF;
	width : 230px;
}

.admindiv #header
{
	background-color : #f39800;
	font-weight : bold;
	font-size : 14px;
	padding : 2px;
}

.admindiv #body
{
	background-color : #707072;
	padding : 5px;
}

.editbutton
{
	float:left;
	cursor : pointer;
	cursor : hand;
}

.input
{
	width : 200px;
	color : #000;
}

.textarea
{
	width : 200px;
	height : 80px;
	color : #000;
}

.button
{
	color : #000;
}

.error *
{
	color : red;
}
