html,body{
	margin:0;
	padding:0;
}

body{
	font: 76% arial,sans-serif;
	background: #6b80bf url(/fend/images/bg-page.jpg) left top repeat-x; 
	text-align:left;
}

div#containershell{
	width:945px;
	text-align:center;
	background:url(/fend/images/bg-containershell.jpg) left top no-repeat; 
	margin:0 auto;
	padding:0;
}

div#container{
	background:#fff;
	text-align:left;
	width:768px;
	padding:0;
	margin:0 auto;
}

p{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
}

.blue{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#3E489F;
}

div#headershell{
	position:relative;
}

div#imagemap{
	padding:0;
	margin:0;
}

div#banner{
	height:149px;
	padding:0;
	margin:0;
}

div#searchshell{
	background: #fff url(/fend/images/bg-searchshell.gif) left top no-repeat; 
	height:57px;
	padding:0;
	margin:0;
}

div#pagetitle{
	margin-left:190px;
}

div#pagetitle h3{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000033;
	margin-top:20px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000033;
	margin:0;
	padding:0 0 6px 0;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#3E489F;
	margin:0;
	padding:0 0 6px 0;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#003300;
	margin:0;
	padding:0 0 6px 0;
}

div#search{
	float:right;
	text-align:right;
	background: #fff url(/fend/images/bg-search.gif) right top no-repeat; 
	width:300px;
	padding-right:15px;
}

div#content{
	float:right;
	width:570px;
	padding-right:10px;
}

div#content li {
	color: #3E489F;
	font-family: arial, verdana, sans-serif;
	font-weight:normal;
	font-size: 11px;
	list-style-image:url(/fend/images/bullet.gif);
}

div#content li a{
	color: #3E489F;
	text-decoration: underline;
	font-family: arial, verdana, sans-serif;
	font-weight:normal;
	font-size: 11px;
	list-style-image:url(/fend/images/bullet.gif);
}

div#content li a:hover{
	color: #3E489F;
	text-decoration: underline;
	font-family: arial, verdana, sans-serif;
	font-weight:normal;
	font-size: 11px;
	list-style-image:url(/fend/images/bullet.gif);
}

div#leftcolumn{
	float:left;
	width:173px;
	background:#b5ceec url(/fend/images/bg-leftcolumn.gif) left bottom no-repeat;
	padding-bottom:30px;
}

div#newslettershell{
	width:173px;
	background:#b5ceec url(/fend/images/bg-newsletter.gif) left top no-repeat;
	padding:50px 0 20px 0;
}

div#newsletter{
	background:#b5ceec;
	text-align:center;
}

.form { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000000; 
    border: 1px solid #596aa7; 
	padding:2px 10px;
}


div#footershell{
	clear:both;
	width:100%;
	background: #6b80bf url(/fend/images/bg-footershell.gif) left top no-repeat;
	height:70px;
	text-align:center;
	padding:40px 0 0 0;
	margin:0;
}

div#footer {
	position:relative;
	left:30px;
}

div#footer a{
	color: #000033;
	text-decoration:none;
}

div#footer a:hover{
	color: #fff;
	text-decoration:underline;
}

div#content a 
{
	color:#3E489F;
	text-decoration:underline;
}

div#content a:hover
{
	color:#FF1313;
	text-decoration:underline;
}

div#owa{text-align: center; margin: 4px}
div#owa a{color:#3E489F; text-decoration:none; font-weight: bold;}
div#owa a:hover{color:#FF1313; text-decoration:none;}


/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

