/**************************** Website Settings *****************************/

html
{
	margin:0px;
	padding:0px;
}
body
{
	margin: 0px;
	padding:0px;
	border: 0px;
	font: medium/15px Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-align:left;
	color:#000;
}

/****************************** Text Settings ******************************/

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 0px 15px 0px;
}
p
{
	margin: 0px 0px 1em 0px;
	line-height: 1.2em;
}
li
{
	margin: 0em;
	padding: 0em; 
	line-height: 1.2em;
}
a
{
	color:#96b73b;
	font-weight:bold !important;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

/*************************** CMS Style Settings ***************************/

.warning {
	color: #FF0000;
}
.highlight {
	color: #00FFFF;
}
.green {
	color:#9abd3b;
	font-weight:bold !important;
}
.grey {
	color:#cfcfcf;
}
.yellow {
	color:#ffdd00;
}
/* TinyMCE specific rules 

body.mceContentBody hr {
	height:15px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}

body.mceContentBody {
	color:#646464;
	background:url(../images/greycorner.gif) 0 0 no-repeat #ffdd00;
	padding:25px 10px 10px 25px;
}*/

/**************************** Form Settings ****************************/

input, textarea
{
	color:#666666;
}
form
{
	margin: 0px;
	padding: 0px; 
}

/* Used for aligning textfields with labels */

body div.input label
{
	display: block;
	float: left;
	width: 120px;
	padding: 0.3em 0.5em 0.3em 0em;
	margin: 0em 0em 0.5em;
	text-align:left;
}
body div.input
{
	clear: left;
	display: block;
	margin: 0.5em 0em 0em;
	padding: 0.1em 0.3em 0.1em 0em;
}

/***************************** Image Settings ****************************/

img
{
	border:0px solid #000000;
}

/* image caption - used in ibrowser */

body img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
body img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

body span.capDivRightBrd {
	float: right;
	border: 1px solid #cccccc;
	background-color: #f0f0ee;
	padding: 5px;	
	height: auto;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
body span.capDivRight {
	float: right;
	padding: 5px;	
	height: auto;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
body span.capDivLeftBrd {
	float: left;
	border: 1px solid #cccccc;
	background-color: #f0f0ee;
	padding: 5px;	
	height: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
body span.capDivLeft {
	float: left;
	padding: 5px;	
	height: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
body span.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;	
	line-height: 12px;	
	color: #666666;
	background-color: transparent;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	display: block;	
}