@charset "utf-8";
/* CSS Document */


<!--
html {
	overflow-y: scroll !important;
}
body {
	background-color: #F0F0F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.GreyHead { color: #424242; font-size: 18px; font-weight: bold; margin: 0; padding: 0 0 15px 5px; text-decoration: underline; }
.GreyHead a{ color: #424242; font-size: 18px; font-weight: bold; margin: 0; padding: 0 0 15px 0px; text-decoration: underline; }

.RedHead{
	color:#B60000;
	font-weight:bold;	
}

.RedLink {color: #BC0000; font-size: 12px; font-weight: bold; padding-left: 0px; text-decoration: none;}

.RedLink a{color: #BC0000; font-size: 12px; font-weight: bold; padding-left: 0px; text-decoration: none;}

.RedHead1{font-size:16px; color:#b60000; padding:4px 6px 4px 1px; font-weight:bold;  }

a {
	text-decoration: underline;
	color:#006699;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover {
	color :#993300;
}
img {
	border:0px;
}
a:visited {
color :;
}
.input {
	border : 1px solid #999999;
	font-size : 10pt;
	background-position:bottom;
	/*height:20px;*/
}
.white-font {
	color:#FFF;
	padding:2px;
	padding-left:5px;
	padding-right:5px;

}
.white-font a{
		color:#FFF;
}
.white-font a:hover {
	color:#666;
	background-color:#FFF;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	border : 1px solid #999999;
}
.white-font-reverse {
	color:#666;
	background-color:#FFF;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	border : 1px solid #999999;
}
.red-small {
	height:15px;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#993300;
}
.red-small strong {
	color:#993300;
}
.head-red {
	height:15px;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#993300;
}
.head-red strong {
	color:#993300;
}
.box-head {
	height:15px;
	border: #D3D3D3 1px solid;
	padding:5px;
	background-color: #EFEFEF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#993300;
	font-weight:bold;
	border-collapse: collapse;
	background-image:url(../img/head-silver-bg.gif);
	background-repeat:repeat-x;
}
.box-cont1 {
	min-height:120px;
	border: #D3D3D3 1px solid;
	padding:5px;
}
-->
#mainframe {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	width:100%;
	background-color: #FFF;
	min-height:600px;
	padding-top:5px;
	position:relative;
}
#content-left {
	width:190px;
	float:left;
	padding:10px;
	background-color:#FFF;
	text-align: center;
}
#content-center {
	width:539px;
	float: none;
	background-color:#FFF;
	float:left;
	padding:10px;
	margin-left:2px;
	margin-right:2px;
	position:relative;
}
#content-right {
	text-align: center;
	width:190px;
	float:left;
	padding:10px;
	background-color:#FFF;
}
#progress {
	margin-left:auto;
	margin-right:auto;
	padding-left:2px;
	width:750px;
}
#progress ul {
	padding:0;
	overflow:hidden; /*width:641px;*/
	margin:0px 0px 0px 10px;
}
#progress li {
	margin:0px;
	float:left;
	padding:7px;
	display:block;
	background-image:url(../img/progress.gif);
	background-repeat:no-repeat;
	background-position: 0px -30px;
	height:16px;
}
#progress strong {
	color:white;
	font-size:12px;
	padding:5px 6px;
	margin:0px 13px 0px 6px;
}
#progress span {
	padding:0px 2px;
	color:#444;
}
#progress #last {
	background-image:url(../img/progress-arrow.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	margin-left:0px;
	padding:6px 10px 6px 16px;
	border:1px solid #555;
	border-left:none;
	color:#444;
}
#progress #selected {
	background-position: 0px 0px;
}
#progress #selected span {
	color:#b60000;
}
#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#cssdropdown li {
	float: left;
	position: relative;
}
.mainitems {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	background-color: #FFF;
	z-index:1000;
	padding:8px;
}
.mainitems a {
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
}
.subuls {
	background-color: #FFF;
	border-left: 1px solid black;
	border-bottom:1px solid black;
	border-right: 1px solid black;
	display:none;
}
.subuls li {
	width: 100%;
}
.subuls li a {
	text-decoration: underline;
}
#cssdropdown 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;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}
.login {
	background-color:#002c58;
	padding:10px;
	color:#FFF;
	line-height:20px;
}
.login A {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	COLOR: #ffffff;
	PADDING-TOP: 0px;
	text-decoration:none;
}
.login A:hover {
	text-decoration: underline;
}
.login UL {
	list-style-type: none;
	padding:0px;
}
