html,body {
	border:0 none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	height:100%;
	margin:0;
	padding:0;
	width:99%;
	color: black;
	background-color: #EAEAEA;
}

body {
	height:100%;
}

h1,h2,h3,h4,h5,h6 {
	color:#0488CB;
	padding:0px;
	font-family:Arial;
	margin:0px;
}

p {
	margin:0px;
	padding:0px;
	padding-bottom:1.3em;
	line-height:1.5em;
}

ul {
	margin-top:0px;
}

img {
	border:medium none;
	margin:0;
	padding:0;
}

a {
	color:#0488CB;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

td,th {
	border:1px solid #C0C0C0;
	vertical-align:top;
}

table {
	border-collapse:collapse;
	margin-bottom: 1em;
}

td,th {
	padding:2px 5px;
}

input,select,textarea {
	border:1px solid #C0C0C0;
	font-size:0.8em;
}

#logindiv {
 float:right;
 font-size:0.8em;
}

#logindiv table tr td {
	border:0px;
	padding:0px;
	margin:0px;
	padding-right:4px;
}

.code {
	font-family:courier;white-space:pre
}

.container {
	position:relative; /* needed for footer positioning*/	
	height:auto !important; /* real browsers */
	height:99%; /* IE6: treaded as min-height*/
	min-height:99%; /* real browsers */
	width:820px;
	margin-right:auto;
	margin-left:auto;
	background-color:white;
	border-left:3px solid #0488CB;
	border-right:3px solid #0488CB;
	padding-top:0px;
}

.menudiv {
	width:820px;
	min-width:820px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #C0C0C0;
	background-color: #EAEAEA;
	height:4.5em;
	font-family: arial;
	font-size:12px;
}

.contentdiv {
	width:750px;
	padding-left: 34px;
	padding-bottom:5em;
	padding-top:3em;
	background-color: white;
}

.footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	text-align:center;
	padding-bottom:10px;
}

.contentwrapper {
	/*padding-left:20px;*/
}

#menu1 {
	list-style-type:none;
	margin:0px;
	margin-top:1px;
	height:2.2em;
	padding:0px;
	padding-left: 15px;
	border-bottom: 1px solid #C0C0C0;
}

#menu1 li {
	float:left;
	padding:5px 0px;
}

#menu1 li a {
	padding:5px 35px;
	margin-right:3px;
	color: black;
}

#menu1 li a:hover {
	text-decoration:none;
	color:white;
	color: #0A558F;
}

#menu2 {
	list-style-type:none;
	margin:0px;
	margin-top:1px;
	height:2.2em;
	padding:0px;
	padding-left: 15px;
}

#menu2 li {
	float:left;
	padding:5px 0px 7px 0px;
}

#menu2 li a {
	padding:5px 15px;
	margin-right:3px;
	color: black;
	font-size:0.8em;
}

#menu2 li a:hover {
	
	text-decoration:none;
	color:white;
	color: #0488CB;
}

.bighead {
	font-weight:bold;
	font-size:14px;
}

.ult {
	text-decoration:underline;
	font-weight:bold;
}

.bigli {
	padding-top:0.2em;
	padding-bottom:0.2em;
}

.bigli2 {
	padding-top:0em;
	padding-bottom:1.5em;
}

.noline:hover {
	text-decoration:none;
}

.clLink {
	font-weight:bold;
	color:#C0C0C0;
}

.clLink:hover {
	color: red;
	text-decoration:none;
}

.contactusheader {
	font-weight:normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding-bottom:5px;
}

.testimonialbox {
	border:2px solid #0488CB;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:16px;
	position:relative;
	margin-bottom:2em;
}
.testimonialquote {
	padding-top:15px;
	font-family:Arial,Helvetica,Sans-serif,sans-serif;
	color:#748DA7;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
}
