/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color:#fcd198;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	border:none;
}
#top_bar {
	position:absolute;
	top:0px;
	left:0px;
	height:10px;
	width:100%;
	background-color:#fca635;
}
#title_bar {
	position:absolute;
	top:10px;
	left:0px;
	height:121px;
	width:100%;
	background-color:#fcd198;	
}
#main_body {
	position:absolute;
	top:131px;
	left:0px;
	height:471px;
	width:100%;
	background-image:url(../images/bg_grad.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#f4f4f4;
}
#color {
	position:absolute;
	top:250px;
}
#main {
	position:relative;
	top:10px;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	border:1px solid #cccccc;
	height:590px;	
}
#sub_nav {
	position:absolute;
	top:150px;
	width:100%;
	height:20px;
	border-bottom:1px solid #cccccc;	
}
#main_title_bar {
	position:relative;
	top:0px;
	left:150px;
	width:630px;
	height:120px;
	background-image:url(../images/j_j_header.jpg);
	background-repeat:repeat-x;
	
}
#title, #title_2, #title_3, #title_4, #title_5, #title_6, #title_7, #title_8 {
	position:absolute;
	font-size:30px;
	letter-spacing:3px;
}
#title_2, #title_3, #title_4, #title_5, #title_6, #title_7, #title_8 {
	color:#2303a9;
}
#title {	 
	top:20px;
	left:25px;
	color:#fcd198;
}
#title_2 {
	top:19px;
	left:24px;
}
#title_3 {
	top:19px;
	left:26px;
}
#title_4 {
	top:21px;
	left:24px;
}
#title_5 {
	top:21px;
	left:26px;
}
#title_6 {
	top:22px;
	left:27px;	
}
#title_7 {
	top:23px;
	left:28px;	
}
#title_8 {
	top:24px;
	left:29px;	
}
#sub_title, #sub_title_2, #sub_title_3, #sub_title_4, #sub_title_5, #sub_title_6, #sub_title_7, #sub_title_8 {
	position:absolute;
	font-size:23px;
	letter-spacing:3px;
}
#sub_title_2, #sub_title_3, #sub_title_4, #sub_title_5, #sub_title_6, #sub_title_7, #sub_title_8 {
	color:#2303a9;
}
#sub_title {	 
	top:65px;
	left:25px;
	color:#fcd198;
}
#sub_title_2 {
	top:64px;
	left:24px;
}
#sub_title_3 {
	top:64px;
	left:26px;
}
#sub_title_4 {
	top:66px;
	left:24px;
}
#sub_title_5 {
	top:66px;
	left:26px;
}
#sub_title_6 {
	top:67px;
	left:27px;	
}
#sub_title_7 {
	top:68px;
	left:28px;	
}
#sub_title_8 {
	top:69px;
	left:29px;	
}
#title_6 {
	color:#39677b;
	color:#305e73;
}
#title_7 {
	color:#4c7d93;
	color:#40778f;
}
#title_8 {
	color:#5d93ab;
	color:#4e8ca7;
}
#sub_title_6 {
	color:#305e73;
}
#sub_title_7 {
	color:#40778f;
}
#sub_title_8 {
	color:#4e8ca7;
}
#top_nav {
	position:absolute;
	top:119px;
	width:100%;
	height:20px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-image:url(../images/nav_grad_1.jpg);
	background-repeat:repeat-x;	 
}
#top_nav ul {
	list-style:none;
}
#top_nav ul li {
	float:left;
}
#top_nav ul li a {
	text-decoration:none;
	color:white;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 3px 5px;
	border-right:1px solid #cccccc;	
}
#top_nav ul li a:hover {
	background-color:#376c94;
}
#top_nav ul li #active_a_nav {
	background-color:#376c94;
}
#sub_nav {
	position:absolute;
	top:141px;
	width:100%;
	height:20px;
	border-bottom:1px solid #cccccc;
	background-image:url(../images/nav_grad_2.jpg);
	background-repeat:repeat-x;	
}
#sub_nav ul {
	list-style:none;
}
#sub_nav ul li {
	float:left;
}
#sub_nav ul li a {
	text-decoration:none;
	color:white;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 3px 5px;
	border-right:1px solid #cccccc;
}
#sub_nav ul li a:hover {
	background-color:#2a5065;
}
#sub_nav ul li #active_a_sub {
	background-color:#2a5065;
}
#footer_bar {
	position:absolute;
	bottom:0px;
	left:0px;
	height:20px;
	width:100%;
	background-color:#fca635;
	z-index:10;
	border-top:1px solid #cccccc;
} 
#close {
	cursor:pointer;
	float:right;
	z-index:10;
}
#footer_center {
	width:780px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}
#footer_center p {
	float:left;
	font-size:11px;
	color:#f4f4f4;
	line-height:20px;
}
#main_content {
	position:absolute;
	top:162px;
	left:0px;
	width:780px;
	height:405px;
	background-image:url(../images/top_grad.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-top:1px solid #cccccc;
}
#bottom_grad {
	position:absolute;
	top:549px;
	width:100%;
	height:20px;
	background-image:url(../images/bottom_grad.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#content_footer {
	position:absolute;
	top:569px;
	width:100%;
	height:20px;
	border-top:1px solid #cccccc;	
	background-image:url(../images/nav_grad_1.jpg);
	background-repeat:repeat-x;
}
#main_content a {
	text-decoration:none;
	color:#FB9613;
}
#main_content a:hover {
	text-decoration:underline;
	color:#d04a10;
}
#date {
	border:none;
	font-size:11px;
	line-height:13px;
	position:relative;
	top:-2px;
	
	background-color:#fca635;
	color:white;
}


