/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #596065;
	font-style: normal;
	line-height: 16px;
	text-align: justify;
	margin:0 auto;
}
.stdtable {
	background-color: #CCCCCC;
	border: thin solid #666666;
}

.cleared {
	clear: both;
	overflow: hidden;
	height: 0;
	line-height: 0;
}

a{
	color: #2e8caf;
	text-decoration: none;
}

a:hover {
	color: #2e8caf;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	font-style: normal;

}

h1{
 
 font-size: 25px;
 color: #2e8caf;
 font-weight:normal;
}

h2{
 font-size: 16px;
 color: #637981;
 font-weight:bold;
 margin:0;
 padding:10px 0 10px 0;
}

h3{
 font-size: 18px;
 color: #2e8caf;
 font-weight:normal;
}

h4{
 
 font-size: 12px;
 color: #2e8caf;
 font-weight:bold;
}

form {
	margin:0; 
	padding:0;
}

input, select, textarea {
	background-color:#FFFFFF; 
	border:1px solid #098eaf;	
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	color: #596065; 
	margin:0;
}

.inputW{width:180px;}
.formsBg{ background-color:#D0EAF0; color:#098eaf;}
.button{ background-color:#098eaf; border:0; color:#FFFFFF; font-weight:bold;}

.clearinput{background-color:#c8edf6; border:0;}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/



/***********************************************/
/*Component Divs                               */
/***********************************************/




/************* #globalNav styles **************/



#securepadding{
	height:5px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */


#globalNav a {
    color:#3f3f3f;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px; 
}

#globalNav a:hover {
	color: #2e8caf;
	text-decoration: underline;
}




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #f4f4f4;
	font-size: 90%;
	width:768px;
	color: #596065;
	padding: 10px 10px 10px 10px;
	margin: 5px auto 5px auto;
	position:relative;
}

#siteInfo a{
	color:#596065;
	text-align: center;
}

#siteInfo p{padding:0; margin:0;}

.floatL{float:left; text-align:left;}
.floatR{float:right; text-align:right;}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 15px 20px 15px;
	font-size: 11px;
	text-align:justify;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.headlinesColor{color:#637981;}

.pad{padding:10px 0 10px 0;}
.pad2{padding:0 0 5px 0;}
.fade {
	color: #666666;
}
.red {
	color: #FF0000;
}
.caption {
	padding: 0px;
	margin: 5px;
	font-size: 90%;
	color: #333333;
	line-height: 14px;
}
.testiminonials {
	font-size: 95%;
	color: #333333;
	line-height: 14px;
	border: thin solid #666666;
	background-color: #a6d6e2;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.contents {
	font-size: 90%;
}
.downloadbox {
	background-color: #CCCCCC;
	border: thin solid #666666;
	font-size: 95%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 25px;
	padding-bottom: 10px;
}
.backtotop {
	font-size: 75%;
	color: #CCCCCC;
	text-align: right;
	margin: -15px;
	padding: -5px;
}
.errortable {
	color: #000000;
	border: thin solid #999999;
	background-color:#FF3300;
	margin-bottom:5px;
}
