/* Global Styles */

body {
	margin:0px;
	background-color: #E5E5E5;
	}
	
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; color: #032550;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #032550;
	padding-right: 15px;
	padding-left: 15px;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #AB2123;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #007854;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	}
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #6666CC;
	text-decoration:underline;
	}
	
a:hover {
	color: #CC3366;
	text-decoration:none;
	}
	
li {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 list-style-type: square;
}

	
/* ID Styles */
#bodylink a {
	color: #000099;
	text-decoration:underline;
	}
	
#navigation a {
	color: #043572;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: georgia;
	font-size: 12px;
	border-top-width: 1pt;
	border-bottom-width: 0pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8E9DC6;
	border-right-color: #8E9DC6;
	border-bottom-color: #8E9DC6;
	border-left-color: #8E9DC6;
	}
	
#navigation a:hover {
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #DBDFEC;
	border-top-width: 0pt;
	border-bottom-width: 0pt;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat {
	color:#99CCFF;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	font-family: georgia;
	font-size: 12px;
	}
 