@charset "utf-8";

body{
	height:100%;
	width:100%;
	margin:0;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 25px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#container{
	width: 650px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right-width-value: 1px;
	border-left-width-value: 1px;
	border-right-style-value: solid;
	border-left-style-value: solid;
	border-right-color-value: #666666;
	border-left-color-value: #666666;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	clear: both;
	height: 100%;
	padding: 10px;
}

#center {
	height:100%;
	width:650px;
	position:relative;
	background-repeat:no-repeat;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	background-image: url(../images/new_header.png);
	background-repeat: no-repeat;
}

#right{
	float:right;
	margin-top:10px;
	margin-right:20px;
	width:200px;
}

#left{
	float:left;
	width:480px;
}

#copyright {
	margin: 0px;
	width: 650px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e68217;
	height: 150px;
}

#copyright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #e68217;
}

#copyright a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e68217;
}

#copyright a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e68217;
}

#copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e68217;
}

#text {
	width: 650px;
	line-height: 20px;
	padding-top: 30px;
}

#text a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e68217;
}

#text a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e68217;
}

#text a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e68217;
}

blockquote {
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #FFFFFF;
	background-color: #333333;
}

li {
	list-style-image:url(../images/list_bullet.png);
	padding-left: 20px;
}

#minitabs {
	margin: 0;
	padding: 0 0 20px 0px;
	border-bottom: 1px solid #999999;
	background-color: #e68217;
}

#minitabs li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#minitabs a {
	float: left;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image:url(../images/bullet.png);
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 22px;
	margin-bottom: 4px;
	margin-left: 22px;
	padding-left: 15px;
}

#minitabs a.active, #minitabs a:hover {
	padding-bottom: 3px;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.image {
	border: 2px solid #e68217;
}
hr {
	color: #A4E023;
	background-color: #A4E023;
	height: 2px;
}

