/* Main Styles */
body {
	background-color: #0a1547;
	font-family: Times, serif;
}
a:link {
	color: #183096;
}
a:visited {
	color: #10257e;
}
a:hover {
	color: #334dbd;
	text-decoration: underline;
}
a:active {
	color: #183096;
}

/* Navigation Links */
a.header:link {
	color: #D6D3DE;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .75px;
}
a.header:visited {
	color: #C2C0CF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .75px;
}
a.header:hover {
	color: #C2C0CF;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: .75px;
}
a.header:active {
	color: #D6D3DE;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .75px;
}
.navbgrnd {
	background-image: url('../images/nav_bar.jpg');
	background-repeat: repeat-x;
}
.navtable {
	border-right : double #475392;
}
.navtable1 {
	border-left : double #475392;
	border-right : double #475392;
}

/* Content Tables */
.textbody {
	background-image: url(../images/text_bgrnd.jpg);
	border-left : double #0a1547;
	border-right : double #0a1547;
}
.textbodyth {
	background-color:#e9e5f3;
	border-left: double #0a1547;
	border-right: double #0a1547;
	border-bottom: double #0a1547;
	border-top: solid #0a1547;
}
.textbodytdright {
	border-left: solid 1px #0a1547;
	border-right: solid 1px #0a1547;
	border-bottom: solid 1px #0a1547;
}
.breadcrumb {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #21315d;
	line-height: normal;
}
.sidebar {
	background-color: #334d91;
	color: #D6D3DE;	
}
.sidebarh1 {
	background-color: #334d91;
	color: #D6D3DE;	
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: .75px;
}
.sidebarh2 {
	background-color: #334d91;
	color: #D6D3DE;	
	font-weight: bold;
	letter-spacing: .75px;
}
.sidebaraccent {
	background-image: url('../images/vert_bars.jpg');
	background-repeat: repeat-y;
}
.rightbar {
	background-color: #21315d;
	margin-bottom: 40px;
	margin-top: 40px;
}
a.sidebar:link {
	color: #D6D3DE;
	text-decoration: none;
}
a.sidebar:visited {
	color: #C2C0CF;
	text-decoration: none;
}
a.sidebar:hover {
	color: #C2C0CF;
	text-decoration: underline;
}
a.sidebar:active {
	color: #D6D3DE;
	text-decoration: none;
}



/* Footer */
.disclaimer {font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
a.disclaimer:link {
	color: #e9e5f3;
	text-decoration: underline;
}
a.disclaimer:visited {
	color: #ceccd8;
}
a.disclaimer:hover {
	color: #ceccd8;
	text-decoration: underline;
}
a.disclaimer:active {
	color: #334dbd;
	text-decoration: none;
}

