* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	color: #313131;
	font-size: 14px;
}

img {
    border:0;
}
a {
	color: #1b5790;
	text-decoration: underline;
}
a:hover {
	color: #e85d64;
}
a:focus {
    outline: 0;
}

#wrap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: left;
	width: 488px;
}
#header {
	text-align: left;
	height: 92px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #e85d64;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#page_header {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #1b5790;
	letter-spacing: -1px;
	padding-top: 24px;
}

#page_header a {
	text-decoration: none;
}

.desc {
	font-weight: bold;
	margin-top: 4px;
}
#maincontent {
	background-color: #FFFFFF;
	background-image: url(images/mainbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#maincontent h2 {
	font-size: 20px;
	line-height: 24px;
	color: #e85d64;
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight: normal;
	letter-spacing: -1px ;
}
#maincontent p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

#maincontent ul {
	margin-left: 15px;
}

.feapic {
	border: 2px solid #cccccc;
	padding: 3px;
}

#side {
	/*background-image: url(images/bonsai.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 254px;
	padding-top: 92px;
}
#sidecontent {
	background-color: #FFFFFF;
	background-image: url(images/sidebg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: left;
	font-size:  16px;
}
#sidecontent h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #999999;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidecontent ul {
	margin-left: 4px;
}
#sidecontent ul li {
	line-height: 1.4em;
	font-weight: normal;
	display: block;
}
#sidecontent ul li a {
	text-decoration: underline;
}

#sidecontent p {
	font-size: 13px;
}

#footer {
	clear: both;
	margin-top: 20px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;

}

/* Buttons */

a.usp_button, a.usp_button_2{
 width:200px;
 display:block;
 height:50px;
 color:white;
 text-decoration:none;
 text-align: center;
 margin-right:15px;
 padding: 10px 5px 10px 5px;
 float: left;
 font-size:22px;
 font-weight:normal;
 font-family:"Tahoma", Arial, Helvetica, sans-serif;
 background-color:#118bba;
}

a.usp_button_2{
 background-color:#2c2d31;
}

a.usp_button:hover, a.usp_button_2:hover {
 background-color: #C34507;
 text-decoration:none;
}

