html
{
	overflow: auto;
}
body
{
	background-color:white;
	color:black;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	border-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top:00px;
}

#nav
{
	list-style: none;
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	font-size: 9pt;
	font-weight: normal;
	color: white;
}
#nav li
{
	background-color: #2F2B80;
	padding: 4px 0px 4px 0px;
	width: auto;
	float: left;
}
#nav li:hover
{
	background-color: #3F185A;
}
#nav li.linkon
{
	background-color: #3F185A;
	font-weight:bold;
}
a.headlink:link,a.headlink:visited,a.headlink:active
{
	color: #ffffff;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
}
a.headlink:hover
{
	text-decoration: underline;
}

img
{
	border:0px;
}
/*  End of essentials.. */
div.header
{
	position:relative;
	width: 900px;
	height: 100px;
	background: url('/images/header.jpg');
}
div.contentarea
{
	border:0px solid black;
	position:relative;
	width:900px;
	height:500px;
	background: url('/images/bg.jpg');
}
div.footer
{
	position:relative;
	width: 900px;
	height: 26px;
	text-align:center;
	color: #878789;
	font-size:8pt;
	padding-top:10px;
}
div.navarea
{
	position:relative;
	width:900px;
	border:1px solid black;
	background-color: #2F2B80;
	border: 0px solid white;
}
div.column
{
	position: relative;
	float:left;
	border:0px solid black;
	width: 290px;
	padding-left:0px;
	padding-right:10px;
}
div.column_2
{
	position: relative;
	float:left;
	border:0px solid black;
	width: 440px;
	padding-left:0px;
	padding-right:10px;
}

/*  end of main format*/
blockquote {
color:#666666;
font-style:italic;
margin:20px;
}
h2, h3, h4, h5, h6 {
clear:both;
color:#302D7A;
font-weight:bold;
margin:0px;
padding:0px;
}
h1 {
color:#302D7A;
font-weight:bold;
font-size:18px;
margin-bottom:5px;
text-align:left;
}
h2 {
font-family:Arial,Verdana,sans-serif;
font-size:16px;
margin-top:20px;
margin-bottom: 0px;
}
h3 {
font-size:14px;
margin-top:20px;
}
h4 {
font-size:13px;
margin-top:20px;
}
h5 {
font-size:12px;
margin-top:20px;
}
h6 {
font-size:11px;
margin-top:20px;
}


textarea.stdta
{
	width:400px;
	height:100px;
}
input.stdin
{
	width:400px;
	height:25px;
}
label
{
	line-height:25px;
}

a:link,a:visited,a:active
{
	color: #000099;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
div.container
{
	width: 100%;
	text-align: center;
}
div.container2
{
    display: block;
    padding: 0px;
    width: 984px;
		padding: 0px;
    margin: 0px auto;
    position: relative;
    text-align: left;
		border: 0px solid black;
}
div.clearer
{
	clear: both;
}


/* Gallery */

div.galleryimg
{
	position: absolute;
	height: 348px;
	width: 519px;
	text-align:center;
	top: 31px;
	left: 4px;
}
div.galleryctrl
{
	position: absolute;
	border: 0px solid black;
	height: 15px;
	left: 415px;
	top: 382px;
}
div.gallerybg
{
	position: relative;
	height: 406px;
	width: 528px;
	left: 50px;
	border: 1px solid black;
}
div.gallerynum
{
	position: absolute;
	height: 18px;
	top: 8px;
	left: 400px;
	width: 115px;
	text-align: right;
	border: 0px solid blue;
	color: black;
}
div.galleryname
{
	position: absolute;
	height: 18px;
	top: 8px;
	left: 10px;
	width: 300px;
	text-align: left;
	border: 0px solid blue;
	color: black;
	font-weight: bold;
}
div.gallerynums
{
	position: absolute;
	border: 0px solid blue;
	width: 380px;
	text-align: center;
	top: 382px;
	left: 30px;
}
