body {
	margin: 0 0 0 0;
	background-image: url(/images/back.png);
	background-repeat: repeat-x;
	background-color:#292929;
}

html body {
	margin: 0;
}

div, span, p, a:hover, td, input, select, textarea {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}

a {
	text-decoration:underline;
}

#wrapper {
	width: 100%;
	text-align: center;
}

#wrapper p {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height:1.4em;
	font-size:12px;
	color: #444;
}

/*
#wrapper ul li {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height:1.4em;
	font-size:12px;
	color: #444;
	margin-bottom: .2em;
}

#wrapper a {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #444;
}

#wrapper a:hover {
	color: #000000;
}

#wrapper a.node_activity_subhead  {
	color: #444;
	text-decoration:none;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
*/

#buffer {
	width: 800px;
	background-color: #002971;
	margin-right: auto;
	margin-left: auto;
}

#content {
	text-align:left;
	padding-right:10px;
	width:800px;
}


#breadcrumb {
	padding-bottom:8px;
}

#breadcrumb {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	margin-top: .5em;
	color: #666;
	line-height:100%;
}

#breadcrumb a {
	color: #666;
	text-decoration:underline;
}

#breadcrumb a:hover {
	font-size: 11px;
	color: #000;
	text-decoration:underline;
}

/*--------------------------------------*/

#left_nav {

}

#left_nav ul {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	color: #fff;
}

#left_nav ul li {
	padding-top:8px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	line-height: 13px;
}

#left_nav ul li a {
	color: #39c;
	text-decoration: none;	
}

#left_nav ul li.selected a {
	padding-top:0px;
	color:#fff;
}

#left_nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}
	
#left_nav ul li.hdr {
	padding-bottom:2px;
	border-bottom:1px solid #c7e0f7;
	font-size:11px;
	color:#c7e0f7;
}
	
#left_nav ul ul  {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
	
	
#left_nav ul ul li {
	list-style-image: none;
	list-style-type: none;
	color:#c7e0f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:6px;
	font-weight: normal;		
}
	
#left_nav ul ul li:before {
	content: "\00BB \0020";
	color: #39c;
}
	
#left_nav ul ul li a {
	list-style-image: none;
}

#left_nav ul ul li a:hover {
	color: #fff;	
	font-size:11px;
}

/*--------------------------------------*/

#leftnav {

}

#leftnav ul {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	color: #fff;
}

#leftnav ul li {
	padding-top:8px;
}

#leftnav ul li .first {
	padding-top:0px;
}

#leftnav ul li a {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	line-height: 13px;
	color: #39c;
	text-decoration: none;
}

#leftnav ul li a:hover {
	color: #c7e0f7;
	text-decoration: none;
}

#leftnav ul ul li .first {
	padding-top:8px;
}





#nav {
	margin:10px;
	background-color: #e5f6fc;
	text-align: left;
	width: 210px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	padding-top:14px;
}

#nav li {
	padding: 0px 14px 14px 14px;
	margin: 0px;
}

#nav li a {
	text-decoration: none;
	color: #666;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li a:hover {
	color: #000;
	text-decoration:underline;
}

#home_main_table td,
#node_left_table td {
	border:1px solid #00529e;
	padding:8px;
	background-color:#001f45;
	text-align:left;
}

#home_main_table p {
	color:#ccc;
}

#home_main_table a {
	color:#ccc;
}

#home_main_table a:hover {
	color:#fff;
}


#node_content {
	background-color: #c7e0f7;
	margin-top:16px;
	margin-bottom:16px;
	padding-bottom:6px;
	background-image:url(/images/body_shadow_y.gif); 
	background-repeat:repeat-y;
	text-align:left;
}


#node_content ul li {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height:1.4em;
	font-size:12px;
	color: #444;
	margin-bottom: .2em;
}

#node_content a {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #444;
}

#node_content a:hover {
	color: #000000;
}

#node_content a.icon {
	background-color: transparent;
	background-image: url(/images/external.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
}

#node_content a.node_activity_subhead  {
	color: #677;
	text-decoration:none;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

#node_content tr.hdr {
	background-color:#aaa;
}

#node_content tr.odd {
	background-color:#fff;
}

#node_content tr.even {
	background-color:#ccc;
}



#node_content h1 {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	margin-top: .5em;
	color: #002971;
	padding-top:6px;
	line-height:90%;
}

#node_content h2 {
	color: #444;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -4px;
	padding:0px;
	padding-top:12px;
	border-bottom:1px dashed #444;
	width:96%;
	padding-bottom:4px;		
}

#node_content h2.first {
	padding-top:0px;		
}

#node_content h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	color: #00e;
	padding-bottom:0px;
	margin-bottom:-4px;
}

#node_content h3 a {
	color: #00e;
	text-decoration:none;
}

#node_content h3 a:hover {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	text-decoration:underline;
}


.caption {
	color: #333;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height: 100%;
	font-style:italic;
	padding-top:6px;
	padding-bottom:6px;
}

.image_border {
	border: 1px solid #999;
}

#center_box_home img {
	padding-right:10px;
}

#center_box_home td {
	padding-bottom:10px;
}

#home_box {
	padding-top:8px;
}
	
#home_box a.home_activity_subhead  {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #57a9df;
	font-weight: bold;
	font-size: 12px;
	width:96%;
}

#home_main_table #event_hdg {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #ccc;
	font-weight: normal;
	font-size: 11px;
	padding-top:0px;
	margin:0px;
}

#home_main_table #event_p {
	color: #999;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height: 130%;
	padding:0px;
}

#event_hdg {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #009;
	font-weight: bold;
	font-size: 13px;
	padding-top:10px;
	margin-bottom:0px;
}

#event_p {
	color: #333;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

#event_p a {
	color: #333;
	text-decoration: underline;
}

.item_hdr {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #009;
	font-weight: bold;
	font-size: 13px;
	padding-top:0px;
	margin-bottom:0px;
}

#right_boxxxx {
	padding: 2px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #68b;

}

#right_box table {
	border: 1px #68b solid;
	padding: 3px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	background-color: #e5f6fc;
}

#right_box table td p {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:110%;
	font-style: italic;
	margin:0px;
	padding-top:6px;
	padding-bottom:0px;
}

.PhotoBox240 {
	width:240px;
	margin:2px 18px 8px 0;
}

.PhotoBox240 img {
	display:block
}

.PhotoRightAlign240 {
	float:right;
	padding-left:6px;
	padding-bottom:6px;
}

.PhotoBox240CaptionBox {
	width:240px;
	border-width:0 1px;
	border-style:solid;
	border-color:#e8e8e8;
	padding:0;
	margin:0;
	background:#fff;
}

.PhotoBox240CaptionBox p {
	margin:0;
	font-size:10px;
	line-height:13px;
	color:#666;
}

table.listrecs {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.listrecs th {
	font-size: 11px;
	font-weight: normal;
	padding: 0.2em 0.2em;
	border-bottom: 2px solid #c9e9f6;
	background: #7fd1f1;
}

table.listrecs td {
	font-size: 11px;
	border-bottom: 2px solid #c9e9f6;
	padding: 0.2em 0.2em;
	background: #e5f6fc;
	vertical-align:top;
}

table.listrecs td a {
	font-size: 11px;
}

table.listrecs thead th {
	background: #7fd1f1;
	color: #444;
}

table.listrecs td img {
	padding:4px;
}

#footer  {
	border-top:1px solid #75716e;
	border-bottom:1px solid #424547;
	background-color:#001f45;
	padding:8px;
}

#footer, #footer p, #footer a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	letter-spacing: +.1px;
	line-height:12px;
}