/* generated by csscreator.com */ 
html, body{ 
 margin:0px; 
 padding:0px; 
 text-align:center; 
 background-color:#ffffff;
 height:100%;
 font-family:arial, vadana;
 font-size:95%;
} 

h1 {
position:relative;
top:-20px;
font-size:1.5em;
padding:0px;
}

h2 {
font-size:1em;
color:#ff0000;
padding:0px;
}

h3 {
font-size:.9em;
color:#ff0000;
padding:0px;
margin:20px 0px 0px 0px;
}
 
#pagewidth{ 
 width:760px; 
 padding:0px 0px 3px 0px; 
 text-align:left; 
  margin-top:0px;  
 margin-left:auto; 
 margin-right:auto;
 margin-bottom:2px;
}
 

/* ************************ TOP MENU ******************************** */
#menu{
float:left;
margin:2px 0px 0px 0px;
height:35px;
width:100%;
background-image:url(../backgrounds/topMenuBg.jpg);
}


/* *********************** CONTENT AREAR ********************/ 
#maincol{
background-color: #FFFFFF;  
position: relative; 
width:100%;
margin:0px;
border-top:30px solid #ff0000;

}

/* *********************** LEFT CONTENT AREAR ********************/ 
#leftContent {
position:relative;
float:left;
top:10px;
padding:0px 0px 0px 4px;
margin: 0px;
color:#000000;
font-size:.9em;
width:65%;
border-right: 1px solid #ff0000;
}

#leftContent p{
position:relative;
padding:0px 10px 0px 5px;
margin:2px 0px 0px 0px;
}

/* *********************** RIGHT CONTENT AREAR ********************/ 
#rightContent {
position:relative;
top:10px;
left:7px;
padding:0px 0px 0px 0px;
margin: 0px;
}

#rightContent p{
position:relative;
padding: 0px 0px 0px 0px;
margin: 0px;
font-size:.85em;
}

.menu {
	position:relative;
	text-align:center;
}

.menu a:link {
	font-size:1.1em;
	position:relative;
	color:#000000;
}

.menu a:visited {
	font-size:1.1em;
	position:relative;
	color:#ff0000;
}

.menu a:hover {
	font-size:1.1em;
	position:relative;
	color:#ff0000;
}

.menu a:active {
	font-size:1.1em;
	position:relative;
	color:#696969;
}

#rightContent a:link {
	font-size:1em;
	position:relative;
	color:#000000;
}

#rightContent a:visited {
	font-size:1em;
	position:relative;
	color:#ff0000;
}

#rightContent a:hover {
	font-size:1em;
	position:relative;
	color:#ff0000;
}

#rightContent a:active {
	font-size:1em;
	position:relative;
	color:#696969;
}


/* *********************** FOOTER ********************/ 
 
#footer{
	position:relative;
	top:20px;
	background:transparent;
	height:60px; 
	clear:both;
	font-size:.8em;
	text-align:center;
	padding-top:0px;
	border-top:30px solid #ff0000;
	color:#000000;
} 

#footer p {
	padding:2px;
	margin:0px;
	color:#000000;
}


#footer a:link {
	color:rgb(70, 75, 97);
	background:transparent;
}

#footer a:visited {
	color:rgb(70, 75, 97);
	background:transparent;
}

#footer a:hover {
	color:#ff0000;
	background:transparent;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/* ********************* GENERAL CLASSES *********************** */

.center {
text-align: center;
}

.right {
	position:relative;
	text-align: right;
}

.marginTop25 {
	position:relative;
	top:25px;
}


.clr {
clear:both;
}

.onehalf {
margin: 10px 0px 10px 15px;
position:relative;
float: left;
width: 40%;
padding: 10px;
border:1px solid #C3C3C3;
}

ul {
list-style-type:none;
}

.contactForm {
	position:relative;
	top:0px;
	margin:0px;
	padding:0px;
    width:475px; 
}

.error {
	color:#ff0000;
}

#leftContent p.margin10 {
margin:10px;
}

