/* 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;
	/*background-image:url(file:///D|/work/SeaDream/images/contentRepeater.jpg);*/
}

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#left ul 
{
	list-style-type:square;
	margin-left:14px;
	padding-left:6px;
	margin-top:8px;
}
div#left ul li
{
	padding-bottom:4px;
}

div#middle
{
	width:666px;
	float:left;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	background-color:white;
	border-left:1px solid #ff9933;
	border-right:1px solid #ff9933;

}	

div#har
{
	width:938px;
	float:left;
	padding-left:50px;
	margin:0px;
	background-color:white;
}	

div#right
{
	width:167px;
	height:auto;
	float:left;
	padding:0px;
	margin-left:5px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	
}

div#footer
{
	width:1024px;
	float:left;
	padding:0px;
	margin-top:5px;
}

.bodytext
{
	color:#336699;
	font-size:12px;
	line-height:16px;
}

a,a:visited
{
	text-decoration:none;
	font-weight:bold;
	color:#336699;
}	

a:hover,a:active
{
	text-decoration:underline;
	font-weight:bold;
	color:#336699;
}

a.black,a:visited.black
{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}	

a:hover.black,a:active.black
{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}	
h1
{
	font-size:24px;
	color:#336699;
	font-weight:bold;
	line-height:28px;
}
h2
{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 3px 0px;
	padding:0px 0px 3px 0px;
	color: #F6923C;
}
h2 .anchor {
	color: #F6923C;
}
