/* Colors used on this site
PURPLE
      : 
 dark : 8080FF
 mid  : C1C1FF
 light: EBEBFF

GRAY
 dark : 404040

GOLD
	  : ffd700
 dark : C5A201
 mid  : FDE15D
 light: FEEA8C
vlight: FFF9dd

*/
body
{
    background: url(pagecomponents/logoimages/background_09.png) repeat;    
}
#wrapper
{
	width: 720px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	border-left: solid 1px black;
	border-right: solid 1px black;	
    background-color: white;
}
.tp1
{
	font-family: Rockwell;
	font-size: 20pt;	
	font-weight: bold;
	color: #8080FF;
}
.loginbuttons
{
	font-size: 8pt;
	color: whitesmoke;
	font-family: Verdana;	
}
.menuitemL1
{
	font-size: 9pt;
	font-weight: bold;
	color: black;
	font-family: Rockwell;
	height: 25;
	display:  block; 
	padding: 3px 0 4px 2px;
	border: 2px solid #6D9474; 
	border-bottom: none;
	margin: 0;
	text-decoration: none;
}
.menuitemL2
{
	font-size: 9pt;
	font-weight: bold;
	color: black;
	font-family: Rockwell;
	height: 25;
	display:  block; 
	padding: 5px 0 6px 8px;
	border: 2px solid #6D9474; 
	border-bottom: none;
	margin: 0;
	text-decoration: none;
}
.menuitemL3
{
	font-size: 9pt;
	font-weight: bold;
	color: black;
	font-family: Rockwell;
	height: 25;
	display:  block; 
	padding: 5px 0 6px 16px;
	border: 2px solid #6D9474; 
	border-bottom: none;
	margin: 0;
	text-decoration: none;
}
.hiddenmenuitem
{
	font-size: 10pt;
	color:  #D9F1D9;
	font-family: Verdana;
	height: 25;	
	text-decoration: none;
}
.menubar
{
	background: #8080FF url(pagecomponents/logoimages/menubarGRADIENT_Tall.png)	repeat-x left top;	
}
.hovermenubar
{
	background: #8080FF url(pagecomponents/logoimages/menubarhoverGRADIENT_Tall.png) repeat-x left top;	
}
.titlebar
{
	background: url(pagecomponents/logoimages/titlebarGRADIENT_Tall.png) repeat-x left top;	
    height: 35px;
    font-size: 12pt;
	color: #404040;
	font-family: Verdana;
	font-weight: bold;	
	padding: 10px 0 0 20px;
}
.titlebar p
{
	margin: 0;
	padding: 8px 0 8px 20px;
	font-size: 12pt;
	font-family: Verdana;
	color:  black;		
}
.titleimagecontent
{
	font-size: 12pt;
	color: forestgreen;
	font-weight: bold;
	font-family: Verdana;
}
.imagecontent
{
	font-size: 10pt;	
	font-family: Verdana;	
}
.tablesection
{
	border: 1;
	border-color: #4169e1;
}
.basecolorfill
{
	background-color: #EBEBFF;
}
.leftcolumn
{
	background-color: #EBEBFF;
}
.footerlinks
{
	font-size: 7pt;
	color: black;
	font-family: Verdana;	
}
.hiddenlinks
{
	font-size: 7pt;
	color: #C1C1FF;
	font-family: Verdana;	
}
.copywrite
{
	font-size: 7pt;
	color: whitesmoke;
	font-family: Verdana;		
}
.headerfooterfill{
	background: #EBEBFF url(pagecomponents/logoimages/footerGRADIENT_Tall.png) repeat-x left top;
}
.edging
{
	background-color: whitesmoke;
}
.clearbg
{
	background-color: white;
}
.noteheader
{
	font-size: 8pt;
	font-family: Verdana;		
}
.messagecontent
{
	font-size: 8pt;
	font-family: Verdana;		
}



/*
	inputform
*/
.inputformheader
{
	background-color: #E9E9E9; /* light grey */
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;			
}
.inputform
{
	background-color: #EBEBFF;
}
.bullets
{
	margin: 0;
	padding: 0 0 0 15px;		
    background: url(PageComponents/LogoImages/bulletpoint.png) no-repeat left center;	
}
.example
{
	padding: 3px;
	border: 3px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}
