/* Global Styles */

body {
	margin:0px;
	background-color: #BFE2F9;
	}

td {
	color:#000000;
	font-family: arial;
	font-size: 12px;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
p {
	margin: 5px;
	padding: 8px;
	}	
	
/* ID Styles */

#navigation a {
	color: #00699C;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	display:block;
	padding-left: 28px;
	margin: 8px;
	}
	
#navigation a:hover {
	color: #336699;
	font-weight:bold;
	background-image:url(Images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 28px;
	}

#navigation a:visited {
	color: #808080;
	text-decoration:none;
	padding-left: 28px;
	}
		

/* Class Styles */

.tagline {
	font:20px arial;
	color: #0066CC;
	font-style:italic;
	letter-spacing:.2em;
	padding: 5px;
	}

.smallText {
	font:12px arial;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px arial;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:14px arial;
	color:#000000;
	line-height:18px;
	}
	
.pageName {
	font:20px arial;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:20px arial;
	color: #003399;
	font-weight:bold;
	line-height:22px;
	letter-spacing:.1em;
	}
	
.navText {
	font:14px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.navAct {
	color: #0066CC;
	font-weight:normal;
	font: 12px Arial, Helvetica, sans-serif;
	background-image:url(Images/bullet_active.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 28px;
	display:block;
	margin: 8px;
	}
	
.tableinside {
	background-color: #FDFAE3;
	}	
	
.listnoBull {
	list-style:none;
	list-style-type:none;
	}	
	
.shadeLeft {
	background-image: url(Images/shadow-left1.gif);
	background-repeat:repeat-y;
	}

.shadeRight {
	background-image: url(Images/shadow-right1.gif);
	background-repeat:repeat-y;
	}	

.borderBottom {
	border-bottom:#CCC 2px solid;
	}

.borderRight {
	border-right: #CCC 1px solid;
	}			