/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #D33333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #008700;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Wrapper */

#wrapper {
	padding-top: 20px;
	background: url(images/img02.gif) repeat-x;
}

/* Header */

#header {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 80px;
	padding: 0 0 0 0;
	color: #FFFFFF;
	background-image: url(images/img03.jpg);
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	color: #FFFFFF;

}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 510px;
	height: 80px;
	margin: 0 0 0 245px;
	background: url(images/img11.gif);
}

#menu ul {
	margin: 0;
	padding:0 0 0 90px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li:hover {
}

#menu a {
	padding:0 0 0 5px;
	text-align:center;
	text-decoration: none;
	font-size: 136%;
	color: #E8FF86;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Content */

#homecontent {
	float: right;
	width: 475px;
	padding: 25px 15px;
	background: url(images/img06.gif) repeat-x;
}

#content {
	float: right;
	width: 760px;
	margin:5px 0px 0px 0px;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

#rowpane{
height:420px;
margin-top:25px;
background:url(images/img01.gif);
padding-left:5px;
}



#rowpane ul{
margin-left:0px;
list-style-type:none;
line-height:18px;
text-indent:0px;

}

#rowpane li{
text-indent:0px;
margin:0 0 0 0;

}

#rowpane h3{
color:#666666;
font-size:12px;
line-height:14px;
font-weight:500;

}

.twocols {

margin-top:10px;
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 225px;
}

.twocols .col2 ul
{

list-style-type:square;
line-height:18px;
margin-left:0px;


}

.twocols .col2 ul li
{
}

.twocols .col3{

	width:222px;
	margin-left:255px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	padding:10px 0px 0px 0px;
	background:#CCCCCC url(images/img06.gif) repeat-x;
	
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 0px 0px 15px 30px;
}

#sidebar li ul {
	padding: 15px;
}

#sidebar li li {
	background: none;
}



#sidebar h1 {
	font-size:18px;
	font-weight: bold;
	color:#333333
}

#sidebar h3{
	margin: 0;
	font-size: 85%;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
}

#sidebar a {
}

#sidebar a:hover {
}

#sidebar .list li {
	padding: 5px 0;
}

#sidebar .list {
}

/*sidetab*/

.sidetab{
	}

.sidetab ul{
	list-style:none;
	}
	
.sidetab ul a{
	background-image:url(images/button.jpg);
	}


/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #CCCCCC;
}