body
{
	text-align: center;
	background: Black url(../images/whitebg.gif) repeat-y top center;
	color: Black;
}

.main
{
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 0px;
	margin-top: 0px;
}

.pic_box
{
	text-align: center;
}

div.nav_bar
{
	width:640px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top:1em;
}

a
{
	background: White;
	color: #4C4C4C;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 120%;
	font-weight: bold;
}

a:hover
{
	background: White;
	color: red;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 120%;
	font-weight: bold;
}

a.nav 
{
	background: White url(../images/divider.gif) no-repeat scroll right;
	color: #4C4C4C;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 100%;
	font-weight: normal;
}

a.nav:hover
{
	background: White url(../images/divider.gif) no-repeat scroll right;
	color: red;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 100%;
	font-weight: normal;
}

div.h_rule
{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/hr.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.hide_me
{
	display:none;
}

.footer
{
	width: 640px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: normal normal bold 75% sans-serif;
	background: White url(../images/hr.gif) no-repeat top;
	padding:1em;
}
.title
{
	height: 100px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	text-align: center;
	background: White url(../images/new_title_bar.gif) no-repeat center;
	color: white;
	font: normal normal bold 300% sans-serif;
}

.title h1
{
	display: none;
}

.sidebar
{
	top: 9em;
	left: 1%;
	width: 10em;
	z-index: 1;
	padding: 0em;
}

.menu
{
	padding : 0;
	margin-bottom : 0.5em;
}

.menu a
{
	display : block;
}

.menu li
{
	padding: 0;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align: center;
	border: thin solid rgb(0,0,0);
	font-weight: bold;
	background: Silver;
}

.menu a
{
	color: white;
	background-color: Blue;
	text-decoration: none;
}

.menu a:hover
{
	color : Blue;
	background-color : white;
}

.other
{
	padding: 0.5em;
	margin-top: 0.5em;
}

.contentText
{
	margin-top: 1em;
	padding: 0em;
	margin-right: auto;
	margin-left: auto;
	width: 640px;
}
