/* <tags> */

	/* <css reset> */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	/* </css reset> */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bkg_hex.gif);
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #A0D3EC;
	text-decoration: none;
}
a:hover {
	color: #E32336;
	text-decoration: underline;
}
/* </tags> */

/* <classes> */
.text_area .title {
	color: #AFAFAF;
}

.text_area .info {
	color: #777777;
}

.text_area .details {
	color: #FFFFFF;
}
/* </classes> */

/* <ids> */
#title_area {
	height: 47px;
	display: block;
	background: #58595B url(../images/bkg_grad.jpg) repeat-x;
}

	#title_area .logo {
		width: 50px;
		margin: 0 auto 0 auto;
		padding-top: 5px;
	}

#action_area {
	height: 41px;
	background: #E32639 url(../images/bkg_shadow.png) top repeat-x;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	padding-top: 12px;
}

#content_area {
	margin: 0 4px;
}

	#content_area h2 a, #content_area h2 div {
		margin: 2px 0 0 0;
		height: 37px;
		display: block;
		font-weight: bold;
		font-size: 18px;
		line-height: 2em;
		padding-left: 9px;
		background-color: #666666;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		text-decoration: none;
		color: #000000;
	}

	#content_area h2 a:hover {
		color: #B0D3EC;
		background: #333333;
	}
	
		#content_area h2 div.selected a {
			height: 45px;
			margin-left: -9px;
			color: #B0D3EC;
			background: #333333 url(../images/hr_dotted.png) center 31px no-repeat;
		}
		
	#content_area ul {
		background-color: #333333;
		margin: 0;
		padding: 0 0 10px 0;
		list-style: none;
	}

	#content_area li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#content_area li a {
			display: block;
			height: 70px;
			overflow: hidden;
			font-size: 9px;
			line-height: 12px;
			margin: 0;
			padding: 0;
			background:  url(../images/arrows.png) right center no-repeat;
			text-decoration: none;
		}
		
		#content_area li a:hover {
			background-color: #4D4D4D;
		}
	
		#content_area li .graphic {
			float: left;
			margin: 3px 10px 4px 9px;
			height: 60px;
			width: 60px;
			background: center center no-repeat;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			border: 2px solid #262626;
		}
		
		#content_area li .text_area {
			margin: 5px 45px 0 0;
		}
		
/* </ids> */

