body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: -3px;
	background-color: #eeeeee;
	text-align: left;
}

a {
	color: #663399;
	text-decoration: none;
}
a:hover {
	color: #663399;
	text-decoration: underline;
}

#moreLink {
	font-size: 11px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

/* some headlines */
.head4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


.head3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.head2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #333;
}
.headwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.headgrey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #aaaaaa;
}
.head1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #333;
}

#bodytext {
	padding: 15px 5px 0px 10px;
	padding-bottom: 40px;
	text-align: left;
	
	width: 412px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:397px;
}
html>body #bodytext {
  width:397px;
}
/*******************************/

/*FAQ*/

.faqTitle {
	font-weight: bold;
}
.faqTitleSel {
	padding: 0 0 0 17px;
	background-image: url(/images/star2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
/**************************/

/* form elements */

select {
	font-size: 11px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	border: 1px solid #333;
	font-size: 11px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
}
textarea {
	border: 1px solid #333;
	font-size: 11px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
}

/****************/

/* main navigation, header  */

#mainnav
{
	margin: 0;
	padding: 0px 0 0px 0px;
	width: 680px;
}

#mainnav ul, #mainnav li
{
	margin: 0;
	display: inline;
	list-style-type: none;
}

#mainnav a
{
	float: left;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0px 0px 0px;
	text-decoration: none;
	color: #333;
	border-top: 8px solid #EEE;
	padding-top: 15px;
	padding-left: 10px;
	border-right: 1px solid #eee;
	height: 50px;
	
	width: 90px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:79px;
}
html>body #mainnav a {
  width:79px;
}

#mainlogo a
{
	float: left;
	margin: 0 0px 0px 0px;
	border-top: 8px solid #EEE;
	padding-top: 5px;
	padding-left: 10px;
	border-right: 1px solid #eee;
	height: 50px;
	
	width: 230px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:219px;
}
html>body #mainlogo a {
  width:219px;
}
#mainnav a:link#current, #mainnav a:visited#current, #mainnav a:hover {
	border-top: 8px solid #CFBFDB;
}

#mainnav a:link#current, #mainnav a:visited#current, #mainnav a:hover
{
	border-top: 8px solid #CFBFDB;
	background: transparent;
	color: #CC9900;
}


/* purple language strip */
#langStrip {
	background-color: #895EA3;
	color: #ffffff;
	text-align: right;
	font-size: 10px;
	/*padding: 5px 0px 5px 0;*/
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	
	width: 680px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:680px;
}
html>body #langStrip {
  width:680px;
}
#langStrip a {
	color: #CFBFDB;
	text-decoration: none;
}
#langStrip a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/******************************/

/* color strips, left and right hand side */
.stripBlue {
	background-color: #DFE9F5;
	border-right: 1px solid #ffffff;
}
.stripGreen {
	background-color: #C4E598;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.stripLightPurple {
	background-color: #CFBFDB;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.stripPurple {
	background-color: #895EA3;
	border-top: 1px solid #ffffff;
}
#stripPurple {
	background-color: #895EA3;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#stripPurple .text {
	color: #CFBFDB;
	padding-left: 25px;
	font-weight: bold;
}
#stripPurple a {
	color: #CFBFDB;
	font-weight: normal;
	font-size: 11px;
}
#stripGrey {
	background-color: #eeeeee;
	
}
#stripGrey .middle {
	border-right: 1px solid #ffffff;
	padding: 10px 0px 10px 0;
	font-size: 11px;
}
#stripGrey .left {
	border-right: 1px solid #ffffff;
}
#stripGrey .right {
	border-left: 1px solid #ffffff;
}
#sidebg {
	background-color: #eeeeee;
	border-bottom: 8px solid #6C6C6C;
}


/********************************/

/* footer strip */

#footer {
	border-bottom: 3px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0 10px 0;
	font-size: 11px;
}

#footerCon {
	border-bottom: 3px solid #000000;
	padding: 10px 0 10px 0;
	font-size: 11px;
}


/********************/

/* "Request Info" bubble */
#getinfo {
	position:absolute; 
	top: 80px;
	left: 5px;
	z-index:10;
	float: left;
	padding-right: 0px;
	margin: 0px;
}
#getinfoTxt {
	position:absolute; 
	top: 110px;
	left: 25px;
	z-index:11;
	float: left;
	padding-right: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 14px;
	width: 60px;
	text-align: center;
	font-weight: bold;
}

/* Index Image */
#mainImage {
	position:absolute; 
	top: 100px;
	left: 400px;
	z-index:11;
	float: right;
	padding-right: 0px;
	margin: 0px;
}

#head {
	position:absolute; 
	top: 91px;
	left: 37px;
	z-index:0;
}
/****************/

/* quicktest strip */
#quicktest {
	background-color: #895EA3;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	color: #ffffff;
}
#quicktest .head3 {
	color: #ffffff;
}
#quicktest a {
	color: #ffffff;
}
/*********************************/

/* blue submenu box */

#navcontainer
{
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 0px; 
	border-bottom: 8px solid #6C6C6C;

	width: 225px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:225px;

	float: left;
	background-color: #9CC3EA;
}
html>body #navcontainer {
  	width:225px;
}

#navcontainer ul
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

#navcontainer li 
{ 
	margin: 0 0 0 0;
}

#navcontainer a
{
	display: block;
	color: #FFFFFF;
	background-color: #9CC3EA;
	padding: 3px 0 3px 25px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	color: #FFFFFF;

	width: 225px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:200px;
}
html>body #navcontainer a {
  width:200px;
}

#navcontainer a:hover
{
	background-color: #81ACD6;
	margin: 0px 0px 0px 0px;
}

#active a
{
	display: block;
	color: #FFFFFF;
	padding: 3px 0 3px 25px;
	text-decoration: none;
	background-color: #81ACD6;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	
	width: 225px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:200px;
}
html>body #active a {
  	width:200px;
}


/*********************************/



/*********************************/

/* newsletter box */

#newsletter {
	background-color: #B9B9B9;
	border-top: 8px solid #ffffff;
	padding: 15px 10px 20px 20px;
	font-size: 11px;
	color: #000;
}
#newslBorder {
	background-color: #6C6C6C;
	border-bottom: 1px solid #ffffff;
}
#newsletter p {
	margin-bottom: 10px;
	padding-left: 0px;
}
#newsletter .content {
	padding-left: 10px;
	
}
#newsletter .head3 {
color: #333;
}	
/*********************************/

/* banners */

#bannerbox {
	background-color: #eeeeee;
	padding: 5px 10px 5px 10px;
}
#bannerbox a {
	font-weight: bold;
	font-size: 11px;
}
#bannerbox .text {
	padding-left: 20px;
	font-size: 11px;
}
#bannerbox .title {
	font-size: 11px;
	font-weight: bold;
}

/*********************************/

#fillcell {
	background-color: #cccccc;
	border-bottom: 8px solid #6C6C6C;
	padding: 0;
}
/*right-aligned images*/
#copyImage {
	float: right;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	align: right;
	padding-left: 10px;
}
/*left-aligned images*/
#copyImage2 {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	align: left;
	padding-right: 10px;
}

#module {
	padding: 20px 0 20px 0;
	text-align:left;
}
#moduleEnd {
	border-bottom: 4px solid #000000;
	font-size: 11px;
	padding: 0px 10px 0px 0px;
	text-align:left;
}


#toplinks {
	font-size: 11px;
	padding: 0 0 20px 0;
}


.regulartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	background-position: top;
	vertical-align: top;
}
	

	