body {
	background: #ffffff url('/images/back_slice.jpg') repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 10pt;
	margin-top: 0px;
}

h2 {
	font-size: 12pt;
	margin: 0px;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #000000;
	text-decoration: underline;
}


#container {
	width: 718px;
	margin-left: auto;
	margin-right: auto;
}

#toolbox {
	width: 718px;
	height: 30px;
}

#banner {
	width: 718px;
	height: 119px;
	margin: 0;
	padding: 0;
}

#nav {
	width: 718px;
	height: 37px;
	background: transparent url('/images/nav_slice.jpg') repeat-x top;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding-left: 11px;
}

#nav li a {
	color: #dddddd;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

#nav li a:hover, #nav li a:active {
	color: #ffffff;
}

#main {
	width: 718px;
	overflow: hidden;
}

#main_left {
	width: 490px;
	float: left;
	background: #ffffff;
}

#main_right {
	width: 204px;
	height: 600px;
	float: left;
	background: #bddeb1 url('/images/sidebar_grad.jpg') repeat-x top;
	padding: 20px 12px;
}

#main_right h2 {
	font-size: 10pt;
	margin: 10pt 0;
}

#main_right dt {
	font-size: 9pt;
	font-weight: bold;
}

#main_right dd {
	font-size: 9pt;
	font-weight: normal;
}

#main_right dd .moreinfo {
	font-size: 8pt;
	font-style: italic;
}

#main_left #blog {
	background: #ffffff url('/images/topbox_grad.jpg') repeat-x top;
	padding: 5px 10px 10px;
	height: 229px;
	overflow: hidden;
}

#main_left #blog h1 {
	padding-top: 5px;
	width: 400px;
}

#main_left #blog .timestamp {
	font-size: 7pt;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

#main_left #blog .fullblog a {
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	color: #169d58;
	text-decoration: none;
}

#main_left #blog .fullblog a:hover {
	text-decoration: underline;
}

#main_left #blog .timestamp a {
	color: #000000;
}

#main_left #blog .blogpost {
	font-size: 9pt;
	font-weight: normal;
	margin-top: 10px;
}

#main_left #quote {
	background: #ffffff url('/images/dawn_quote.jpg') no-repeat;
	width: 340px;
	height: 115px;
	padding: 10px 10px 10px 140px;
	font-size: 8pt;
}

#main_left #quote p {
	margin: 0;
	padding: 0;
}

#main_left #quote .quoteby {
	width: 165px;
	float: right;
	font-size: 8pt;
}

#main_left #ad2 {
	width: 260px;
	height: 121px;
	float: left;

}

#main_left #ad3 {
	width: 107px;
	height: 71px;
	padding: 45px 5px 5px 118px;
	float: left;
	font-size: 10pt;
	display: block;
	background: transparent url('/images/PhoneApp2.jpg') no-repeat;
	text-align: right;
	overflow: hidden;
}

#footer {
	font-size: 9pt;
	text-align: right;
	background: #19305a;
	padding: 5px;
	line-height: 20px;
	
	color: #ffffff;
}

#credits {
	font-size: 9pt;
	text-align: center;
	padding: 5px;
	color: #000000;
}

#credits a {
	color: #000000;
}