@charset "utf-8";
/* CSS Document */

* {
	font-family: "Trebuchet MS", Arial, Helvetica;

}
.ballast {
	visibility:hidden;
	clear:both;
	width:0px;
	height:0px;
	overflow:hidden;
}
#outer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFFFFF;
	height: 100%;
}
#TopBar {
	background-color: #f6921e;
	height: 27px;
	text-align: right;
	padding-right: 15px;
	padding-top: 3px;
}
#Header {
	height: 122px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
body {
	background-color: #636363;
}
#logo {
	clear: none;
	float: left;
	width: 257px;
	height: 122px;
	background-image: url(media/lines_oran_h.gif);
	background-repeat: repeat-y;
	background-position: 10px top;
}
#strap {
	background-color: #acacac;
	height: 95px;
	float: left;
	width: 642px;
	clear: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(media/lines_oran_h.gif);
	background-repeat: repeat-y;
	background-position: 612px top;
	padding-top: 27px;
}


#LeftInner {
	width: 113px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#LeftColFoot {
	background-image: url(media/lines_white_v.gif);
	background-repeat: repeat-x;
	background-position: -7px bottom;
	display: block;
	height: 17px;
}
#BottomBar {
	background-color: #f6921e;
	height: 21px;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 2px;
}
#TopBar a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin-left: 15px;
}
#TopBar a:hover {
	color: #FFFFFF;
}
#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin-bottom: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 30px;
}
#content p {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 6px;
}
#content a {
	color: #DF7909;
	text-decoration: none;
}
#content a:hover {
	color: #DF7909;
	text-decoration: underline;
}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content ul li {
	list-style-type: disc;
	margin-left: 15px;
	margin-right: 10px;
	list-style-image: url(media/bullit.jpg);
	margin-bottom: 10px;
}
#content ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content ol li {
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#content hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #f6921e;
	padding: 0px;
	height: 1px;
	color: #f6921e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	display: block;
	clear: left;
}
.Column {
	padding-right: 16px;
		font-size: 12px;
	color: #666666;
	line-height: 16px;
	float: left;
}
.Column p {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
#BottomBar a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#BottomBar a:hover {
	color: #333333;
}
#BottomBar p {
	color: #FFFFFF;
	margin: 0px;
	font-size: 11px;
	line-height: 19px;
	padding: 0px;
	text-align: center;
}
input {
	background-color: #FFFFFF;
	height: 15px;
	border: 1px solid #636363;
	font-size: 11px;
	color: #666666;
	width: 98%;
	margin-bottom: 5px;
}
label {
	font-size: 12px;
	color: #636363;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	margin-right: 5px;
}
textarea {
	background-color: #FFFFFF;
	border: 1px solid #636363;
	font-size: 11px;
	color: #666666;
	width: 98%;
	margin-bottom: 5px;}
