/* CSS Document */

	body, #righttext a {
	font-size:14px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#righttext1 a {
	font-size:12px;
	color:#4996CE;
	}
	#righttext1 {
	font-size:12px;
	}
	
	div#title h1, div#title h1, div#title h1 a:link, div#title h1 a:visited {
	font-size:14px;
	text-indent:10px;
	color:#4996CE;
	text-decoration:none;
	text-align:center;
	}
	
	div#rightboxtop h1{
	margin:0;
	padding:0;
	margin-top:5px;
	text-align:center;
	}
	
	div#rightboxtop h1 a:link, div#rightboxtop h1 a:visited {
	text-decoration:none;
	color:#FFFFFF;
	}
	
	div#rightboxtop h1 a:hover {
	text-decoration:none;
	color:#CCCCCC;
	}
	
	div#rightboxtop h3{
	margin:0;
	padding:0;
	font-size:16px;
	text-align:center;
	}
	
	
	h4 {
	color:#4996CE;
	text-indent: 20px;
	}


	#wholebody {
	width:780px;
	float:left;
	padding:0;
	margin:0;
	background:url(images/background.jpg) 0 0 repeat-y;
	position:absolute;
	left:0px;
	top:0px;
	}

	
	/** ~~~~~~~~~~~~~~~~~~~~~~ all in the left box area ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **/
	#leftbox {
	float:left;
	padding:0;
	width:234px;
	background:#CCCCCC;
	border-right: 1px solid #666666;
	z-index: 10;
	}
	

	
	/** ~~~~~~~~~~~~~~~~~~~~~~all in the right box and area ~~~~~~~~~~~~~~~~~~~~~~~~~ **/
	#rightbox {
	width:545px;
	background-color: #FFFFFF;
	padding:0;
	float:right;
	}
	
	#rightboxtop {
	left:0px;
	width:544px;
	height:80px;
	background:#999999;
	color:#FFFFFF;
	}
	
	#breadcrumbs {
	width:520px;
	margin-left:10px;
	

	}
	
	div#breadcrumbs a:link, div#breadcrumbs a:visited {
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	text-decoration:none;
	}
	
	div#breadcrumbs a:hover {
	text-decoration:underline;
	color:#4996CE;
	}
	
	
	
	#banner {
	left:0px;
	color:#FFFFFF;
	}
	
	#banner a:link, #banner a:visited {
	color:#FFFFFF;
	}
	
	
	
	#righttext, #righttext1 {
	width:544px;
	margin-top:5px;

	}
	#righttext p, #righttext1 p {
	padding: 0px 0px 10px 20px;
	margin:5px;
	}
	
	#righttext h1, #righttext1 h1{
	background-image: url(htags/h1.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height:33px;
	color:#666666;
	text-align:center;
	line-height:22px;
	padding:0;
	margin:0;
	font-size: 16px;
	}
	
	div#righttext h3, #righttext1 h3 {
	text-indent:30px;
	font-size:16px;
	}
	
	
	#righttext ul, #righttext1 ul {
	list-style-image: url(images/arrow.gif);	
	}
	
	#righttext li, , #righttext1 li {
	margin-top:3px;
	}
	
	#righttext a:link, #righttext1 a:link, #righttext a:visited, #righttext1 a:visited {
	text-decoration: none;
	}

	#righttext a:hover, #righttext1 a:hover, #righttext a:active, #righttext1 a:active {
	text-decoration: underline;
	}
	
	#listtwo ul {
	list-style-image:url(images/arrow2.jpg);
	}
	#imgright {
	float:right;
	margin:5px;
	}
	
	#imgleft {
	float:left;
	margin:5px;
	margin-left:25px;
	}

/** ~~~~~~~~~~~~~~~~~~~~~~all in the footer area ~~~~~~~~~~~~~~~~~~~~~~~~~ **/
	#footer {
	float:left;
	width:780px;
	background:#CCCCCC;
	margin:0px;
	z-index: 10;
	text-align: center;
	font-size: 12px;
	}
	
	#footer a:link,	#footer a:visited {
	color:#4996CE;
	text-decoration:none;
	}
	
	#footer a:hover {
	color:#333333;
	text-decoration:underline;
	}
	
	
	.cform {
	width:530px;
	margin-left:10px;
	}




.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0; 
	padding:0;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:400px; /* must be the same as below!*/

	margin:4px 10px 0 0; 
	display:block; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}

.cform label span {
	width:530px; /* must be the same as above!*/
	display:block;
         margin-top-10px;
 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 0 0 6px;
	width:200px;
	text-align:left;
}

