/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font: 62.5%/1.5 sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	color:#000;
	font-family:sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
	background-repeat: repeat-x;
	background-color: #535353;
	background-image: url(../images/page_bg.png);
}
html {
	-x-system-font:none;
	font-family:Arial,sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-color: #fff;
}
#columnWrapper {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(../images/col_bg.png);
}
#header {
	color: #FFF;
	width: 902px;
	padding: 10px;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #484848;
}
#logo {
	float: left;
	width: 470px;
	height: 75px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo a {
	width: 470px;
	height: 75px;
	display: block;
}
#logo h1	{
	display:none;
}
#tag	{
	float:right;
}
/* /header */
#menu ul	{
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
#menu li	{
	display:inline;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#menu li a:link, #menu li a:visited	{
	color: #000;
	text-decoration: underline;
}
#menu li a:hover	{
	text-decoration: none;
}
#menu {
	color: #333;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #CCC;
}
/* /navigation */
#leftcolumn {
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 195px;
	float: left;
	font-size: 1.2em;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 683px;
	display: inline;
	position: relative;
	font-size: 1.2em;
	background-color: #fff;
}
#rightcolumn p {
	margin-right: 20px;
}
#rightcolumn a:link, #rightcolumn a:visited, #leftcolumn a:link, #leftcolumn a:visited	{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
#rightcolumn a:hover, #leftcolumn a:hover	{
}
#rightcolumn blockquote {
	font-weight: bold;
	width: 550px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.1;
}
#rightcolumn blockquote p {
	margin-top: 0px;
	margin-bottom: 12px;
}
#leftcolumn h1	{
}
#leftcolumn h2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin-bottom: 0.4em;
	margin-top: 0.2em
}
#leftcolumn a:link, #leftcolumn a:visited {
	color: #FFF;
	text-decoration: underline;
}
#leftcolumn h5	{
	color: #fff;
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 0.2em;
}
#leftcolumn a:hover {
	color: #FFF;
	text-decoration: none;
}
#rightcolumn h1	{
	color: #000;
	font-size: 2em;
	margin-bottom: 0.4em;
}
#rightcolumn h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
#rightcolumn h3 {
	color: #004358;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}
#rightcolumn h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004358;
	font-size: 1.4em;
	margin-bottom: 6px;
}
#rightcolumn h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	width: 902px;
	clear: both;
	color: #CCC;
	margin: 0px;
	padding: 10px;
	font-size: 1.1em;
	text-align: center;
	background-color: #484848;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #CCC;
	text-decoration: underline;
}
.clear { clear: both; background: none; }

