/* Import Eric Meyer's reset css file */
@import url("reset.css");
/* Styles for concept */
body {
	font-size: 62.5%;
	background-color: #57812B;
	background-image: url(../../scheme.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #FFF;
}
#masthead {
	background-color: #FFF;
	height: 100px;
	background-image: url(../images/masthead.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
}

#tabs {
	background-color: #8AC44E;
	float: left;
	padding-left: 230px;
	width: 530px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#nav ul {
	margin-bottom: 0px;
	list-style: none;
	padding: 0px;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 1.4em;
	vertical-align: baseline;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px;
}
#nav a:hover {
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/tab_arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#nav a.tab_current {
	color: #484522;
	background-image: url(../images/tab_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content {
	background-color: #FFF;
	float: right;
	width: 498px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}
#content a {
	color: #048;
}
#content a:hover {
	color: #B00;
	background-color: #EED;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	padding-bottom: 0.4em;
	color: #333;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}
#content h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	padding: 2px;
	margin-bottom: 0.5em;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #57812B;
	color: #57812B;
	font-weight: bold;
}

#content ul {
	list-style-type: square;
	margin-left: 15px;
	padding-left: 20px;
	padding-bottom: 1em;
}
#content ul li {

}
#content ul li p {
	padding-bottom: .5em;
}
#sidebar_left {
	width: 220px;
	float: left;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}
#sidebar_left img {
	margin-bottom: 1px;
}

#sidebar_left ul {

}
#sidebar_left ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	padding-bottom: 1px;
}
#sidebar_left ul li a {
	background-color: #D75241;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
#sidebar_left ul li a:hover {
	background-color: #6F675A;
	color: #FFF;
}
#sidebar_left p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	padding: 5px;
}

#footer {
	clear: both;
	background-color: #FFF;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding-bottom: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
}
table.styled_table {
	border-collapse: collapse;
	border: 1px solid #666666;
	width: 100%;
}
table.styled_table td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3 em;
	padding: 5px;
	border: 1px solid #666666;
}
table.styled_table th {
	background-color: #EEEEDD;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3 em;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #666666;
}
