body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-size: 62.5% /* 16px × 62.5% = 10px */;
}

html,body { width: 100%; height: 100%; }
/* Do not forget this is applied to both HTML and BODY */

p	{ font-size: 1.2em; color: #000000; line-height: 1.6em; }
	
p blockquote	{margin: 5px; }	
	
a:link, a:visited	{ font-size: 1.2em; color: #000000; text-decoration: underline; padding: 5px; }
	
a:hover { font-size: 1.2em; color: #ac2a2b; text-decoration: none; background:#fff  url(jwrImages/chromebg.gif) repeat-y; padding: 5px;}

a:active { font-size: 1.2em; color: #ac2a2b; text-decoration: none;}


	

	
h1	{
	color:#AC2a2B;
	font-size: 1.8em;
	font-weight: bold;
	}
	
h2	{
	color:#AC2a2B;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	}

h3	{ color:#000000; font-size: 1.2em; font-weight: bold; line-height: 1.6em; }
	
h4	{ color:#000000; font-size: 0.8em; }

h5	{
	color:#000000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	}



img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}

.textRight	{
	text-align:right;
}


#horizontalContainer	{
	background-image: url(jwrImages/sub.Gradient.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 760px;
	position: relative;
	min-height: 100%;
	overflow: auto;
	}

#header	{
	width: 760px;
	z-index: 2;
	background-image: url(jwrImages/sub.Header.gif);
	background-repeat: no-repeat;
	}

#header	span	{
	margin-left: 100px;
}

#navHor ul {
	width: 760px;
	background-color: #999;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	left: 0px;
	border-top-width: 1px;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 10px 0 10px 0;
	}

#navHor ul li { display: inline;  }

#navHor ul li a {
font-size: 1.3em;
text-decoration: none;
color: #000;
padding: 0 30px 0 30px;
}

#navHor ul li a:hover {
font-size: 1.3em; color: #ac2a2b; text-decoration: none; background:#fff  url(jwrImages/chromebg.gif) repeat-y; 
	padding: 0 30px 0 30px; 
	}	





	



/*start drop down*/

#menu {
	width: 255px;
	height: 436px;
	float: left;
	z-index: 10;
	margin: 0 auto 0 auto;
	padding-top: 30px;	
	list-style-type: none;
	background-image: url(jwrImages/sub.Abstract.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	position: relative;
	}

#menu a {
	display: block;
	margin: 0;
	text-align: right;
	line-height: 30px;
	text-decoration: none;
	font-size: 1.3em;
	}
	
#menu a:hover	{
	background-color: #fff;
	background-image: url(jwrImages/chromebg.gif);
	background-repeat: repeat-y;
	font-size: 1.3em;
	}
	

#menu ul	{
	list-style:none;
	margin:0;
	padding:0;
	z-index: 500;
	height: 45px;
	}
	
#menu li	{
	position: relative;
	width: 155px;
	}
	
#menu ul ul	{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 500;
	}
	
#menu ul ul ul	{
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 500;
	}	
	

	
#menu ul ul li	a	{
	text-align: left;
	width: 225px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	background-color: #333;
	color: #fff;
	line-height: 15px;
	z-index: 500;
	}
	
#menu ul ul li	a:hover	{
	text-align: left;
	width: 225px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	color:#000;
	z-index: 500;
	}
	


	
	
div#menu ul li:hover ul,
div#menu	ul ul li:hover ul	{
	display: block;
	}
	
	
div#menu ul ul,
div#menu ul li:hover ul ul	{
	display: none;
	}



/* end drop down menu*/



#youarehere	{
	background:#FFF url(jwrImages/chromeYouAreHere.gif) repeat-y;
	padding-right: 5px;
	}

#content	{
	min-height: 100%;
	float: right;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 2;
	padding-bottom: 10px;
	}		


#footer	{
	width: 760px;
	position: relative;
	bottom: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 1em;
	padding-bottom: 2px;
	background-color: #999999;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	}
	

