body {
	background: #fff url(images/main/bg.gif) top left repeat;  
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	text-align: center;
}
html, body {
	margin: 0;
	padding: 0;
}
A:link {
	COLOR: #4D7482;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #4D7482;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #9CAA86;
	TEXT-DECORATION: underline;
}
A:active {
	COLOR: #A0B7BF;
	TEXT-DECORATION: underline;
}
/* ---[ colors ]------------------------------- */

.white {
	background: #FFF;
	}
.blue {
	background: #A0B7BF;
	}
.dk-blue {
	background: #4D7482;
	}
.md-blue {
	background: #ABCBD9;
	}
.lt-blue {
	background: #D4DFEB;
	}
.brown {
	background: #9CAA86;
	}
.grey {
	background: #E6E6E6;
	}

TABLE {

border-collapse: collapse 
}
H4 {
	color: #A0B7BF;
	font-size: x-small;
	text-align: left;
}
#layoutTable {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 760px;
	border-left: 2px solid #D4DFEB;
	border-right: 2px solid #D4DFEB;
	border-bottom: 2px solid #D4DFEB;
}
#content {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	padding: 5px;
	line-height: 1.5em;
	margin-left: 15px;
}

#content H1 {
	font-size: small;
	color: 9CAA86;
	margin-top: 5px;
}
#content H2 {
	font-size: x-small;
	padding: 10px;
	line-height: 1.5em;
	margin-left: 20px;
}
#content H3 {
	font-size: x-small;
	padding: 10px;
	line-height: 1.5em;
	margin-left: 20px;
}
#content H4 {
	color: #A0B7BF;
	font-size: x-small;
	padding: 10px;
	line-height: 1.5em;
	text-align: center;
}
#content UL {
	list-style-image: url("images/bullets/diamond.gif");
	MARGIN-TOP: 10px; 
	MARGIN-BOTTOM: 15px; 
	MARGIN-LEFT: 25px; 
	PADDING: 0px
	}

.smallContent {
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	padding: 10px;
	line-height: 1.5em;
	}

.text {
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	padding: 10px;
	line-height: 1.5em;
	}

#white {
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	color: #fff;
	line-height: 1.5em;
	}

#white A:link {
	COLOR: #fff;
	TEXT-DECORATION: underline;
}

#white  A:visited {
	COLOR: #fff;
	TEXT-DECORATION: underline;
}
#white  A:hover {
	COLOR: #fff;
	TEXT-DECORATION: underline;
}
#white  A:active {
	COLOR: #fff;
	TEXT-DECORATION: underline;
}

#white UL {
	MARGIN-TOP: 10px; 
	MARGIN-BOTTOM: 15px; 
	MARGIN-LEFT: 25px; 
	PADDING: 0px
	}
#white LI {
	list-style-image: url("images/bullets/dot.gif");
	padding-right: 5px;
	}
#subnav {
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	color: #fff;
	line-height: 1.5em;
	}

#subnav A:link {
	COLOR: #fff;
	TEXT-DECORATION: underline;
}

#subnav  A:visited {
	COLOR: #fff;
	TEXT-DECORATION: underline;
}
#subnav  A:hover {
	COLOR: #fff;
	TEXT-DECORATION: underline;
}
#subnav  A:active {
	COLOR: #fff;
	TEXT-DECORATION: underline;
}

#subnav UL {
	list-style-type: none; 
	text-align:right;
	MARGIN-TOP: 10px; 
	MARGIN-BOTTOM: 15px; 
	MARGIN-LEFT: 0; 
	}
#subnav LI {
	PADDING-right: 10px;
	PADDING-top: 5px
	}
/* ---[ line formatting ]------------------------------- */

HR {
	color: #A0B7BF;
	background-color: #A0B7BF;
	border: 0px;
	height: 1px;
}
HR.dash {
	border: none 0;
	border-top: 1px dashed #A0B7BF;/*the border*/
	height: 1px;
}
HR.dot {
	border-bottom: 1px dotted #A0B7BF;
}
