body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	color: #333333;
	margin: 0;
}

body.site {
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 40px 0 0 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #003300;
}

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

/*HEADER*/

.header {
	padding: 0;
	border-top: 1px solid #BEB797;
	border-left: 1px solid #BEB797;
	border-right: 1px solid #BEB797;
	background-color: #FFFFFF;
	width: 760px;
}

.header1 {

}

.header2 {
	background-image: url(../../images/header2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #E3C092;
	height: 37px;
	border-right: 1px solid #FFF;
	padding: 0 10px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #003300;
}

.heading {
	font-size: 12px;
	color: #003300;
	font-weight: bold;
}


/*CONTENT*/

.contentFrame {
	border-left: 1px solid #BEB797;
	border-right: 1px solid #BEB797;
}

.content {
	background-color: #FFFFFF;
	padding: 10px;
	height: 400px;
	width: 423px;
}

.content, td {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

/*FOOTER*/

.footer {
	padding: 5px;
	font-size: 10px;
	color: #FFF;
	background-color: #996633;
}

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

.footer a:hover {
	color: #CC9966;
}

.footerbtm {
	color: #996600;
	font-size: 10px;
	padding: 2px;
}

.footerbtm a {
	color: #996600;
	text-decoration: none;
}

.footerbtm a:hover {
	color: #333;
}

.footerdj {
	color: #333;
	font-size: 10px;
	padding: 2px;
	text-align: right;
	width: 760px;
}

.footerdj a {
	color: #003300;
	text-decoration: none;
}

.footerdj a:hover {
	color: #996600;
}


/*LEFT SIDE BAR*/

.leftSideBar {
	background-image: url(../../images/left_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #C79F71;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 180px;
}

.leftHead {
	background-image: url(../../images/leftHead_bg.gif);
	height: 21px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 10px;
	line-height: 20px;
	margin: 6px 0 6px 0;
}

.bottomLeft, .bottomleft {
	margin: 6px 0 6px 0;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #FFF;
}

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

.bottomLeft a:hover {
	color: #FFF;
}

/*RIGHT SIDE BAR*/

.rightSideBar {
	background-color: #FFF;
	text-align: left;
	width: 136px;
	padding: 10px 0 10px 0;
}

.rightSideBar a {
	text-decoration: none;
}

.formfields {
	width: 200px;
	border: 1px solid #333;
	font-size: 12px;
	font-family: Arial, Verdana;
	padding: 1px;
}

	border: 1px solid #CCC;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #600;
	width: 140px;


select {
	width: 200px;
	border: 1px solid #333;
	font-size: 12px;
	font-family: Arial, Verdana;
	padding: 1px;
}

textarea {
	width: 200px;
	height: 80px;
	border: 1px solid #333;
	font-size: 12px;
	font-family: Arial, Verdana;
	padding: 1px;
}

/*FORM/SURVEY BUILDER*/
/** CUSTOM FORM **/
.customForm {
	font-family: Verdana, Arial, Helvetica;
	background-color: #FBF9F7;
	border: 1px solid #996633;
	padding: 0px;
}

.customForm .ps td, .customForm .ps th, .customForm .hd td {
	font-size: 10px;
	font-weight: bold;
	background-color: #996633;
	text-align: left;
	color: #FFF;
}

.customForm .hd th {
	font-size: 10px;
	font-weight: bold;
	background-color: #996633;
	text-align: left;
	color: #FFF;
}

.customForm td{
	vertical-align:top;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}

.customForm td {
	border-bottom: 1px dotted #E9E8E5;
	padding-bottom: 3px;
	padding: 2px;
}

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

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

/*buttons only*/
.customForm .buttons input {
	border: 1px solid #333;
	font-size: 11px;
	color: #000;
	padding: 2px;
}

/*input box*/
.customForm .st input {
	width: 200px;
	border: 1px solid #333;
	font-size: 12px;
	font-family: Arial, Verdana;
	padding: 1px;
}

/*textarea*/
.customForm textarea{
	width: 200px;
	height: 80px;
	border: 1px solid #333;
	font-size: 12px;
	font-family: Arial, Verdana;
	padding: 1px;
}
.customForm .pt td{
	vertical-align: top;
}

/*select*/
.customForm select {
	width: 200px;
	border: 1px solid #333;
	font-size: 12px;
	font-family: Arial, Verdana;
	padding: 1px;
}

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

.customForm .fl input {
	width: 200px;
	border: 1px solid #333;
	font-size: 12px;
	font-family: Arial, Verdana;
	padding: 1px;
}

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

.linkBoxHand {
	color: #333; 
	padding: 5px; 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0; 
	border: 1px solid #333; 
	border: 1px solid #333; 
	background-color: #FFF;
	width: 120px;
	cursor: pointer;
	text-decoration: none;
	vertical-align: top;
}

.linkBox {
	color: #333; 
	padding: 5px; 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0; 
	border: 1px solid #333; 
	border: 1px solid #333; 
	background-color: #FFF;
	width: 120px;
	text-decoration: none;
	vertical-align: top;
}

* html div.linkBox {
	width: 126px;
}