
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFDF2;
}

a{
    color: #992B00;
    text-decoration: none;
}

a:link{
    color: #992B00;
    text-decoration: none;
}

a:visited{
    color: #992B00;
    text-decoration: none;
}

a:hover{
    color: #011F98;
    text-decoration: underline;
}

h1{
 font-family: "Times New Roman", Times, serif;
 font-size: 120%;
 color: #563432;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: "Times New Roman", Times, serif;
 font-size: 114%;
 color: #992B00;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: "Times New Roman", Times, serif;
 font-size: 100%;
 color: #563F32;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: "Times New Roman", Times, serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: "Times New Roman", Times, serif;
 font-size: 100%;
 color: #563932;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #563A32;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
    padding: 10px 0px 0px 0px;
    width: 100%;
}

#navBar{
    margin: 0px;
    padding: 0px;
}

#rightColon{
    padding-right: 10px;
}

#content{
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
    margin: 0;
    padding: 0 0 0 10px;
}



/*************** #pageName styles **************/

#pageName{
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
    font-size: 80%;
    padding: 2px 0px 0 10px;
}



/************** .story styles *****************/

.story{
    clear: both;
    padding: 10px 0px 0px 10px;
    font-size: 80%;
}

.story p{
    padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
    clear: both;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 75%;
    color: #cccccc;
    padding: 10px 10px 10px 10px;
    text-align:center;
}



/*********** #navBar link styles ***********/

#navBar ul {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
    padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 2px;
    list-style-image: url(/images/bullet.gif);
	border-bottom: 1px solid #ddd;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
    color:#998D00;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    font-size: 0.8em;
    font-weight:bold;
}

#navBar a:hover{
    color: #993300;
	text-decoration:none;
}

/* fix for browsers that don't need the hack */
body #navBar li a {
    color:#998D00;
}


/*********** #sectionLinks styles ***********/

.sectionLinks{
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 90%;
}

.sectionLinks h3{
    color:#CC0000;
    font-size: 10pt;
    font-weight:bold;
    padding: 10px 0px 0px 15px;
}

.sectionLinks a:hover{
    color: #f00;
}



/************** #advert styles **************/

#advert{
    padding: 30px 0px 10px;
}

#advert img{
    display: block;
}


/************** #headlines styles **************/

#rightColon{
    margin: 0px;
    padding: 10px 0px 20px 10px;
    font-size: 80%;
}

a.normal {
	color:#0000ff!important;
	text-decoration:underline!important;
	font-weight:normal!important;
}

a.subcategory, a.subcategory:link, a.subcategory:visited {
	color:#993300!important;
	text-decoration:underline!important;
	font-weight:normal!important;
}

a.subcategory:hover {
	color:#FF6600!important;
	text-decoration:underline!important;
	font-weight:normal!important;
}

.pagination * {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
}
div.pagination {
 text-align:center;
}

div.node {
    padding: 10px;
}

.error {
  color: #fff;
  background-color: #f00;
}  

.pic-note {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}