/* CSS Document */

body
{
	margin:0 auto 0 auto;
	width:1024px;
	font-family: "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size:12px;
	line-height:16px;
	background-color:#cccccc;
	color:#336699;
	behavior:url(/csshover.htc);
}

div#page
{
	width:1024px;
	margin:0 auto 0 auto;
	padding:0px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;	
	background-color:#ffffff;
	float:left;
}

div#header	{
	width:1000px;
	height:128px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#FFffff;
}

div#nav	{
	width:1024px;
	height:32px;
	float:left;
	margin-left:0px;
	margin-top:-5px;
	margin-right:0px;
	margin-bottom:0px;	
	padding:0px;
	background-image:url(../images/nav_bar.jpg);
	background-repeat:no-repeat;
}

div#left
{
	width:172px;
	height:auto;
	float:left;
	padding:0px;
	margin-left:5px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	
}

div#middle
{
	width:666px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/middle_bg.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #ff9933;
	border-right:1px solid #ff9933;

}	

div#right
{
	width:162px;
	height:auto;
	float:left;
	padding:0px;
	margin-left:10px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	font-size:11px;
	
}
div#right h2
{
	font-size:17px;
	color:#F6923C;
	font-weight:bold;
	margin:0px 0px 3px 0px;
	padding:0px 0px 3px 0px;
}

div#footer
{
	width:1024px;
	float:left;
	padding:0px;
	margin-top:5px;
}

p
{
	color:#336699;
	font-size:12px;
	line-height:16px;
}

a
{
	text-decoration:none;
	color:#336699;
}	
a:visited
{
	color:#336699;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
	color:#336699;
}	
a:active
{
	text-decoration:underline;
	color:#336699;
}


a,a:visited
{
	text-decoration:none;
	font-weight:bold;
	color:#336699;
}	

a:hover,a:active
{
	text-decoration:underline;
	font-weight:bold;
	color:#336699;
}	
