
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png);
		  display: none;
		  position: absolute;
		  top: 0px;
		  left: 0px;
		  z-index: 1000;
		  width: 100%; }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

html {
	margin: 0 0 0 -1px;
	padding: 0;
	overflow-Y: scroll;
}

body {
	padding: 0;
	margin: 0 auto;
	display: table;
	width: 85%;
}

body {
	color: #0A0A0A;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
}

p {
	letter-spacing: normal;
	line-height: 20px;
}

h1 {
	color: #cdb380;
	font-size: 24px;
	margin: 25px 0 10px 0;
	clear: both;
}

h2 {
	color: #cdb380;
	font-size: 18px;
	margin: 20px 0 10px 0;
	clear: both;
}

h3 {
	color: #cdb380;
	font-size: 16px;
	margin: 20px 0 5px 0;
	clear: both;
}

a:link,a:visited {
	color: #cdb380;
	text-decoration: none;
}

a:hover {
	color: #fa720a;
	text-decoration: underline;
}

body {
	background-color: #F2F2F2;
}

#wrapper {
	border-top: 1px solid #ffffff;
}

#topWrapper {
	width: 100%;
	height: 75px;
	background-color: #031634;
	color: #FFFFFF;
	padding-top: 25px;
}

#topWrapper a {
	font-size: 30px;
	font-weight: bold;
	margin-left: 35px;
	font-family: "Comic Sans MS";
	font-weight: bolder;
	font-style: italic;
	color: #FFFFFF;
}

.errMsg {
	font-size: 14px;
	color: #000000;
        border: 1px solid #ff0000;
        background-color: #ffccff;
        padding-top: 15px;
        margin-top: 12px;
        margin: 0px auto;
        margin-bottom: 12px;
	padding-bottom: 8px;
	text-align: left;
        padding-left: 20px;
}

.errMsg ul {
	text-align: left;
	padding-top: 8px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: decimal;
}

.errMsg li {
	list-style-type: decimal;
}


#viewBlock {
	height: auto;
	margin: 0 auto;
	width: 800px;
	position: absolute;
	top: 160px;
	z-index: 9000;
	left: 290px;
	background-color: white;
	
}

.viewFonts{
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: black;
}

.td2{
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	width: auto;
	color: black;
}

.page a {
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	color: #cdb380;	
}

.page a:hover {
	color: #fa720a;
	text-decoration: underline;
}

.page a:visited {
		color: #fa720a;	
}

.labels {
	height: 29px;
	width: 75%;
        background: #031634 url('../images/header_bg_2.png') repeat-x;
	background-color: #031634;
        color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 9px;
	text-align: left;
}

.buttons {
	width: auto;
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #031634;
	color: white;
	float: left;
	margin-left: 9px;
	margin-top: 10px;
}

.textLabels {
	color: #0A0A0A;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-left: 9px;
	margin-top: 10px;
}

.border {
	border: 1px solid #CCCCCC;
	margin-top: 55px;
	margin-bottom: 47px;
}

.textbox {
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 185px;
	color: red;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
}

body {
	background-position: center 240px;
}

#container {
	margin: 0 auto;
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
}

#content p {
	margin-top: 10px;
	text-align: justify;
}

#bottomWrapper {
	height: 23px;
	background-color: #031634;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-top: 11px;
	text-align: center;
}

#bottomWrapper a {
	text-decoration: none;
	color: #FFFFFF;
}

#bottomWrapper a:hover {
	text-decoration: underline;
	color: #00FF66;
}

a img {
	border: none;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: auto;
	height: auto;
}


/* navigation menu */
.menu{
    border:none;
    border:0px;
    margin:0px;
    padding:0px;
    font-weight: bolder;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;

}
.menu ul{
    background:#000000;
    height:31px;
    list-style:none;
    margin:0;
    padding:0;
}
.menu li{
    float:left;
    padding:0px;
}
.menu li a{
    background:#000000 url("../images/seperator.gif") bottom right no-repeat;
    color:#ffffff;
    display:block;
    line-height:31px;
    margin:0px;
    padding:0px 20px;
    text-align:center;
    text-decoration:none;
}
.menu li a:hover {
    /*background: #2580a2 url("../images/hover.gif") bottom center no-repeat;*/
    text-decoration: none;
    color: #00FF66;
}
.menu li ul{
    background:#000000;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:140px;
    z-index:200;
    /*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
    display:block;

}
.menu li li {
    background:url('../images/sub_sep.gif') bottom left repeat-x;
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:140px;
}
.menu li:hover li a{
    background:none;

}
.menu li ul a{
    display:block;
    height:29px;
    font-size:12px;
    font-style:normal;
    margin:0px;
    padding:0px 10px 0px 15px;
    text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
    /*background:#2580a2 url('../images/hover_sub.gif') center left no-repeat;*/
    border:0px;
    text-decoration: underline;
    color: #00FF66;
}
.menu p{
    clear:left;
}

#ajax_loader{
    margin: 0 auto;
    left: 570px;
    top: 0;
    text-align: center;
    display: none;
    position: fixed;
    height: 20px;
    padding-left: 5px;
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 6px;
    color: #000000;
    background-color: #fcffaa;
    width: 190px;
    z-index: 9999;
}


.floatLayer{
    height: auto;
    width: auto;
    display: none;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #000000;
    font-size: 13px;
    top: 32%;
    z-index: 9999;
    position: fixed;
    margin: 0 auto;
    left: 32%;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}