/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.5;	
	margin: 0px 5px;
	padding: 0px;
	font-size:13px;
	background: #000000 url(../images/background.gif) repeat-y 50% 0;
}

p { margin: 0px 0px 10px 0px; }
td { vertical-align:top }
ul { list-style-type: square; padding: 0px 0px 0px 0px; margin: 0px 0px 13px 2px; }
ol { padding: 0px 0px 0px 0px;  margin: 0px 0px 0px 7px; }
li { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 15px; }
input { margin: 2px 0px 2px 0px; }
a:link, a:visited, a:hover { color: #006699; text-decoration: none; }
a:hover { text-decoration: underline; }


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 185%;
 color: #114988;
 font-weight: bold;
 line-height: 1.5;
 border-bottom: 1px solid black;
 margin-bottom: 10px;
}

h2{
 font-size: 185%;
 color: #114988;
 font-weight: bold;
 line-height: 1.5;
 margin-bottom: 10px;
}



h3{
 font-size: 140%;
 font-weight: normal;
 color: #114988;
 font-family: Georgia, "Times New Roman", Times, serif;
 line-height:1.6;
}
h4{
 font-size: 100%;
 color: #000000; 
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

img { border: none; }

.morelink {font-size: 10px; color:#006699; }
a.morelink { font-size: 10px; color: #006699; }
a.morelink:hover { text-decoration: underline;}

.notes { font-size: 10px; color: #666666; }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin-left: auto;
	margin-right: auto;
	width:777px;
	height:100%;
	background-color:#000000;
	padding:0px 0px;
	background: #000000 url(../images/background.gif) repeat-y 50% 0;
	border: 0px;
}

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 778px;
}

#sideBar{
	margin: 0;
	padding: 0px 0px;
	background-color: #F5EFE0;
	width: 179px;
	height:100%;
}

#content{
	float: right;
	width: 64%;
	height:100%;
	margin: 0;
	padding: 20px 35px 20px 25px;
	background-color: #ffffff;
}

#primaryContent {
	width: 86.1%;
	height:100%;
	margin: 0;
	padding: 20px 35px 20px 45px;
	background-color: #ffffff;
}

#subcontent{
	width: 86.1%;
	height:100%;
	margin: 0;
	padding: 20px 35px 20px 45px;
	background-color: #AFABB3;
}

.floatbox {
	float:right; 
	width:200px; 
	margin: 0px 0px 15px 35px; 
	padding: 8px 10px 8px 10px; 
	border:1px solid black;
}

/***********************************************/
/* Navigation Divs                             */
/***********************************************/

#navcontainer { width: 195px; 
	background-color:#F5EFE0;}
#navcontainer ul { 
	margin: 0; padding: 0; list-style-type: none; color: #000;
	font-family:Georgia, "Times New Roman", Times, serif; font-size : 12px;
	line-height : 19px; }
#navcontainer a { 
	display: block; padding: 0px; width: 194px; color:#4E1514;
	background-color: #F5EFE0; border-bottom: 1px solid #aeaeae;}
#navcontainer li { list-style: none; margin:0; padding:0; line-height:2.1; }
#navcontainer a:link, #navcontainer a:visited { text-decoration: none; }
#navcontainer a:hover { background-color: #FFFCF4;}

a.navigation { color: ##0f0f0f;}
a.navigation:hover {##006699; text-decoration:none;}

#login { padding: 6px 4px 6px 13px; border-bottom: 1px solid #aeaeae; background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif; font-size : 12px;  width: 179px; }

#members { width: 195px; 
	background-color:#D9D2C3;}
#members ul { 
	margin: 0; padding: 0; list-style-type: none; color: #000;
	font-family:Georgia, "Times New Roman", Times, serif; font-size : 12px;
	line-height : 19px; }
#members a { 
	display: block; padding: 0px;	width: 194px; color: #4E1514;
	background-color: #D9D2C3; border-bottom: 1px solid #aeaeae;}
#members li { list-style: none; margin:0; padding:0; line-height:2.1; }
#members a:link, #members a:visited { text-decoration: none; }
#members a:hover { background-color: #FFFCF4;}


