
.Shorts {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14;
	font-weight:bold;
	}
.mainBody {
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #020202;
	line-height: 20px;
	word-spacing: 0.25em;
	letter-spacing: .03em;
	text-align:left;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
   background:#ffffff;
}
body { font-family: Arial, Helvetica; background: #FFFFFF; color: #515151; }
#container {
   min-height:100%;
   position:relative;
   background:#efefef;
}
#header {
   background:#ffffff;
   padding:0px;
}
#body {
   padding:0px;
   padding-bottom:40px;   /* Height of the footer */
   text-align:center;

}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
   background:#efefef;
   text-align:center
}
#myinnercontainer {
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
 }
 #navbar {
	margin: 0;
	padding: 0;
	height: 1em; 
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:Bold;
	line-height: 20px;
	word-spacing: 0.25em;
	letter-spacing: .03em;}
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 8px 18px;
	color: #515151;
	text-decoration: none; }
#navbar li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #69f;}  
	
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 10;
	padding: 0; 
	Width: 250px;
	}
#navbar li:hover li {
	float: none; }
#navbar li:hover li a {
	background-color: #e0bf26;
	border-bottom: 1px solid #b39815;
	color: #515151; }
#navbar li li a:hover {
	background-color: #000000;
	border-bottom: 1px solid #515151;
	color: #ffffff; } 
#navbar li a:hover {
	color: #ffffff; } 
	
	
.mainBody {
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #020202;
	line-height: 20px;
	word-spacing: 0.25em;
	letter-spacing: .03em;
}
.mainBody2 {
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:BOLD;
	color: #000000;
	line-height: 20px;
	word-spacing: 0.25em;
	letter-spacing: .03em;
}
.mainBodyBold {
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #0d5384;
	line-height: 20px;
	word-spacing: 0.25em;
	letter-spacing: .03em;
}
.mainBodyBoldWhite {
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	line-height: 20px;
	word-spacing: 0.25em;
	letter-spacing: .03em;
}




a:link {color: #345969; text-decoration: underline; }
a:active {color: #b9ab7b; text-decoration: underline; }
a:visited {color: #345969; text-decoration: underline; }
a:hover {color: #907828; text-decoration: none; }

.ciuInput {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E4C66;
	font-weight: normal;
	width: 107px;
	background-color: ffffff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.ciuSubmit {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E4C66;
	font-weight: normal;
	width: 50px;
	background-color: E9E9E9;
	cursor:pointer;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}