body {
	padding:			0px;
	margin: 			0px;
	background: 		url(/imghome/bg.gif) white repeat-x;

}
#maintable {
	border-right: 		solid 8px #DAD1B6;
	background-color: 	white;
	color: 				black
}


/*    
//////////////////////////////////////////
/////////// Left Column Area  ////////////
/////////////////////////////////////////
*/
#leftbar{
	background-color:	#E9E1C3;
	/*display: none;*/

}
#search{
	height:				50px;
}


#search form {
	margin: 			8px 0px 0px 16px;
}
#search input {
	color: 				#660066;
	font-size: 			.7em;
}

#subnav {
	width: 				157px;
	margin-left: 		8px;
	font-family: 		Arial, Helvetica, sans-serif;
	background-color: 	#DCD1DD;
	border-left: 		solid 3px #4C1653;
	border-bottom:		solid 3px #4C1653;
}
#subnav h4 {
	background-color: 	#4C1653;
	color:				#B591B5;
	font-size: 			12px;
	font-weight: 		bold;
	margin-top: 		0px;
	margin-bottom: 		0px;
	padding: 			5px 16px 4px 5px;
}
#subnav h4 a:link, #subnav h4 a:active, #subnav h4 a:visited {text-decoration: none; color: #DCD1DD;}
#subnav h4 a:hover { text-decoration: underline;}
#subnav p{
	font-size: 			0.7em;
	font-weight: 		normal;
	margin-top: 		3px;
	margin-bottom: 		3px;
	padding: 			3px 16px 3px 5px;
}
#subnav .selected{
	color: 				#4C1653;
	background-color: 	white;	
}
#subnav p a:link, #subnav p a:active{
	color: 				#4C1653;
	text-decoration: 	none
}
#subnav p a:visited {
	color: 				#663366;
	text-decoration: 	none;
}
#subnav p a:hover {
	color: 				#660066;
	text-decoration: 	underline;
}

#footer{
	padding-top: 		16px
}

#footer p{
	font-size: 			0.65em;
	color: 				#660066;
	font-family:		Arial, Helvetica, sans-serif;
	padding: 			0px 8px 10px 16px;
	margin: 			0px 0px 0px 0px;
}

#footer a:link, #footer a:visited, #footer a:active{
	color: 				#CC0000;
}
#footer a:hover{
	text-decoration: 	none;
}
#footer table{
	margin-left: 		16px;
	margin-top:		 	2px;
	margin-bottom: 		8px;
}
/*  ///////// END Left Column Area  //////////// */



/*    
/////////////////////////////////////////
/////////// HEADER Area  ////////////////
/////////////////////////////////////////
*/
#sectionHeader {
	height: 			32px;
	background-color: 	#4C1653;
	
}
#sectionHeader p{
	color: 				white;
	font-size: 			20px;
	font-family: 		Arial, Helvetica, sans-serif;
	padding-left: 		13px;
	font-weight: 		bold;
}
#sectionHeader p a:link, #sectionHeader p a:visited, #sectionHeader p a:active, #sectionHeader p a:hover{
	color: 				#DCD1DD;
	text-decoration: 	none;
}
#sectionHeader #actionBtns{
	margin-right: 		15px;
}
#sectionHeader img{
	margin-left: 		8px;
}


#breadcrumbs {
	height: 			17px;
	background-color: 	#DCD1DD;
}
#breadcrumbs p {
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#663366;
	font-size: 			.7em;
	padding-left: 		13px;
}
#breadcrumbs p a:link, #breadcrumbs p a:active{
	color: 				#660066;
}
#breadcrumbs p a:visited{
	color: 				#663366;
}
#breadcrumbs p a:hover{
	color: 				#950095;
	text-decoration:	none;
}
/*///////// END HEADER Area  ///////////*/


/*    
//////////////////////////////////////////
/////////// Content Areas  ////////////////
/////////////////////////////////////////
*/

#maincontent{
	padding: 			16px 16px 16px 13px;
}

#maincontent p, #maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6, #maincontent table, #maincontent ul, #maincontent ol, #maincontent form {
	font-family: 		Arial, Helvetica, sans-serif;
	margin-top: 		0px;
	margin-bottom: 		0px;
}

.content {
	padding: 			0px 16px 0px 0px;
	width: 				395px;
}

/*When righbar is missing, content cell will need to span act slightly different*/
.content_1Col{
	
}


.content p, .content input, .content select,
.content_1Col p, .content_1Col input, .content_1Col select
{
	font-size: 			0.8em;
}
.content h4, .content_1Col h4 {
	font-size: 			0.8em;
}
.content h3, .content_1Col h3 {
	font-size: 			0.9em;
}
.content h2,
.content_1Col h2 {
	font-size: 			.99em;
}
.content h1, .content_1Col h1 {
	font-size: 			1.4em;
	color: 				#990033;
}


.content a:link, .content a:active,
.content_1Col a:link, .content_1Col a:active{
	color: 				#660066;
}
.content a:visited, .content_1Col a:visited{
	color: 				#996699;
}
.content a:hover, .content_1Col a:hover {
	text-decoration:	none;
}

.content hr, .content_1Col hr {
	border-top: 		1px dashed #EF9152;
    border-bottom: 		1px solid white;
	border-left: 		1px solid white;
	border-right: 		1px solid white;
    color: 				white;
    background-color: 	white;
    height: 			2px;
}

.content .firstpar, .content_1Col .firstpar{
	color:				#4C1653;
	line-height: 		1.7em;
}
img.leftimage{
	margin-right: 		16px;
}
.content .indent, .content_1Col .indent {
	margin-left: 		16px;
}
.content .indent2, .content_1Col .indent2{
	margin-left: 		32px;
}
.content .note, .content_1Col .note  {
	color: 				red;
}

.content .tablecell-leftpad, .content_1Col .tablecell-leftpad{
	padding-left:		16px;

}

ul.menu li { padding-bottom: .8em;}

.rightbar {
	width: 				120px; 
	padding: 			16px 16px 16px 16px;
	background-color: 	#E9E1C3;
}
.rightbar a:link, .rightbar a:visited, .rightbar a:active{
	color: 				#446622;
	font-weight: 		bold;

} 
.rightbar a:hover {
	text-decoration:	none;
	color: 				#999966;
}

.rightbar p, .rightbar input, .rightbar select{
	font-size: 			0.75em;
	color: 				#4C1653;
}
.rightbar h3 {
	font-size: 			0.75em;
	color: 				#660066;
}
.rightbar h2 {
	font-size: 			0.9em;
	color: 				#660066;
}
.rightbar h1 {
	font-size: 			1em;
	color: 				#7A3D7A;
}

.rightbar ol, .rightbar ul{
	padding-left: 		16px;
	margin-left: 		16px;	
}

