

* {
	padding:0;
	margin:0;
}

body {
	color: #333;
	background-color:#ddeeff;
	background: url(images/background.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin:20px auto;
	width:760px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:1em 0;}

h1 {
	font-size:1.4em;
	color:#cc3300;
	margin-bottom:25px;
}

h2 {font-size:1.2em; color:#333399;}

h3 {font-size:1.1em;}

h4 {font-size:1em;}

li, dd { margin-left:5%; }

fieldset { padding: .5em; }



a {
text-decoration: underline;
}

a:link, a:visited{
color: #333;
}

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


#header {
	background-color: #FFFFFF;
	background: url(images/title.png);
	height:75px;
	width:760px;
	clear:both;
}

#title {
	color:#6699cc;
	font-size:3em;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	float:left;
}

#content {
	width:760px;
	clear:both;
	background-color:#fff;
}

#maincontent {
	font-size:1.0em;
	padding:0px 10px 0px 10px;
	width:540px;
	float:left;
	border-top:8px solid #6699ee;
	border-bottom:4px solid #6699ee;
	background-color:#fff;
	height:450px;
}

#maincontent p{

	padding:0 10px 0 10px;
	text-align:justify;
}


#sidecontent {
	font-size:0.83em;
	padding:5px 10px 0px 10px;
	width:180px;
	float:right;
	border-top:8px solid #ffcc00;
	border-bottom:4px solid #ffcc00;
	background-color:#ffee99;
	height:445px;
}

#sidecontent p{
		color: #cc3300;
}

#sidecontent p a{
		color: #cc3300;
}

#sidecontent h2 {
	margin-bottom: .2em;
	color:#333;
	font-size: 125%;
	font-weight: bold;	
	border-bottom: 1.5px solid #333;
	padding-bottom: 3px;
	}


#sidecontent ul {
	list-style: none;
	margin: 10px 0 1.4em;
}

#sidecontent ul li{
	color: #cc3300;
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	background: url(images/bullet1.gif) no-repeat 0px 4px;
	padding: 2px 0 2px 18px;
}

#sidecontent ul li a {
	color: #cc3300;
	text-decoration:underline;
}

#sidecontent ul li a:hover {
	text-decoration:none;
}

#sidecontent ul li a.current
{
	font-weight:bold;
}

#subcontent{
	margin-top:25px;
	color:#333;
}

#subcontent h2 {
	margin-bottom: .2em;
	font-size: 110%;
	font-weight: bold;	
	border-bottom: 1.5px solid #ccc;
	}

#subcontent address{
	margin-left:15px;
}

#subcontent ul li a {
	display: block;
	font-size:1.0em;
	font-weight:normal;
	background: url(images/bullet.gif) no-repeat 3px 8px;
	border-bottom: 1px dotted #ccc;
	padding: 2px 0 2px 13px;
}

#subcontent ul li a:hover {
	border-bottom-color: #000;
}


#subcontent img {
	margin-left:12px;
	margin-top:10px;
}


#footer {
	color: #333;
	background: #d5e5ff;
	height: 32px;
	width: 760px;
	clear:both;
}


#copyrightdesign {
	color:#333;
	font-size:75%;
	margin-top:10px;
	padding:0px 0px 0px 15px;
	float:left;
}

#footercontact {
	color:#333;
	font-size:65%;
	margin-top:10px;
	padding:0px 15px 0px 0px;
	text-align:right;
	float:right;
}

.err{
	font-weight: bold;
	color: #ff9900;
	background-color:transparent;
}

.error{
	border: 1px solid #ff9900;
}

.required{
	font-weight: bold;
	color: #ff9900;
	background-color:transparent;
	font-size: 1.2em;
	margin-left:5px;
}


.boxborder{
	border: 1px solid #ccc;
}

.submit input{
	margin-left: 13em;
} 

label{
	clear:both;
	float:left;
	text-align: left;
	width:12em;
	display:block;
	margin-right: 1em;
	margin-top:0px;
}

#contact{
margin-left:75px;
margin-bottom:10px;
}

#message{
	text-align: center;
	padding-top:25px;
	padding-bottom:150px;
}

.phone{
	margin-left:15px;
}

#engines{
	color:#fff;
	width:760px;
	text-align:center;
	font-size:75%;
}
