body {
	background-color: #44535D;
	background-image: url(/img/bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#container {
	background-color: #FFFFFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-color: #44535d;
	position: relative;
	width: 700px;
}
#logo {
	float: left;
	padding-left: 7px;
}
#international {
	float: right;
	padding-right: 11px;
	padding-top: 21px;
}
#orangestripe {
	clear: both;
	background-color: #ee5523;
	width: 700px;
	font-size: 5px;
}
#menu {
	background-color: #C7C6C5;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	padding: 10px;
	line-height: 1.5;
}
a {
	color: #EE5523;
	text-decoration: underline;
}
#homecontent {
	padding: 10px;
}
ul { /* all menus */
	padding: 0;
	margin: 0;
	list-style: none;
}
li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 14px;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#nav ul {
	background-color: #44535D;
	border: 1px solid #FFFFFF;
}
#nav li {
	color: #EE5523;
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}
#leftcol {
	float: left;
	width: 200px;
	margin-right: 10px;
}
.clearboth {
	font-size: 1px;
	clear: both;
}
#maincol {
	float: right;
	width: 470px;
}
h1 {
	font-size: 14px;
	color: #EE5523;
	font-weight: bold;
}
#nav li ul {
	top: 11px;
	width: 100px;
}
#nav li ul li {
	width: 100px;
	padding: 0;
}
#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #EE5523;
	display: block;
}
#nav ul li a {
	padding: 2px;
	margin: 3px;
	color: #FFFFFF;
	display: block;
	text-decoration:none;
}
.minicol {
	padding: 10px;
	width: 130px;
	border: 1px solid #666666;
	float: left;
	margin: 0px;
	line-height: 13px;
}
.minicol p {
	margin-top: 0px;
	margin-bottom: 8px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a:hover {
	color: #EE5523;
	text-decoration: none;
}
.form {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
.indent {
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.row0 {
	font-size: 11px;
	background-color: #FFFFFF;
}
.row1 {
	font-size: 11px;
	background-color: #E1E1E2;
}
.rowover {
	font-size: 11px;
	background-color: #44535D;
	color: #FFFFFF;
	cursor: hand;
}
.rowtitle {
	font-size: 12px;
	font-weight: bold;
	background-color: #44535D;
	color: #FFFFFF;
	cursor: hand;
}
label {
	text-align: right;
	margin: 3px;
	float: left;
	width: 100px;
	font-weight: bold;
	padding-top: 2px;
}
fieldset {
	border: 1px solid #43455d;
	margin-top: 5px;
	margin-bottom: 5px;
}
legend {
	font-weight: bold;
	background-color: #f1f1f1;
	padding: 2px;
	border: 1px solid #43455d;
}
label.radio {
	text-align: left;
	margin: 2px;
	float: left;
	width: 80%;
	font-weight: bold;
	padding-left: 85px;
}
