* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
body {
	margin: 0px;
	font-size:95%;
}
a {
	text-decoration:none;
}
img{
	border:none;
}
h1 {
	font-size:150%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:130%;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:110%;
}
p {
	margin-bottom:10px;
	display:block;
	width:100%;
}





#main {
	width:100%;
}
#top {
	width:75%;
	margin:0 auto;
	height:80px;
}
#top img {
	float:left;
}
#top div {
	float:right;
}

#header{
	border-top:1px solid #666699;
	text-align:center;
	background:#e3e3e3 url(images/NavBG.png) repeat-x bottom left;
}
#header ul {
	height:40px;
	margin:0 auto;
	width:75%;
	list-style:none;
}
#header li {
	float:left;
	margin-bottom:11px;
}
#header li a {
	color:#000;
	display:block;
	border-right:1px groove #7e7e7e;
	padding:5px 16px 4px 16px;
	height:20px;
}
#header li a:hover{
	background-image:url(images/top_background.png);
	background-repeat:repeat-x;
}
#header li a.current {
	background-image:url(images/top_background.png);
	background-repeat:repeat-x;
	border-left:1px groove #7e7e7e;
	padding:8px 16px 8px 16px;
	border-right:1px groove #7e7e7e;
}
#header li.home{ border-left:1px groove #7e7e7e;}


#doc {
	width:75%;
	margin:1px auto;
	padding:15px;
	min-height:500px;
}



#footer {
	background-color:#00070c;
	width:100%;
	padding:10px 0;
}
#footer div {
	margin:0 auto;
	width:75%;
	color:#fff;
}


ul.tick {
	margin:0 0 0 5px;
	padding:0;
	display:block;
}
ul.tick li {
	background: #fff url(images/tick.png) no-repeat left center;
	border:none;
	margin:0;
	list-style:none;
	padding:7px 7px 7px 40px;
}


/*  the following are used for spacing and layouts */
.containing {
	display:block;
	clear:both;
}
.padded {
	margin:10px 10px 25px 10px;
}
.dLeft {
	float:left;
}
.dRight {
	float:right;
}

.left50 {
	width:50%;
	float:left;
}
.right50 {
	width:45%;
	float:right;
}
.left60 {
	width:55%;
	float:left;
}
.right40 {
	width:40%;
	float:right;
}
.left70 {
	width:65%;
	float:left;
}
.right30 {
	width:30%;
	float:right;
}
.clearer {
	clear:both;
}




.smaller {
	font-size:80%;
}
.justify {
	text-align:justify;
}
.hidden {
	display:none;
}

.green {
	color:#5d9402;
	text-transform:capitalize;
}
.red{
	color:#f56300;
	text-transform:capitalize;
}
.gray {
	color:#098be9;
	text-transform:capitalize;
}


.box {
	border:dotted 2px #cfcfcf;
	padding:3px 6px 6px 6px;
	margin:5px 0 5px 0;
}

.underlined {
	border-bottom:dotted 2px #cfcfcf;
	margin-bottom:10px;
}

p.inside {
	margin-bottom:1px;
	border:1px solid black;
}
.block {
	margin:0px;
	display:block;
}


.lined {
	text-transform:capitalize;
	padding:10px 0 10px 0;
	width:100%;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	text-align:center;
}


/*   the following classes are for styling form and form elements */
label {
	text-align:right;
	width:200px;
	float:left;
	padding-right:5px;
	display:inline;
}
.padTop5 {
	margin-top:10px;
}
input {
	padding:3px;
}
input.wider {
	width:25%;
}
.field {
	padding:1px;
	margin-top:2px;
}
label.short {
	width:45%;
	padding:0 5px 0 0;
	font-weight:bold;
	text-decoration:underline;
}

.MessageContainer {
	margin-top:20px;
	font-size:75%;
}
.button {
	width:100%;
	font-size:110%;
	font-weight:bold;
}



.dgHeader {
	border-top:1px solid #666699;
	background:#e3e3e3 url(images/NavBG.png) repeat-x top left;
	font-weight:bold;
	font-size:90%;
}
.dgHeader td {
	padding:3px;
}

.dgItem, .dgAlt {
	font-size:90%;
}
.dgItem td, .dgAlt td{
	padding:3px;
}