body {
font-style : normal;
font-weight : normal;
font-size : 70%;
line-height: 140%;
font-family: verdana, arial, helvetica, sans-serif;
color: #666666;
background: #fff;
}

p, ul, li, h1, h2, h3, h4, h5 {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}


img {
border: none;
}

h1 {
font-size: 160%;
line-height: 100%;
color: #c1b384;
font-weight: bold;
}

h2 {
font-size: 140%;
line-height: 100%;
color: #333333;
font-weight: bold;
}

h3 {
font-size: 120%;
line-height: 100%;
color: #666;
font-weight: bold;
}

h4 {
font-size: 100%;
line-height: 100%;
color: #c1b384;
font-weight: bold;
}

h5 {
font-size: 100%;
line-height: 100%;
color: #333333;
font-weight: bold;
}

a:link, a:visited {
	color: #c1b384;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #c1b384;
}

ul {
list-style: square;
margin-left: 15px;
}

fieldset {
border: #ccc solid 1px;
padding: 5px;
}


legend {
color: #c1b384;
font-weight: bold;
padding: 0 15px 0 15px;
}


#tools_container {
font-size : 85%;
line-height: 180%;
background: #fff;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);-moz-opacity:0.85;opacity:0.85;
border-bottom: #ccc dashed 1px;
border-left: #ccc dashed 1px;
}

#tools_container #search {
font-size : 110%;
font-weight: bold;
color: #666666;
background: url(../img/search_grad.jpg) top repeat-x;
width: 150px;
height: 15px;
}

#tools_container #go {
font-size : 100%;
color:#c1b384;
padding: 0px 5px 0px 5px;
}

#tools_container .140 {
font-size: 140%;
}

#tools_container .160 {
font-size: 160%;
}

#banner {
background: url(../img/banner_grad.png) top left no-repeat;
}

* html #banner {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/banner_grad.png)');
}

#content_frame {
float: left;
width: 980px;
background: url(../img/content_center_home.jpg) top left repeat-y;
}

* html #content_frame {
float: left;
width: 980px;
margin-left: 5px;
background: url(../img/content_center_home.jpg) top left repeat-y;
}

#content_frame_top {
width: 980px;
height: 20px;
background: url(../img/content_top_home.jpg) top left no-repeat;
}

* html #content_frame_top {
width: 980px;
height: 20px;
margin-left: 10px;
background: url(../img/content_top_home.jpg) top left no-repeat;
}

#content_frame_bottom {
width: 980px;
height: 20px;
background: url(../img/content_bottom_home.jpg) top left no-repeat;
clear: both;
}

* html #content_frame_bottom {
width: 980px;
height: 20px;
margin-left: 10px;
background: url(../img/content_bottom_home.jpg) top left no-repeat;
clear: both;
}

#left_column .grad {
background: url(../img/left_col_grad.jpg) top right no-repeat;
padding: 10px 0px 30px 0px;
}

#left_column .grad h4 {
padding: 10px 10px 0px 10px;
margin:0px;
}

#left_column ul {
margin: 0px;
font-weight: bold;
}

#left_column li {
font-size: 10px;
list-style: none;
padding: 0px 5px 10px 0px;
margin: 0px 0px 0px 10px;
}

#left_column a:link, #left_column a:visited {
	color: #333;
	text-decoration: none;
}

#left_column a:hover, #left_column a:active {
	text-decoration: underline;
	color: #333;
}

#footer_container {
font-size: 90%;
color: #999;
}

#footer_container a:link, #footer_container a:visited {
color: #666;
text-decoration: none;
}

#footer_container a:hover, #footer_container a:active {
color: #333;
text-decoration: none;
}

<!-- MODULES -->

/* CSS Standard form */

.ve_formModule p {
margin-bottom: 3px;
}

select {
	margin:6px 5px 0px 0px; /* drop down list */
}

textarea {
	width: 400px; /* textarea width */
	height: 150px;
}

input.ve_text {
font-size:10px;
	width:400px; /* textbox width */
	margin-bottom:5px;
}

.ve_formModule label.ve_label {
	font-size:10px;
	display:block;
	float:left;
	width:150px; /* width depends on layout */
	text-align:right;
	margin:3px 5px 0px 0px; /* spacing between form elements */
}

/* END CSS Standard form */

/* START of button */

.ve_formButtons input.ve_button {
margin: 15px 0px 15px 150px;
width: 150px;
height: 20px;
font-size : 100%;
color:#c1b384;
padding: 0px 15px 0px 15px;
font-weight: bold;
}

input.ve_loginButton {
background-color:#e3297c;
font-size:100%;
margin-bottom:10px;
margin-top:10px;
}

.ve_forgotPasswordModule input.ve_button {
background-color:#000033;
color:white;
font-size:10px;
margin-bottom:5px;
}

/* END of button */


