#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0068b4;
	border:1px solid navy;
	padding-left:3px;
	padding-right:2px;
	padding-top:2px;
	width:760px;
	margin: 0 auto;
	text-align:left;
}	

body {
font-family: Arial, helvetica, sans-serif;
font-size: 11px;
color: #0068b4;
background: #FFF;
text-align: left;
margin: 0px;
}

table {
font-family: Arial, helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #0068b4;
}

TD.topbar {
background-image: url('../NewSite/css/images/topbar.gif');
font-size: 11px;
font-family : Arial;
color : #034EA2
}

TD.topbg {
background-image: url('../NewSite/css/images/topbg.gif');
font-size: 11px;
font-family : Arial;
color : #000080
}

#menu ul

{
margin-left: 0px;
padding-left: 6px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin:0px;
}

#menu a
{
display: block;
padding: 2px;
width: 164px;
background-color:#F6F6F6;
border-bottom: 1px dotted #999;
}

#menu a:link, #menuitems a:visited
{
color: #4A6284;
text-decoration: none;
font-weight:bold;
}

#menu a:hover
{
background-color: #FFF;
color: #CCC;
font-weight:bold;
}

input.search
{
height: 17px;
background-color: #FFDE9B;
border: solid #999999;
border-width: 1px;
font-family: Arial;
color: rgb(0,0,70);
font-size: 11px;
}

h1,h2,h3,h4,h5,h6 {
	color:#034ea2;
}	

A:link {
color: #000080;
text-decoration: none;
}

A:visited {
color: #000080;
text-decoration: none;
}

A:active {
color: #000080;
text-decoration: none;
}

A:hover {
color: #333333;
text-decoration: none;
}

A.dark:link {
color: #000080;
text-decoration: none;
}

A.dark:visited {
color: #000080;
text-decoration: none;
}

A.dark:active {
color: #000080;
text-decoration: none;
}

A.dark:hover {
color: #333333;
text-decoration: none;
}

TD {
font-size: 11px;
font-family : Arial;
}

P {
font-size: 11px;
font-family : Arial;
}


P.dark {
font-size: 12px;
font-family : Arial;
}

TD.smaller {
font-size: 11px;
font-family : Arial;
color : #000080;
}

P.smaller {
font-size: 11px;
font-family : Arial;
color : #000080;
}

TD.mincart {
font-size: 10px;
font-family : Arial;
}

P.mincart {
font-size: 10px;
font-family : Arial;
}

HR {
height: 1px;
color: #999999;
}

fieldset {
	margin:1em 0;
	padding: 1em;
	border: 0.1em solid black;
/*	background:#f8f8f8; */
}

legend {
	font-weight:bold;
	color:#034ea2;
}

label {
	float:left;
	width:10em;
	padding-right:0.2em;
}

input[type="text"] {
	width:20em;
}

input.LongText {
width:auto;
}


input.radio, input.submit,input.checkbox {
	width:auto;
}
input.radio {	
	float:left;
	margin-right: 1em;
}	

textarea {
	width:30em;
	height:10em;
}



input.DateInput {
	width:10em;
}

input.IntInput {
    width:3em;
}    

label.DateLabel2 {
	width:3em;
	float:none;
	vertical-align:top;
}

.InputNoFormat
{
width:auto;
}

label.Survey {
	float:left;
	padding-right:0.2em;
	width:100%;
}

input:focus,textarea:focus {
	background-color:#ccc;
}

.ContactLabel {
	font-weight:bold;
	width:10em;
	text-align:left;
	float:left;
	margin:0;
}

.ContactDetail {
	font-weight:normal;
	text-align:left;
	float:left;	
	margin:0;
	margin-bottom:0.7em;

}