
{
	margin: 0px;
}

body
{
	font-family: Calibri, Arial, helvetica, sans-serif;
	font-size: 11pt;
	padding: 0px;
	margin-top: 40px;
	margin-left: 60px;
	margin-right: 60px;
	background-color: #ffe419;
	color: #222222;
}

a
{
	background-color: inherit;
	color: #0000EE;
}

a:hover
{
	text-decoration: none;
}

p
{
	text-align: justify;
	margin-bottom: 15px;
	line-height: 22px;
}

ul
{
	list-style: disc;
	margin-bottom: 15px;
}


h3
{
	font-size: 20px;
	margin-bottom: 30px;
}

h4
{
	font-size: 12pt;
	margin-bottom: 5px;
}

h5
{
	font-size: 12px;
	margin-bottom: 5px;
}

#titlefont
{
	font-size: 32px;
	color: #ad0000;
}

#main
{
	width: 100%;
	max-width:1024px;
	min-width:600px;
}

#blank
{
	background-color: #ffffff;">
	width: 100%; 
}


#header
{
	background-color: #ffe419;
	color: #ffffff;
	padding: 2px 2px 2px 2px;
}

#header h1
{
	font-size: 30px;
}

#header h2
{
	font-size: 14px;
}

#menu
{
	padding: 5px 30px 0px 30px;
	color: #222222;
	font-size: 12px;
	background-color: #ad0000;
	border-bottom: solid 1px #DADADA;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
	
#menu ul li
{
	position: relative;
	float: left;
	border: solid 1px #dadada;
	border-bottom: 0px;
	margin-right: 5px;
}

#menu ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #FFFFFF;
	/*color: #333333;*/
}

#menu ul li a:hover
{
	background-color: #d66060; 
	color: #ffffff;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	background-color: #ffffff;
	color: #333333;
}

#container
{
	padding: 0px 0px 0px 40px;
	/* background-image:url('nn.jpg'); */
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #ffffff;


}

#primarycontainer
{
	float: left;
	margin-right: -200px;
	width: 100%;
}

#primarycontent
{
	margin-right: 240px;
}

#primarycontent p
{
	margin-bottom: 20px;
}

#primarycontent ul li
{
	margin-bottom: 15px;
	text-align: justify;
}

#secondarycontent
{
	float: right;
	width: 200px;
	background-color: #DADADA;
	font-size: 12px;
	height: 600px;
}


#footer
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ad0000;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
}

.clearit
{
	clear: both;
	height: 1px;
}

