/* CSS Document */

body {
margin-top: 0px;
background-color:#13233D;
}

#mastercontainer {
	width:800px;
	z-index:10;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border:solid;
	border-color:#BCAA68;
	border-width:1px;
}

#topbanner {
width:800px;
z-index:40;
height:96px;
background-image:url(../img/top_banner.jpg);
background-repeat:no-repeat;
background-position:top;
}

#navbuttons {
width:800px;
z-index:50;
height:66px;
background-image:url(../img/nav_area_01.jpg);
background-repeat:no-repeat;
background-position:top;
}

#navbuttonssub {
width:800px;
z-index:50;
height:66px;
background-image:url(../img/nav_area_02.jpg);
background-repeat:no-repeat;
background-position:top;
}


#contentarea {
width:740px;
height:520px;
z-index:50;
background-repeat:no-repeat;
background-position:top;
padding-top:10px;
padding-left:30px;
padding-right:30px;
padding-bottom:20px;
background-image:url(../img/content_bg.jpg);
}

#content{
width:740px;
}


#leftcontent{
height:480px;
width:500px;
float:left;
overflow:auto;
}
.articletitle {
font-family:Helvetica,Arial,sans-serif;
font-size:15pt;
line-height:18pt;
}

.articlecredit {
font-family:Helvetica,Arial,sans-serif;
font-size:9pt;
line-height:11pt;
}

.articletext {
font-family:Helvetica,Arial,sans-serif;
font-size:10pt;
line-height:13pt;
margin-top:7px;
}


#rightcontent{
width:200px;
float:right;
}

#archivebox{
height:230px;
width:200px;
background-image:url(../img/article_archive.gif);
background-repeat:no-repeat;
}


#archivecontent{
	height:230px;
	width:180px;
	overflow:auto;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height:11pt;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
}

#vodbox{
height:235px;
width:200px;
background-image:url(../img/video_od.gif);
background-repeat:no-repeat;
}

#vodcontent{
	height:220px;
	width:180px;
	overflow:auto;
	font-family:Helvetica,Arial,sans-serif;
	font-size:9pt;
	line-height:11pt;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}

