@charset "utf-8";
/* CSS Document */
html,body,ul,li,ol,p,a, h1, h2, h3, h4, h5, hr{ /*resetting the margin and padding on everything to zero*/
margin: 0;
padding: 0;
}
body{
	text-align:left;
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
p{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 18pt;
	margin-left: 10px;
}
h1 {
margin-top:18pt;
font-size: 14pt;
line-height: 18pt;
margin-bottom: 18pt;
margin-left: 10px;
color: #e87735;
}
h2 {
font-size: 12pt;
line-height: 18pt;
margin-bottom: 18px;
margin-left: 10px;
color:#e87735;
}
h3 {
font-size: 10pt;
line-height: 18px;
margin-left: 10px;
}
ul, ol {
margin-bottom: 18px;
margin-left: 10px;
}
a{
	color: #333333;
}
#container{
	text-align:left;
}
#content p{line-height:1.4}
#navigation{
	background-color: #999999;
	color: #FFFFFF;
}
#footer{
	color: #999999;
	font-size: 10pt;
}
#footer p{margin:0;padding:5px 10px}
/* Layout */
#container{
	width:724px;
	padding-right:10px;
	margin:0px;
	padding-left:51px;
	background-color:#FFFFFF;
	background-image: url(../../images/bg_orgbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header{
height: 70px;
margin-bottom:10px;
}
#content{float:right;width:500px; margin-left:10px;}
#navigation{
	float:left;
	width:214px;
	height: 191px;
	margin-bottom: 10px;
}
#extra{float:left;clear:left;width:214px;
min-height: 191px;}
#footer{
	clear:both;
	width:100%;
	margin-top: 10px;
}
/* class */
.fltrt { 
	float: right;
	margin-left: 10px;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.botspace{
margin-bottom: 18px;
}
.left {
float: left;
margin: 0 18px 18px 0;
}
.right {
float: right;
margin: 0 0 18px 18px;
}
.callout {
border: 1px solid #ddd;
padding: 8px 10px;
margin-bottom: 18px;
}
.callout :last-child {
margin-bottom: 0;
}
/* Nav */
#navigation ul, li{
	list-style:none;
	margin-left:0px;
}
#navigation li a{
	height: 15px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
	padding-right:20px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	size:14px;
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
	
}
#navigation li a:hover{
	background-color: #CCCCCC;
	color: #666666;
}
#navigation #currentpage a {
	background-color: #CCCCCC;
	color: #666666
}
#extra ul{
	margin-left:20px;
}
#extra li{
margin-left:0px;
	margin-top:10px;
	margin-bottom:8px;
	margin-right:20px;
	list-style:none;
}
#extra a{
	size: 12px;
}
#extra #currentpage a {
	color: #666666;
	text-decoration: none;
}
form{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-left: 10px;
}

#content li {
margin-bottom: 7px;
}

button {
	font-size: 10px;
	color: #FF6600;
}
#news{
	width: 200px;
	float: right;
	background:#DFDFDF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#content ul li{
list-style:disc;
margin-left: 10px;
}
#content ol li{
list-style:decimal;
margin-left: 10px;
}