/* CSS Document */

.linktext {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: x-small;
}
.bulktext {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 19px;
}
.headtext {
     font-family: Verdana, sans-serif;
     font-size: 16px; 
     color: #333333;
     font-weight: bolder;
}
.header2text {
     font-family: Verdana, sans-serif;
     font-size: 12px; 
     color: #333333;
     font-weight: bolder;
}
.header3text  {
    font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: x-small;
}
.footer {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
#chiefbox {
text-align:left;
margin:0 auto;
width:550px;
min-height:50px;
border:1px solid #ccc;
padding:5px;
}
#chief {
border:1px solid #ccc;
background:url(img/grey75.png) repeat;
padding:25px;
}
#menubox {
text-align:left;
margin:0 auto;
width:190px;
min-height:50px;
border:0px;
padding:5px;
}
#menu {
border:0px;
background:#ffffff;
padding:10px;
}
#archivebox {
text-align:left;
margin:0 auto;
width:550px;
min-height:50px;
border:1px solid #ccc;
padding:5px;
}
#archive {
border:1px solid #ccc;
background:url(img/grey75.png) repeat;
padding:25px;
}
#newsbox {
text-align:left;
margin:0 auto;
width:550px;
min-height:50px;
border:1px solid #ccc;
padding:5px;
}
#news {
border:1px solid #ccc;
background:url(img/grey75.png) repeat;
padding:25px;
}
#relatedbox {
text-align:left;
margin:0 auto;
width:550px;
min-height:50px;
border:1px solid #ccc;
padding:5px;
}
#related {
border:1px solid #ccc;
background:url(img/grey75.png) repeat;
padding:25px;
}
#optionsbox {
text-align:left;
margin:0 auto;
width:550px;
min-height:50px;
border:1px solid #ccc;
padding:5px;
}
#options {
border:1px solid #ccc;
background:url(img/grey75.png) repeat;
padding:25px;
}
#synopsisbox {
text-align:left;
margin:0 auto;
width:550px;
min-height:50px;
border:1px solid #ccc;
padding:5px;
}
#synopsis {
border:1px solid #ccc;
background:url(img/grey75.png) repeat;
padding:25px;
}
a:link  {
       text-decoration:none;
	}
a:visited {
	text-decoration: none;
        color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: underline;
	color: #ffff00;
}
a 
         {
  color: #0066FF;
  cursor:pointer;
  }

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  width:185px;
  }

#containerul li{
	margin:0 0 0 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
	padding:0; /* Removes browser default padding applied to the list items. */
	list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
	font-family: Palatino, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
	float:left;
	width:10px;
	height:1em;
	background-position:0 100%;
	background-repeat:no-repeat;
}
