﻿body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:200;
	margin-top:0px;
	background-color:#cccccc;
	color:black;
}

a 
{
	color:navy;	
	text-decoration:none;
}

a:hover
{
	color:navy;	
	text-decoration:underline;
}
a:visited
{
	color:navy;	
	text-decoration:none;
}
a:link
{
	color:gray;	
	text-decoration:none;
}
a:active
{
	color:navy;	
	text-decoration:none;
}

p a:visited
{
	color:gray;	
	text-decoration:none;
}
h1
{
	Color:navy;
	font-size:1.4em;
	margin-top:0px;
	padding-top:0px;
}

#container
{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:White;*/
}

#header 
{
	width:770px;
	height:80px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:2em;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#header #heading
{
	padding:15px 0px 0px 26px;
}

#header p
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	
#main
{
	width:770px;
	padding-left:0px;
	margin-left:0px;
	float:left;
	overflow:hidden;
}

#main .topleft
{
	background:url(images/paneltopleft.gif) top left no-repeat;
	float:left;
	width:11px;
	height:11px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#main .top
{
	/*background-image:url(images/paneltop.gif);
	background-repeat:no-repeat;*/
	background:url(images/paneltop.gif) top left no-repeat;
	float:left;
	width:748px;
	height:11px;
	background-color:#ffffff;
	overflow:hidden;
}


#main .topright
{
	background:url(images/paneltopright.gif) top right no-repeat;
	float:left;
	width:11px;
	height:11px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#main .panelbody
{
	/*background:url(images/panelmain.gif) top left repeat-y;
	*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 5px;
	clear:both;
	border-left:1px #000 solid;
    border-right:1px #000 solid;
	width:758px;
	background-color:#fff;
}

#main .bottomleft
{
	background-image:url(images/panelbottomleft.gif);
	background-repeat:no-repeat;
	float:left;
	width:11px;
	height:11px;
}

#main .bottom
{
	background-image:url(images/panelbottom.gif);
	float:left;
	width:748px;
	background-repeat:no-repeat;
	height:11px;
}

#main .bottomright
{
	background-image:url(images/panelbottomright.gif);
	float:left;
	width:11px;
	background-repeat:no-repeat;
	height:11px;
}
#main .panelbody .FullPanel
{
	float:left;
	width:738px;
	padding:2px 10px 0px 10px;
	text-align:center;
	background-color:Transparent;
}

#main .panelbody .FullPanel p
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#main .panelbody .p
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#main .panelbody .PanelLeft
{
	float:left;
	width:180px;
	padding:2px 0px 0px 0px;
	margin:0px;
	text-align:center;
}

#main .panelbody .PanelLeft p
{
	padding:0px;
	margin:0px;
}

#main .panelbody .PanelRight
{
	float:left;
	width:560px;
	padding:2px 5px 0px 5px;
	margin:0px;
}

#footer
{
	width:770px;
	clear:both;
	text-align:center;
	background-color:#cccccc;
	color:black;
	font-size:0.7em;
	padding:0px 0px 5px 0px;
}

#footer a
{
	color:gray;
	font-size:1em;
}

#footer a:hover
{
	color:black;
	font-size:1em;
	text-decoration:underline;
}

