

body {
	margin: 0px;
	background-color: #FFFFFF;
	
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
	
	Scrollbar-Face-Color:  #1D618C;
	Scrollbar-Arrow-Color: #FFFFFF;
	Scrollbar-Base-Color: #CCCCCC;
	Scrollbar-Shadow-Color: #660000;
	Scrollbar-Darkshadow-Color: #000000;
	Scrollbar-Highlight-Color: #ffffff;
	Scrollbar-3Dlight-Color: #9699B1;
	Scrollbar-Track-Color: #CCCCCC;
}

p {
	margin: 20px 0px 0px 0px;
	
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

h2 {
	font-family: times new roman, times, serif;
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0px;
	color: #000000;
}

h3 {
	margin-top: 20px;
	font-family: times new roman, times, serif;
	font-size: 14px;
	color: #000000;
}

h4 {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

table {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

td {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

blockquote {
	margin: 0px 0px 0px 50px;
	
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

ol {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;	
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

form {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
	}

input {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}
 
textarea {
	background-color: #e1e1e1;
	border: 3px double #cccccc;

}

select {
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;	
	
	font-family: times new roman, times, serif;
	font-size: 11px;
	padding: 3px;
}

A:link {
	color: #1D618C;
	text-decoration: underline;
}

A:active {
	color: #1D618C;
	text-decoration: underline;
}

A:visited {
	color: #1D618C;
	text-decoration: underline;
}

A:hover {
	color: #666666;
	text-decoration: none;
}


/* _____________CUSTOM CSS CLASSES_____________ */

.contentcell {
	padding: 0px 0px 0px 20px ;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.mainlink {
    padding-right: 0px;
    background-position: left 6px;
    margarin-top: 0px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../images/bullet.gif);
    padding-bottom: 0px;
    padding-top: 0px;
    background-repeat: no-repeat
}

.members-mainlink {
	color: #FFFFFF;
    padding-right: 0px;
    background-position: left 6px;
    margarin-top: 0px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../images/bullet.gif);
    padding-bottom: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
	color: #FFFFFF;
}

.small-mainlink {
    padding-right: 0px;
    background-position: left 6px;
    margarin-top: 0px;
    padding-left: 15px;
    background-image: url(../images/bullet.gif);
    padding-bottom: 0px;
    padding-top: 0px;
    background-repeat: no-repeat
}

.hp_nav {
	width: 589px;
}

.shadedBackground {
width: 100%;
padding:3px;
background-color: #EEEEEE;
border:1px solid #FFFFFF;
}
	
.unShadedBackground {
	background-color: #FFFFFF;
}

.bigtext {
	font-size: 16px;
}

hr {
	height: 1px;
	color: #CCCCCC;
	width: 85%;
}






