
/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% "Trebuchet MS",Arial,sans-serif;
line-height:1.4em;
text-align:center;
background:#4482BA;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}


/**************** Header and navigation styles ****************/

#container{
width:1000px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
}

#header{
	height:110px;
	width:998px;
	color:#ffffff;
	margin:0 1px 0 1px;
	background-image: url(images/top.gif);
}

#header p{
padding:7px 0 16px 710px;
font-size:12px;
color:#FFFFFF;
}

#header a{
color:#E8EFFF;
font-weight:bold;
text-decoration:underline;
}

#header a:hover{color:#FFFFFF; text-decoration:underline;}

#menuMain{
	height:28px;
	width:996px;
	background-color:#D46144;
	color:#FFFFFF;
	float:left;
	padding:0 3px 0 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/**************** Content styles ****************/

#content{
float:left;
width:960px;
padding:25px 20px 20px 20px;
background-color:#FFFFFF;
}

#content h2{
margin:0 0 16px 0;
font-size:1.5em;
font-weight:bold;
color:#505050;
}

#content h3{
margin:0 0 16px 0;
font-size:1.2em;
font-weight:bold;
color:#505050;
}

#content h2 a{font-weight:normal;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}

#content li {
  padding-bottom:6px;
  }

#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:170px;
padding:20px 20px 10px 0;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}


/**************** Footer styles ****************/

#footer{
	clear:both;
	width:960px;
	padding:5px 20px 5px 20px;
	background-color:#FFFFFF;
	margin:0;
	font-size:0.9em;
	color:#999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4482BA;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#4482BA; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#999999; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.left{float:left;padding:10px;}
.right{float:right;padding:10px;}
.spelldoctor{font-weight:bold;font-style: italic;}
.warning{color:#CC0000;font-weight:bold;}
.bluebold{color:#003399;font-weight:bold;}
.bold{font-weight:bold}
.watchmovie{color:#003399;font-weight:bold;text-transform:uppercase;font-size:1.0em; text-align:center;}

.box{
padding:10px;
margin:10px 10px 10px 20px;
float:right;
width:180px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#000000;
line-height:1.3em;
}
.ticker{
float:left;
width:495px;
margin:0;
padding:0;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #000099;
}
/**************** Form ****************/

form {padding: 5px;}
input{color:#000000;background:#BFD5E8;font:95% "Trebuchet MS",Arial,sans-serif;}


