/* CSS Document */
/* By Brendan Bush */
/* http://brendanbush.com */

BODY {
	FONT-SIZE: 						12px; 
	COLOR: 							#000000; 
	FONT-FAMILY: 					verdana,arial,tahoma,helvetica;
	text-align:						center;
	min-width: 						720px;
	background-color:				#CCCCCC;
}

p {
	line-height:					16px;
}

h2 {
	font-size:						16px;
}

h3 {
	font-size:						14px;
}

#container {
	width:							700px;
	margin:							0 auto;
	text-align:						left;
	padding:						10px 10px 10px 10px;
	border:							1px solid #999999;
	background-color:				white;
}

a:link {
	color: 							#0000FF;
}
a:hover {
	color: 							#FF0000;
}
a:visited {
	color: 							#666666;
}

#header {
	text-align:						center;
	width:							700px;
}

#main ul {
	list-style-type: 				disc;
	margin-left:  					25px;
	line-height:					16px;
	margin-bottom:                  10px;
}

#main li {
	margin-bottom:                  10px;
}

.crumbs {
	font-size:						10px;
	text-align:						left;
	padding-bottom: 				10px;
}

.crumbs a {
	color:							#000000;
}

ul {
	list-style: 					none;
	padding: 						0;
	margin: 						0;
}

#menu {
	text-align:						left;
	margin-top:                     10px;
	vertical-align:					top;
	margin-bottom:                 10px;
	z-index:						100;
}

#nav a {
	font-weight: 					bold;
	color: 							#000000;
	text-decoration: 				none;
	
}

#nav br {
	background-color:				#FFCC33;
}

#nav li li a {
	display: 						block;
	font-weight: 					normal;
	color: 							#000000;
	padding: 						0.3em 10px;
}

#nav li a {
	padding: 						0.3em 10px;
}

#nav li li a:hover {
	padding:						0.3em 12px;
	font-weight:					bold;
}

.navTop {
	width:							167px;
	margin-right:					10px;
	background-image:				url(i/nav_header2.gif);
	background-repeat:				no-repeat;
	text-align:						left;
	padding:						3px 0 0 0;
	margin-bottom: 					5px;
	height:							18px;
}
.navTopLast {
	width:							167px;
	background-image:				url(i/nav_header2.gif);
	background-repeat:				no-repeat;
	padding:						3px 0 0 0;
	margin-bottom: 					5px;
	height:							18px;
}

.NavFiller {
	background-color:				#FFCC33;
	margin: 						0 0 0 0;
	padding: 						0 0 0 0;
	height:							1px;
	visibility:						hidden;
}

* html .NavFiller {
	display:none;
}

#nav li {
	float: 							left;
	position: 						relative;
	width: 							167px;
	text-align: 					left;
	cursor: 						default;
	background-color: 				white;
}

li ul {
	display: 						none;
	position: 						absolute;
	top: 							100%;
	left: 							0;
	font-weight: 					normal;
	background:						url(i/nav_bottom.gif) bottom left no-repeat;
	padding: 						0.5em 0 0.5em 0;
	z-index:						90;
}

li>ul {
	top: 							auto;
	left: 							auto;
}

#nav li li {
	display: 						block;
	float: 							none;
	background-color: 				transparent;
	border: 						0;
}

li:hover ul, li.over ul {
	display: 						block;
}

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

#Box .Right {
	float: 							right;
	padding: 						0px;
	width: 							230px;
	margin-left: 					7px;
	height:auto;
}

#Box .MenuBox {
	background-color: 				#FFFFFF;
	border-right-width: 			1px;
	border-bottom-width: 			1px;
	border-left-width: 				1px;
	border-top-style: 				none;
	border-right-style: 			solid;
	border-bottom-style: 			solid;
	border-left-style: 				solid;
	margin-top: 					0px;
	margin-right: 					0px;
	margin-left: 					0px;
	padding: 						10px;
	text-align:						center;
}

#Box .MenuTitle {
	margin: 						0px;
	padding:						5px 5px 5px 5px;
	color: 							#FFFFFF;
	font-family: 					Verdana, Arial, Helvetica, sans-serif;
	font-size: 						11px;
	font-weight: 					bold;
	text-transform: 				uppercase;
	text-align:						center;
}

.date-header {
	font-size:						12px;
	color:							#FFCC33;
}

.action-date-header {
	font-size:						12px;
	color:							#CC0000;
}

.title {
	font-size:						15px;
	color:							#000000;
	font-weight:					bold;
}

.post-footer {
	font-size:						10px;
}

#footer {
	text-align:						center;
	font-size:						10px;
	color:							#666666;
}