body
{
	background: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #564b47;
/*	color: #FFFFFF;*/
	padding: 0px;
	margin: 0px;
}

a
{
	color: #FFAA00;/*#DB7093;*/
}

a:visited
{
	color: #c43300;
}
a:hover
{
	color: #c43300;
}
a:active
{
	color: #000000;
}

h1
{
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
}

h2
{
	color: #9A1212;
	font-size: 20px;
	font-weight: normal;
	padding: 5px 0px;
	margin: 0px;
}

p
{
	text-align: center;
}

img.download
{
	vertical-align: middle;
}

/* ----------container to center the layout-------------- */
#container
{
	width: 1065px; /*margin-left: 0px; margin-right: 0px;*/
/*	margin-left: auto;
	margin-right: auto;*/
	height: 100%; /*background: #E8E8E8 url('images/menubottom.jpg') no-repeat bottom left;*/ /*border:1px solid #8D8D8D;*/
	
}

/* -----------------content--------------------- */
#content
{
	padding: 0px;
	margin-left: 240px;
	margin-right: 0px;
}
div#content
{
	min-height: 500px; /*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre
{
	padding: 5px 10px;
	margin: 0px;
}

/* --------------left navi------------- */
#left
{
	float: left;
	width: 240px;
/*	margin-top: 150px;*/
	padding-top: 0px; /*50px; */
	height: 100%;
}

/* -----------header--------------------------- */
#header
{
	height: 120px;
	width: 1024px;
	text-align: center;
	background: url( 'images/NS9B.jpg' ) no-repeat bottom center;
	padding: 0px;
	margin: 0px;
}

/* -----------footer--------------------------- */
#footer
{
	margin: 0px;
	padding: 0px;
	height: 0px;
	text-align: right;
	background: #FFFFFF repeat-x;
}

#footer h1 a
{
	color: #FFFFFF;
}

#footer h1
{
	padding: 5px 5px 0px 0px;
}

/**********vertical menu***************/
.verticalmenu ul
{
	list-style: none;
	padding: 15px;
	margin: 15px;
	width: 250px;
}

.verticalmenu li, .verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover
{
	display: block;
	font: bold 2em; /*Verdana, Arial, Helvetica, Sans-Serif;*/
	font-family: Script MT Bold;
	font-size: 22px;
/*	color: #9A1212;*/
    color: Yellow;
	text-decoration: none;
	text-align: left;
	width: 180px;
	height: 40px;
}

.verticalmenu a:hover
{
	background: url( 'images/menuhover.gif' ) no-repeat;
	color: #dc4d1b;
}

.titleFont
{
/*	background-color: #FFAA00; */
	color: #FFFFFF;	/* White Foreground*/
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	vertical-align: middle;
}

.contentFont
{
	color: #FFFFFF;	/* White Foreground */
	font-size: 18px;
	font-weight: normal;
	font-family: Arial;
}

.italic
{
	font-style: italic;
	font-weight: normal;
}

.bold
{
	font-weight: bold;
}
