/* PLUME CMS Style Sheets for 1.2 version */

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

body
{
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fff;
	font: .9em "Optima", Arial ;
}

div
{
	margin-top: 110px;
	padding: 0px;
	margin-left: 50px;
}


p, li, h2, h3
{
	font-size: 1em;
	font-weight: bold;
	color : #808080;
	text-align: justify;
}

p
{
   margin-left : 50px;
   margin-right: 40px;
}

h4
{
	font-size: .8em;
	color : #84A69C;
	margin-right: 40px;
	margin-left:  100px;
	text-align : justify;
}

h4, ul, li 
{

	color : #84A69C;
	margin-right: 40px;
	text-align : justify;
}
	
h1
{
	margin: 0px;
}

h2, h3
{
	font-size: 1em;
	font-weight: bold;
	color: #84A69C;	
}

h3
{
	font-size: 150%;
	font-weight: bold;
	color: #84A69C;	
}

form, fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
	color:#84A69C;
	font-size: 120%;
}
input
{
	color:#999999;
}
a
{
	text-decoration: none;
	color: #84A69C;
}

* html #content
{
	margin-top: 34px; /* hack IE */
}
#banner
{
	margin: 2px 0px 20px 2px;
	height: 60px;
	vertical-align: middle;
}
#content 
{ 
	float : top-left;
    width: 73%;
	margin-top: 110px;
	margin-left: 30px;
	margin-right : 40px;
	font-family: "Optima", Arial, sans-serif;	
}
#content h3
{
   text-align: center; 
}

#content h2 a 
{
	color: #84A69C;
}

#content a:hover
{
	text-decoration: underline;
	color: #DE1C21;
}
#menuright
{
	margin-right: 20px;
	margin-top: 130px;
	text-align: right;
	float: right;
}

#menuright h2
{
	font-size: 120%;
	background: transparent url("img/h2-right.png") 100% 100% no-repeat;
	color: #84A69C;
}

#menuright h3
{
	font-size: 100%;
    background: transparent url("img/h3-left.png") 100% 100% no-repeat;
}

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

input 
{
	border-width: 1px;
	border-color: #336633;
}

input[type], textarea[name]
{
	background: #fff;
}

input[type=submit], input[type=reset] 
{
	background: #A5C3BD;
	color: #000;
}

input[type=submit]:hover 
{
	background: #999;
	color: #ccc;
}

input[type=reset]:hover 
{
	background: #999;
	color: #ccc;
}











