body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}


img {
	border: none;
}

h1 {
	font-size: 220%;
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
}

h2 {
	font-size: 160%;
	font-weight : bold;
	color:#0000FF;
	font-style: normal;
}

h3 {
	font-size: 120%;
	font-weight : bold;
	color:#ffffff;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #273A80;
}

a:hover {
	text-decoration: underline;
	
}

/*-------------------------------- heading ---------------------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#heading{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

#heading ul{
margin: 0;
padding: 0;
float: none;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(media/indentbg.gif) center center repeat-x;
}

#heading ul li{
display: inline;
}

#heading ul li a{
float: none;
color: white; /*text color*/
padding: 0px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

#heading ul li a:visited{
color: white;
}

#heading ul li a:hover, #heading ul li .current{
color: white !important; /*text color of selected and active item*/
background: #5e2229 url(media/indentbg2.gif) center center repeat-x;
}

/*-------------------------------- wysiwyg ---------------------------------*/

#heading, h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e2229;
	font-weight: bold;
}

#subheading, h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#footer {
	font-size : 10px;
	line-height: 13px;
	color: #333333
}

#footer a{
	color: #666666;
}

#footer a:hover{
	text-decoration: underline;
	color: #666666;
}

#visualeye{
	font-size : 10px;
	line-height: 13px;
	color:#FFFFFF;
}

#visualeye a{
	color: #666666;
}

#visualeye a:hover{
	text-decoration: underline;
	color: #666666;
}

/*-------------------------------- contact form ---------------------------------*/

#typearea fieldset{
	
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:20px 0px 20px 0px;
	width:95%;
	padding: 10px 10px 10px 10px;
}

#typearea fieldset, #typearea legend{	
	
	color:#ffffff;
}
	 
#typearea legend img{
	padding:0px 5px 0px 5px;	
}

.loginModule .ve_label {

	text-align:left;
}

label.ve_label {
	
	display:block;
	float:left;
	width:150px;
	text-align:right;
	margin:6px 5px 0px 0px;
}