﻿/*DOM Based Style*/
.he_me_linkitem a
{
	color:#FFF;
}
body 
{
	border:0px;
	margin:0px;
    background-color:#ffffff;
	font-family:calibri, arial, helvetica, sans serif;
	font-size:11pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#68554A;
}
p
{
    margin-left:5px;	
}
/*Class Based Style*/
.he_me_linkitem
{
	background-color:#556868;
	margin-left:30px;
	margin-right:30px;
}

/*ID Based Style*/
#body
{
	width:800px;
	padding-top:30px;
	padding-bottom:15px;
    padding-left:10px;
	padding-right:25px;
}
#bodycontainer
{
	margin:0 auto;
	width:800px;
}
#header
{
	width:100%;
	height:300px;
	background-color:#a5b5b5;
	background-image:url("../images/header_gradient.png");
	background-repeat:repeat-x;
}
#he_graphiclayer
{
    height:200px;
	background-image:url("../images/header_photos.png");
	background-repeat:no-repeat;
	background-position:center;
    width:100%;
}
#he_menubar
{
	width:100%px;
	height:17px;
    color:#B5ABA5;
    background-color:#556868;
    font-size:10pt;
}
#he_me_internal
{
    width:800px;	
	margin:0 auto;
	text-align:center;
}
#he_topgraphics
{
	width:100%;
	height:131px;
	margin-bottom:5px;
	background-image:url("../images/headerbar.png");
	background-position: 0px -20px;
	background-repeat:no-repeat;
}
#he_to_accessibility
{
	float:right;
	margin-top:3px;
	margin-right:3px;
	text-align:right;
	font-size:9pt;
}
#he_to_logo
{
	float:left;
	padding:3px;
	width:238px;
	height:125px;
	margin-left:50px;
	background-image:url('../images/jcsc-logo.jpg');
	background-repeat:no-repeat;
	background-position:3px;
}

