/* jumpstar */

body {
	background-color: #ced1ce;
	margin: 0;
	padding: 0;
	font: normal 11px Arial, Verdana;
	line-height: 18px;
	color: #000000;
	background-image:url(../images/bg_page.gif);
	background-repeat: repeat-y;
	background-position: top;
}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #000000;
}

a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #000000;
}

a:hover, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #666666;
}

h1 { 
	font: bold 14px Arial, Verdana;
	color: #3c83bb;
}

h2 { 
	font: normal 12px Arial, Verdana;
	color: #3c83bb;
}

h3 { 
	font: bold 12px Arial, Verdana;
	color: #000000;
}

/* Home Page Stucture */

#home_container {
	width: 986px;
	height: 800px;
	margin: 0 auto;
	background-image:url(../images/bg_homepage.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #585858;
}

#main_nav {
	width: 906px;
	height: 12px;
	text-align: right;
	text-transform: uppercase;
	font: bold 11px Arial;
	color: #6c6c6c;
	padding: 138px 80px 5px 0;
	border: solid 0px red;
	
}

#main_nav a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6c6c6c;
}

#main_nav a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6c6c6c;
}

#main_nav a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #6c6c6c;
}

#MainBanner
{
  width: 986px;
	height: 300px;	
	margin:0px;
	padding:0px;
	background-image:url(../images/main_banner.jpg);
}

#home_boxes {
	width: 640px;
	height: 195px;
	float: left;
	border: solid 0px red;
	
}

.left {
	width: 240px;
	height: 165px;
	float: left;
	margin: 0 0 0 45px;
	padding: 0px 0 20px 0;
	border: solid 0px red;
	
}

.right {
	width: 240px;
	height: 165px;
	float: right;
	margin: 0 30px 0 0;
	padding: 0px 0 20px 0;
	border: solid 0px red;
	
}

#login_box {
	width: 260px;
	height: 165px;
	margin: 0 50px 0 0;
	padding: 14px 0 20px 0;
	float: right;
	border: solid 0px red;
	
}

#footer {
	width: 986px;
	height: 30px;
	text-transform: none;
	text-align: center;
	clear: both;
	color: #ffffff;
	background-image:url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left;
	border: solid 0px red;
	
}

#footer a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #ffffff;
}

#footer a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #ffffff;
}

#footer a:hover, a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #ffffff;
}

.share_link {
	margin: 10px 0 0 100px;
	
}

/* Sub Page Stucture */

#sub_container {
	width: 986px;
	height: 680px;
	margin: 0 auto;
	background-image:url(../images/bg_subpage.jpg);
	background-repeat: no-repeat;
	background-color: #585858;
}

#text_subpage {
	width: 845px;
	height: 485px;
	text-align: justify;
	padding: 40px 0 0 70px;
	border: solid 0px red;
	
}

#text_subpage_legal {
	width: 945px;
	height: 558px;
	text-align: justify;
	padding: 20px 0 0 20px;
	border: solid 0px red;
	
}

/* Sub Page with Pic Stucture */

#sub_wpic_container {
	width: 986px;
	height: 680px;
	margin: 0 auto;
	background-image:url(../images/bg_subpage_wpic.jpg);
	background-repeat: no-repeat;
	background-color: #585858;
}

#text_subpage_wpic {
	width: 460px;
	height: 485px;
	text-align: justify;
	padding: 40px 0 0 70px;
	border: solid 0px red;
	
}

div.scroll {
height: 430px;
width: 845px;
overflow: auto;
border: 1px solid #ffffff;
background-color: #ffffff;
padding: 8px;
}
