/* universal styles */

body{
	background-color : #FFFFFF;
	margin : 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color : #CC0000;
	text-decoration : underline;
}
a:hover {
	color : #FF0000;
	text-decoration : underline;
}
a.white {
	color : #FFFFFF;
	text-decoration : none;
}
a.white:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
/* page layout style*/

#content {
	width: 800px;
	text-align: left;
	margin : 0px 0px 0px 0px;
	background-image : url(images/bg-left.gif);
	background-position : top left;
	background-repeat : repeat-y;
	border-top : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
}
#left {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-repeat: repeat-y;
	background-position : top left;
	background-image: url(images/bg-left.gif);}
	
#main {
	margin:0 0 0 200px;
	padding: 10px;
	float : none;
}
#footer {
	padding: 30px 10px 10px 10px;
	background-color : #FFFFFF;
	border-top : 1px solid #000000;
	background-image : url(images/bg-footer.gif);
	background-repeat : repeat-x;
	background-position : top left;
	text-align : right;
}
#clearing {
	clear : both;
	height : 0px;
}

/* navigation styles */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	border-bottom: 1px solid #000000;
	}
#left ul li {
	position: relative;
	}
#left li ul {
	position: absolute;
	left: 179px;
	top: 0;
	display: none;
	}
#left ul li a {
	text-decoration : none;
	display: block;
	text-decoration: none;
	background: #666666;
	padding: 5px;
	border: 1px solid #000000;
	border-bottom: 0;
	color : #FFFFFF;
}
#left a:hover {
	text-decoration : underline;
	color: #FFFFFF;
}
#left li:hover ul, li.over ul { 
	display: block;
	color: #FFFFFF;
	}



/* text styles */

.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
}
.picture-cell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.picture-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	padding: 5px;
	border: 1px solid #000000;
	background-color : #FFFFEE;
}
.member-warning {
	color: #FFFFFF;
	background-color: #0099CC;
	font-weight: bold;
	padding: 2px;
}
.bold {
	font-weight: bold;
}
.sub-section-note {
	background-color: #CCCCCC;
}
.blockquote {
	display: block;
	padding: 0px 25px;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 5px solid #FFFFFF;
}.blockquote {
	padding-right: 50px;
	padding-left: 50px;
}
.photo-byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.cell-division {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.warning {
	background-color: #FFCC00;
	padding: 2px;
	font-weight: bold;
}
.contact {
	font-size: 10px;
	color: #FFFFFF;
}

