body {
	margin: 0px;
	padding: 0px;
}

.body {
	background-color: #DCDCDC;
}

label {
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #CC0000;
}

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

.pageTitle {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

/*HEADER*/

.header {
	background-color: #02253A;
}

.midsec {
	background-color: #C8C3CC;
}

/* leftsidebar */

.leftsidebar {
	background-image: url(../../images/gradient_left.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #CCD3D8;
	width: 142px;
}

/* content */

.content {
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	width: 458px;
	color: #000;
}

/* rigthsidebar*/

.rightsidebar {
	background-image: url(../../images/gradient_right.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 400px;
	background-color: #F3F4F6;
	width: 183px;
}


/*RHS*/

.rhsBox {
	border: 2px solid #000;
	background-color: #999;
	color: #FFF;
	/*height: 750px;*/
}

.rhsBox .content {
	padding: 2px 2px 10px 2px;
	background-color: #999;
	color: #FFF;
}

.rhsBox .content2 {
	padding: 2px;
	background-color: #999;
}

.rhsBox .head {
	color: #FFF;
	background-color: #666;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/*FOOTER*/

.footer {
	padding: 5px;
	margin: 0px;		
	background-color: #999;
	font-size: 10px;
	font-family: verdana, Arial, sans-serif;
	color: #FFF;
	text-align: center;
	border-top: 1px solid #333;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.dj {
	padding: 4px;
	margin: 0px;
	font-size: 10px;
	color: #FFF;
	width: 760px;
	text-align: right;
	background-color: #000;
}

.dj a {
	color: #FFF;
	text-decoration: none;
}

.dj a:hover {
	color: #0066FF;
	text-decoration: none;
}

/* NEWS */

.news {
	font-size: 10px;
	font-family: verdana, Arial, sans-serif;
}

.news th {
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, Arial, sans-serif;
}

/* Form */

.errormsg {
	color: #333;
	margin: 10px 0px 0px 0px;
}

.form {
	padding: 0px;
	width: 430px;
}

.form th {
	padding: 2px;
	margin: 0px;
	background-color: #999;
	color: #FFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.form td {
	padding: 2px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.form .formfields {
	background-color: #FFF;
	border: 1px solid #333;
	color: #333;
	padding: 1px;
	font-size: 12px;
	width: 170px;
}

.form textarea {
	background-color: #FFF;
	border: 1px solid #333;
	color: #333;
	padding: 1px;
	font-size: 12px;
	width: 170px;
}


.form .button {
	background-color: #FFF;
	border: 1px solid #333;
	color: #333;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	font-size: 10px;
}

/* Poll */

.poll {
	border-bottom: 1px solid #FFF;
	color: #A9A9A9;
}

.poll td {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A9A9A9;
}

.poll td.pollQ {
	font-weight: normal;
	color: #A9A9A9;
}

.poll form {
	margin: 0px;
}

.poll .button {
	border: 1px solid #666; 
	padding: 0px; 
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: bold;
	background-color: #EEE;
}

/* Link Box */

.linkbox {
	padding: 0px;
	margin: 0px;
	height: 130px;
	width: 170px;
}

/** CUSTOM FORM **/
.customForm {
	border: 1px solid #999;
	background-color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

.customForm .ps th {
	font-size: 14px;
	background-color: #A5B0B2;
	color: #FFFFFF;
}

.customForm .ps td, .customForm .hd td {
	background-color: #E7E7E7;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.customForm .hd th {
	font-size: 12px;
	background-color: #A5B0B2;
	color: #FFFFFF;
	text-align:left;
	padding-left:15px;
}

.customForm td{
	vertical-align:top;
}

.customForm td {
	border-bottom: 1px dashed #D5D5D5;
	padding: 1px 1px 3px 1px;
}

.customForm .buttons td {
	border-bottom: none;
}

.customForm .form_desc {
	display: block;
	font-size: 10px;
	color: #666666;
}

/*buttons only*/
.customForm .buttons input {
	cursor: pointer;
	font-size: 11px;
	background-color: #EEE;
	border: 1px solid #000;
	padding: 1px 7px;
}

/*input box*/
.customForm .st input {
	width: 200px;
	cursor: auto;
	font-size: 11px;
}

/*textarea*/
.customForm textarea{
	width:200px;
	height: 50px;
	font-size: 11px;
}
.customForm .pt td{
	vertical-align: top;
}

/*file upload*/
.customForm .fl td{
	vertical-align: top;
}

.customForm .fl input {
	background-color: #FFFFFF;
	width: 200px;
	font-size: 11px;
}

/*radio and checkbox fields*/
.customForm .ra input, .customForm .ch input{
	border:none;
}

.button {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}

.formfields {
	font-size: 11px;
}
