html 
{
	margin:0;
	padding:0;		
	
	color: #4b4b4b;
	
	font-family: arial;
	font-size: 12px;
}
/*********** Page Layout ************/
#mainBody
{	
	background:url(images/background_repeat.jpg) top left repeat-x;
	background-color: #ffffff;
	
	padding:0;	
	
	margin: 0 auto 0 auto;
	
	text-align: center;	
	z-index: 1;
}
#container
{	
	background:url(images/container_repeat.jpg) top left repeat-y;

	margin: 0 auto;	
	text-align: left;	
	
	min-height: 300px;
	width: 968px;
	
	z-index: 1;
}
#headerContent
{	
	width: 973px;
	height: 179px;
	
	background:url(images/header.jpg) top left repeat-x;
	
	padding: 0px;
	margin: 0px;
	
	text-align: center;
}
#headerContent a.memberLink, #headerContent a.donateLink
{
	float: left;
	position: relative;

	top: 135px;
	left: 675px;
	
	width: 133px;
	height: 40px;
}
#headerContent a.donateLink
{
	margin-left: 6px;
}
#mainContent
{	
	float: left;
	
	background:url(images/content_repeat.jpg) top left repeat-y;
		
	width: 758px;	
	min-height: 600px;
	margin: 0 auto 0 auto;	
	
	text-align: center;	
	
	z-index: 2;
}
#footerWrapper
{
	background:url(images/footer.jpg) top left no-repeat;
}
/********* Proteus Required **********/
#footerContent, #footerWrapper
{	
	position: relative;
	clear: both;	
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;	
	
	border: 0;
	
	width: 968px;
	height: 90px;
	
	background-color: transparent;
	
	text-align: center;
	font-size: 9px;
	
	min-height: 5px;
}
#footerContent p
{
	text-align: center;
}
#footerContent a.validHtml, #footerContent a.validCss
{
	width: 88px;
	height: 31px;
	
	float: left;
	position: relative;
	top: -5px;
}
#footerContent a.validCss
{
	float: right;
}
/****************************************************/
p
{
	text-align: left;
	padding: 0;
	margin: 0;	
}

a, a:link
{
	color: #45556F;
	border: 0;
	text-decoration: none;
}
a:visited
{
	color: #45556F;
	text-decoration: none;
}
a:hover
{	
	color: #FF9900;	
}
H1
{		
	font-size: 22px;
	font-weight: bold;
	
	margin: 0;
	padding: 0;
}
h1.accent, h2.accent, h1.formBuilder_header
{
	background-image: url(images/header_bullet.png);
	background-position: 0px -8px;
	background-repeat: no-repeat;
	
	padding: 10px 0px 8px 45px;
	
	font-size: 18px;
	
	text-align: left;
}
H2
{		
	font-size: 16px;
	font-weight: bolder;
	
	margin: 0;
	padding: 0;
}
input.button 
{
	background-color : #C5BFBF;
	background-image: url(images/row_shine_strong.png);
	background-repeat: repeat-x;
	
	color : #4b4b4b;
	font-size: 10px; 
	
	border-width: 1px;
	border-style: solid;
	border-color: #8f8f8f;
	
	width: 125px;
	height: 23px;
	
	padding: 3px 5px 5px 5px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	cursor: pointer;
}
input.buttonOver
{
	background-color : #8F8B8A;
	color : #FFFFFF;
}
img
{
	border: 0;
}
img.thumbnail
{
	width: 50px;
	height: 50px;
}
input.text, input.password, input.textarea textBox
{
	background-color: #e2e2e2;
	border-color: #9999CC;    
	color: #000000;
}
/*************************************/
/*******************/
/*  Header Classes */
/*******************/
#headerBlock
{
	text-align: left;
	margin-bottom: 10px;
}
#headerImage, #errorImage, #updatedImage
{
	float: left;
	
	width: 75px;	
	height: 67px;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 0px 1px 0px 0px;	
	padding-right: 4px;
	margin: 0;
}
DIV.headerTextContainer
{
	position: relative;
	display: block;	
		
	left: 15px;
	top: 10px;	
}
span.headerTitle, span.headerHeading, span.headerSubHeading
{	
	position: relative;		
	font-weight: bolder;	
}
span.headerTitle
{	
	padding-left: 10px;
	display: block;
	font-size: 16px;
	color: #000000;	
}
span.headerHeading
{	
	left: 20px;
	display: block;
	font-size: 14px;
	color: #4b4b4b;	
}
span.headerSubHeading
{	
	padding-left: 40px;
	
	font-size: 12px;
	color: #45556F;
}
/**************************************/
/************ Error Block *************/
#errorBlock, #updatedBlock
{
	margin-bottom: 10px;
	text-align: left;
}
DIV.errorTitle
{
	position: relative;
	
	display: block;
	
	font-size: 16px;
	font-weight: bolder;
	color: red;	
	
	float: left;
	width: 80%;
	left: -6px;
	top: -5px;
}
DIV.errorDescription
{
	position: relative;
	display: block;
	
	font-size: 12px;
	color: #000000;
	
	text-align: left;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px 0px 0px 0px;	
	
	float: left;	
	left: -5px;
	width: 90%;
}
#errorImage, #updatedImage
{
	width: 49px;
	height: 49px;	
}
/***********************************/
#errorDiv
{	
	background-color: #e2e2e2;
	color: #FF0000;
	
	font-size: 15px;
	font-weight: bold;
	
	padding: 6px;
	
	text-align: center;
	
	border-style: solid;
	border-color: #010101;
	border-width: 1px;
}
#donateWin p
{
	font-size: 16px;
	line-height: 20px;
}
/*******************************************/
a.downloadableFile
{
	display: block;
	
	background-image: url(images/download.gif);
	background-repeat: no-repeat;
	
	margin: 2px 0px 4px 15px;
	padding: 2px 0px 0px 20px;
	
	font-decoration: underline;
}
span.downloadableFiles
{
	display: block;
	
	margin: 12px 0px 8px 0px;
	
	font-weight: bold;
	font-decoration: underline;
	font-size: 14px;
}
