/* CSS Document */

/****** GLOBAL *****/
body { 
font-family: arial, verdana, sans-serif;
margin:0px 0px 0px 0px;
font-size: 13px;
background-color:white;
color:black;
line-height:140%;
}

p {
font-size: 13px;
}

li {
line-height:160%;
}


a, a:active {
color:#91000E;  	/* Dark Red */
text-decoration: underline;
font-weight:bold;
}

a:hover {
color:#EAB117;  	/* Gold */
text-decoration: underline;
font-weight:bold;
}

h1
{
	font-family: Impact, Arial Black, Haettenschweiler;
	font-size: 26px;
	color: #000000; 		/* Black */
	line-height: 0%;
	font-weight: normal;
}

h2 {
	font-family: Impact, Arial Black, Haettenschweiler;
	font-size: 20px;
	color: #000000; 		/* Black */
	line-height:0%;
	font-weight: normal;
}

h3 {
font-size: 18px;
color:#91000E;  	/* Dark Red */
margin-bottom:6px;
}

h4 {
font-size: 16px;
color:#258117; 		/* Dark Green */
margin-bottom:6px;
}

h5 {
font-size: 14px;
color:#000000; 		/* Black */
margin-bottom:4px;
}


/****** TOP SECTION *****/
#top {
border-top:3px solid black;
}
 
.top_divider {
background-color:black;
}

#top_right {
background: url(/includes/header_bg.png) repeat-x;
background-position:top left;
}

/****** NAVIGATION *****/ 
#nav_part1 {
text-align:right;
padding-top:10px;
padding-left:5px;
padding-right:5px;
padding-bottom:2px;
line-height:130%;
font-size:110%;
}

#nav_part1 a, a:active {
color:#258117; 		/* Dark Green */
text-decoration: none;
font-weight:bold;
}

#nav_part1 a:hover {
color:#EAB117;  	/* Gold */
text-decoration: none;
font-weight:bold;
font-style:italic;
}

#nav_part2 {
text-align:right;
padding-top:17px;
padding-left:5px;
padding-right:5px;
padding-bottom:2px;
line-height:130%;
font-size:100%; 
}

#nav_part2 a, a:active {
color:#7CBF60; 		/* Spring Green */
text-decoration: none;
font-weight:bold;
}

#nav_part2 a:hover {
color:#FFD197;  	/* Light Gold */
text-decoration: none;
font-weight:bold;
font-style:italic;
}

.break {
padding-left:10px;
padding-right:10px;
border-bottom:2px solid #91000E;
}

/****** CONTENT *****/
#main {
padding:10px;
}

.main_heading {
border-top:2px solid #91000E;   	/* Dark Red */
border-bottom:2px solid #91000E;
}

#side_column {
padding-top:17px;
padding-left:11px;
padding-right:5px;
padding-bottom:15px;
text-align:right;
color:#91000E;  	/* Dark Red */
font-style:italic;
font-size: 12px;
}

/****** FOOTER *****/
#copyright {
border-top:3px solid black;
text-align:right;
padding:5px;
font-size:11px;
}

#copyright a, a:active, a:hover {
color:black;
text-decoration:underline;
font-weight:none;
}


/****** TABLES *****/
table.ocdtable
{
	margin: 7px;
	padding: 3px;
	background: #FFFEE9;
	font-size: 13px;
	border: 1px #444444 solid;
}

td.ocdtable
{
	padding: 3px;
	font-size: 13px;
	background-color: #FFFEE9;
	font-weight:bold;
}

tr.ocdtable
{
	padding: 3px;
	font-size: 14px;
	background-color: #E6E6ED;
}

th.ocdtable
{
	padding: 4px;
	font-size: 14px;
	background-color: #FFFEE9;
	font-weight:bold;
}

table.peoplebox
{
	margin-bottom: 13px;
	padding: 5px;
	background: #FEFFE9;
	font-size: 11px;
	border: 1px #444444 dashed;
}


/****** SPECIAL *****/

.credits {
color:#aaaaaa;
font-size:11px;
line-height:110%;
}

a.credits:link, a.credits:visited, a.credits:active {
color:#df8ece;
font-size:11px;
line-height:110%;
}

.photo {
	border: 1px solid #aaaaaa;
}

.redtype
{
	font-size: 13px;
	color: red;
	font-style: italic;
	font-variant: small-caps;
	font-weight: normal;
}

.forms
{
	border: 1px solid #91000E; 
	font-size: 12px; 
	background-color:#efefef;
	font-family:  Arial, veranda, sans serif;
	padding: 2px; 
}

div.img-dec {
 background: url('/graphics/shadow.gif') no-repeat bottom right;
 clear: right;
 float: right;
 margin: 0 0 15px 25px;
 padding: 0;
 position: relative;
}
  
div.img-dec img {
 background-color: #ffffff;
 border: 1px solid #797979;
 display: block;
 margin: -5px 5px 5px -5px;
 padding: 0px;
 position: relative;
}

div.img-dec-people {
 background: url('/graphics/shadow.gif') no-repeat bottom right;
 clear: right;
 float: right;
 margin: 0 0 15px 25px;
 padding: 0;
 position: relative;
}

div.img-dec-people img {
 background-color: #feffe9;
 border: 1px solid #999999;
 display: block;
 margin: -5px 5px 5px -5px;
 padding: 0px;
 position: relative;
}

