/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;

    background-color:#CCCCCC
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	background-color: #CCCCCC;
	color:#333333;
	
}
#container
{
	width: 760px;
	background-color:#FFFFFF;
	color:#333333;
	line-height: 130%;
	font-size: 14px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top: 0px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	float: none;
}
#header_wrap 
{
	background:#697671;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}

#header {
	background: #C3CCC7 url(images/shell%20Trans.gif) no-repeat right center;
	width: 760px;
	line-height: 125px;
	margin: 0px auto 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}


#h1
{
	margin: 0px;
	color: #AFB3B4;
	font-size: 400%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	position: relative;
	left: 0px;
	top: -40px;
	font-weight: bold;
}
.header_capital_letter {
	font-size: 140%;
	font-weight: bold;
	color: #7D8B85;
	padding: 0px;
	top: 10px;
	position: relative;
}
#h2
{
	margin: 0;
	color: #AFB3B4;
	font-size: 400%;
	position: relative;
	top:23px;
	left: -100px;
	padding: 0;
	right: 0px;
}
#h4 {
	margin: 0;
	color: #FF0000;
	font-size: 160%;
	position: relative;
	top:-70px;
	left: 0px;
	padding: 0;
	z-index: 3;
	width: 500;
} 
/*---- the css for left column on the index page is included in the code for the page ie in the html-----*/
/*#leftnav
{
	float: left;
	width: 100px;
	margin: 0;
	padding: 1em;
	background-color: #FFFFFF;
}


/*---- the css for left column on the index page is included in the code for the page ie in the html-----*/
#content
{
	/*----------------{margin-left: 120px;}----------- see above-------*/
	padding: 1em 3.5em;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 25px;
}
#h3
{
	color:#666666;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}
#h5{
	color: #4D7765;
	font-weight: bold;
	font-style: normal;
}
#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #fff;
	background-color: #4D7765;
	border-top: 1px solid gray;
	font-size: 80%;
}
#leftnav p, #rightnav p {
	margin: 0 0 1em 0;
	background-color: #FFFFff;
}
#content h2 { margin: 0 0 .5em 0; }


/*-------------------nav bar css code below--------------------------*/
#nav_wrap
{
	background-color: #4D7765;
	
}

#navcontainer ul
{
	padding: 0.2em 0;
	margin: 0 auto;
	list-style-type: none;
	background-color: #4D7765;
	color: #FFF;
	width: 760px;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #4D7765;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}
/*-------------------nav bar css code end--------------------------*/
li a:hover
{
background-color: #50635D;
color: #fff;
}
#email
{
	color: #333333;
	text-decoration: underline;
}
