/* Colors used on this site
BROWN
 dark : 6C4712		
 mid  : AD7C35
 light: ECBE7C		
vlight: FFF7D9				

BLUE
 dark : 27458D		
 mid  : 5174CB
 light: A6B8E4		
vlight: DAE1F4				

*/
body
{
	background-image: none;
	background-color: #27458D;
}
#wrapper
{
	background: #27458D url(pagecomponents/logoimages/BackgroundBase.png) no-repeat left top;    
}
.Header_notused
{
	width: 1100px;
	position: relative;
	left: 50%;
	margin-left: -550px; 
}
.tp1
{
	font-family: Verdana;
	font-size: 20pt;	
	font-weight: bold;
	color: #AD7C35; 
}
.menustyle 
{
	/*background-color:#C08240;  */
	background: #27458D; /* url(pagecomponents/logoimages/headerGRADIENT_Tall.png) repeat-x left top; */
	border:1px;
	border-bottom-color:black;
	border-top-color:gray;
	border-left-color:gray;
	border-right-color:black;
	border-style:solid;	
}
.menuitem
{	
	background: #27458D url(pagecomponents/logoimages/menubarGRADIENT_Tall.png) repeat-x left top;
	color:white;font-family:verdana;font-size:10pt;font-weight:bold;
	padding:2px;padding-left:5px;	
	border:1px;
	border-style:solid;
	width: 400;
	text-align: center;

}
.submenuitem
{	
	background: #27458D; /* url(pagecomponents/logoimages/menubarGRADIENT_Tall.png) repeat-x left top; */
	color:white;font-family:verdana;font-size:10pt;font-weight:bold;
	padding:2px;padding-left:5px;	
	border:1px;
	border-style:solid;
	border-bottom-color:black;
	border-top-color:gray;
	border-left-color:gray;
	border-right-color:black;
	width: 140px;
	text-align: center;

}
.mouseup
{
	background-color:#FFF7D9;
	color:#AD7C35;font-family:verdana;font-size:10pt;font-weight:bold;
	padding:2px;padding-left:5px;
	border:1px;
	border-color:#FFF7D9;
	border-style:solid;
	cursor:pointer;
	width:400; 
}
.mouseover
{
	background-color:#FFF7D9;
	color:#AD7C35;font-family:verdana;font-size:10pt;font-weight:bold;
	padding:2px;padding-left:5px;
	border:1px;
	border-color:FFF7D9;
	border-left-color:#FFF7D9;
	border-top-color:#FFF7D9;
	border-right-color:black;
	border-bottom-color:black;
	border-style:ridge;
	cursor:hand;
	width:400;
	text-align: center;
}
.mousedown
{
	background-color:#FFF7D9;
	color:#AD7C35;font-family:verdana;font-size:10pt;font-weight:bold;
	padding:2px;padding-left:5px;
	border:1px;
	border-color:FFF7D9;
	border-right-color:#FFF7D9;
	border-bottom-color:#FFF7D9;
	border-left-color:black;
	border-top-color:black;
	border-style:solid;
	cursor:hand;
	width:400;
}

.submenu
{	
	padding: 0;
	margin: 0;
}	
.submenu h1
{
	font-family: Arial;
	font-size: 22pt;	
	font-weight: bold;
	color: #703342; 
	width: 262px;
	height: 66px;	
	text-align: center;
	padding: 20 0 0 0;
	margin: 0;
	vertical-align: bottom;
	background: url(pagecomponents/logoimages/menu_header.png) no-repeat left top;	
}
.submenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 66px;	
}
.submenu li
{	
	background: white;
	text-align: center;
	height: 21px;
	margin: 0 0 2px 0;
}
.submenu li a
{
	text-decoration: none;
	color: #FF6600;
}
.submenu li a:visited
{
	text-decoration: none;
	color: #FF6600;
}
.submenu li a:hover
{
	text-decoration: none;	
	color: #703342;
}
.submenuimage
{
	float: right;
	margin:0;
	padding:0;		
}	
.submenuimage h1
{
	font-family: Arial;
	font-size: 20pt;	
	color: white; 
	width: 665px;
	height: 271px;	
	padding: 20 0 0 0;	
	margin: 0;
	background: url(pagecomponents/logoimages/menu_header_image.png) no-repeat left top;	
}
.clear
{
	float:none;
}

/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! Note: a:active MUST come after a:hover in the CSS 
	http://www.w3schools.com/css/css_pseudo_classes.asp
*/
A:link
{
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
/* 
	The following are for the home page
*/
.dropshadow
{
	background: url(pagecomponents/logoimages/dropshadowGRADIENT_Tall.png) repeat-x left top;	
}
.loginbuttons
{
	font-size: 8pt;
	color: whitesmoke;
	font-family: Verdana;	
}
.titlebar
{
	background: #ffe4b5 url(pagecomponents/logoimages/titlebarGRADIENT_Tall.png) repeat-x left top;	
    height: 35px;
    font-size: 12pt;
	color: whitesmoke;
	font-family: Verdana;	
}
.titlebar p
{
	margin: 0;
	padding: 8px 0 8px 20px;
	font-size: 12pt;
	font-family: Verdana;
	color: black;		
}
.tablesection
{
	border: 1;
	border-color: #ffe4b5;
}
.basecolorfill
{
	background-color: #853107; /* #ffe4b5; */
}
.leftcolumn
{
	vertical-align: top;
}
.rightcolumn
{
}
.footerlinks
{
	font-size: 7pt;
	color: whitesmoke;
	font-family: Verdana;	
}
.copywrite
{
	font-size: 8pt;
	color: whitesmoke;
	font-family: Verdana;		
	text-align: center;	
}
.headerfill
{
	padding-top: 25px;
}
.homepagecenter
{	
	background: url(pagecomponents/logoimages/HomePageCenterImage.png) no-repeat left top;
}
.contenttop
{
	background: url(pagecomponents/logoimages/content_top.png) no-repeat left bottom;	
}
.contentcenter
{
	padding: 10px 35px 10px 35px;	
 	background: url(pagecomponents/logoimages/content_center.png) repeat-y;
}
.contentright
{	
	padding: 10px 25px 10px 5px;	
 	background: url(pagecomponents/logoimages/content_center.png) repeat-y right top;
 	vertical-align: top;
}
.contentbottom
{	
	background: url(pagecomponents/logoimages/content_bottom.png) no-repeat left top;
	padding: 0 0 20px 0;
}
.footerfill
{
	/* repeating image to fill a column	*/
	background: #853107 url(pagecomponents/logoimages/headerGRADIENT_Tall.png) repeat-x left top;
}
.edging
{
}
/*
	inputform
*/
.inputformheader
{
	background-color: #E0E0E0;	
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;			
}
.inputform
{
	background-color: #FFF7D9;
}

