/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #333333;
	line-height: 1.366;	
	margin: 0px 5px;
	padding: 0px;
	font-size:13px;
	background: #000000 url(../images/background.gif) repeat-y 50% 0;
}

p{ margin: 0px 0px 10px 0px; }

ul { list-style-type: square;
     padding: 0px 0px 0px 0px;
	 margin: 0px 0px 13px 2px;
}
ol { padding: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 7px;
 }
li{	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px; 
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 185%;
 color: #000000;    /* 006699 */
 font-weight: bold;
 line-height: 1.5;
 margin-bottom: 10px;
}

h2{
 font-size: 185%;
 color: #000000;    /* 006699 */
 font-weight: bold;
 line-height: 1.5;
 border-bottom: 1px solid black;
 margin-bottom: 10px;
}

h3{
 font-size: 100%;
 color: #000000; 
}

h4{
 font-size: 140%;
 font-weight: normal;
 color: #000000;
 font-family:Georgia, "Times New Roman", Times, serif;
 line-height:1.6;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 	color: #334d55;
}

img { border: none; }

.morelink {font-size: 12px; color:#006699; }
a.morelink { font-size: 12px; color: #006699; }
a.morelink:hover { text-decoration: underline;}

.notes { font-size: 12px; color: #333333 }
.pubDate {
	font-size: 12px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin-left: auto;
	margin-right: auto;
	width:777px;
	background-color:#ffffff;
	padding:0px;
}

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 778px;
	color:#FFFFFF;
}

#sideBar{
	float: left;
	margin: 0;
	padding: 40px 0 0 0;
	background-color: #FFFFFF;
	width: 278px;
}

#content{
 	float:left;
	width: 52%;
	margin: 0;
	padding: 20px 35px 20px 45px;
	background-color: #ffffff;
}

#navbar{
	background-color:#ffcb05;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	padding: 8px 38px 8px 0px;
	margin:0px;
}

a.navbar:link{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

a.navbar:visited{
	color:#000000;
}

a.navbar:hover{
	text-decoration:underline;
	color:#000000;
}
	
a.navbar:active{
	text-decoration:underline;
	color:#000000;
}
.grey_box {
	background-color: #CCCCCC;
	width: 278px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 15px;
	padding-bottom: 10px;
	
}

ul#news li {
	margin-bottom: 1em;
}

ul#news li a {
	font-weight: bold;
}