@charset "utf-8";
/* CSS Document */


body
{
	margin:0 auto 0 auto;
	background-image:url(images/gradient_01.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	behavior:url(/csshover.htc);
}

div#page
{
	width:781px;
	margin:0 auto 0 auto;
}

div#header
{
	width:781px;
	height:247px;
	background-color:white;
	margin:0px;
	padding:0px;
}

div#headerLeft
{
	width:439px;
	float:left;
	height:247px;
	margin:0px;
	padding:0px;
}

div#headerRight
{
	width:342px;
	float:left;
	height:247px;
	margin:0px;
	padding:0px;
}

div#top
{
	width:342px;
	float:left;
	height:78px;
	margin:0px;
	padding:0px;
}

div#bottom
{
	width:342px;
	float:left;
	height:169px;
	margin:0px;
	padding:0px;
}

div#nav
{
	width:781px;
	height:26px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:red;
}

div#contentContainer
{
	width:781px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:white;
}

div#content
{
	width:536px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	margin:0px;
}





div#rightSide
{
	width:200px;
	float:right;
	margin-top:10px;
}

div#rightSideTemplate
{
	width:200px;
	float:right;
	margin:0px;
	padding:0px;
	margin-top:15px;
	background-color:white;
}

div#rightSideTop
{
	width:200px;
	height: auto; 
}

#flasharea 
{
	float:left; 
	margin:0; 
	padding:10px; 
	background-image:url(images/rightGradient.jpg); 
	background-repeat:repeat-y;
}


div#weather
{
	width:190px;
	background-image:url(images/rightGradient.jpg); 
	background-repeat:repeat-y;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}


div#rightSideBottom
{
	width:200px;
	height:23px;
	float:left; 
	margin:0px;
	padding:0px;
}

div#bottomTable
{
	width:781px;
	float:left;
}

div#properties
{
	width:200px;
	float:left;
	margin:0px;
	padding:0px;
	padding-top:10px;
}

div#footer
{
	padding-top:15px;
	text-align:center;
	font-size:9px;
	width:781px;
	height:21px;
	color:#3c619f;
	
}

h1
{
	color:#3E619B;
	font-size:24px;
	font-weight:bold;
}

h2
{
	color:#0050c8;
	font-weight:bold;
	font-size:15px;
	margin:0px;
	padding:0px;
}

h3
{
	color:#cd0b29;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

div#contentContainer ul li 
{
	list-style-type:square;
	font-size:11px;
	line-height:16px;
}

a, a:visited

{
	color:#cd0b29;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active
{
	color:#0050c8;
}

.caption
{
	font-size:11px;
	font-style:italic;
}