* {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: "Verdana", sans-serif;
	color: #2F2F2F;
}

body {
	background: #8dbdea;
	text-align: center;
	font-family: "Verdana", sans-serif;
	margin: 10px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-weight: bold;
}

p {
	padding-bottom: 10px;
}

ul,ol {
	list-style: inside;
	padding-bottom: 10px;
}

a {
	/*color: #289e28;*/
	color: #580C8E;
	/*text-decoration: none;*/
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

input[type=text], input[type=password], textarea {
	border: solid 1px #8DBDEA;
	padding: 3px;
}

#container {
	width: 770px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;	
}

#header {
	position: relative;
	padding: 0 5px;
	height: 155px;
	background: url(/images/dshead.gif) top no-repeat;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	background: url("/images/logo2.png") no-repeat;
	height: 140px;
	width: 144px;
}

#logo a {
	width: 140px;
	height: 144px;
}

#head {
	height: 78px;
}

#login {
	float: right;
	padding: 20px 20px 0 0;
	text-align: center;
}

#login input {
	padding: 0;
}

#nav {
	width: 760px;
	background: url("/images/test2.gif") #ffffff repeat-x;
}

#nav #red {
	background: url("/images/navred.gif") repeat-x top #ff9595;
}

#nav #green {
	background: url("/images/navgreen.gif") repeat-x center #7acc7b;
}

#nav #amber {
	background: url("/images/navamber.gif") repeat-x;
}

#nav #purple {
	background: url("/images/navpurple.gif") repeat-x;
}

#nav ul {	
	list-style: none;		
	height: 34px;
}

#nav ul li {
	float: right;
	height: 34px;
}

#nav a {
	float: left;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	padding: 10px 10px 0px 10px;
}

#strap {
	text-align: right;
	font-style: italic;
	float: right;
	line-height: 200%;	
}

#strap h1 {
	padding-right: 20px;
	font-size: 12px;
}

#main {
	background: url(/images/dsbody.gif) repeat-y white;
	padding: 0 5px;
	clear: both;
}

#leftcol {
	width: 540px;
	float: left;
}

#rightcol {
	width: 190px;
	padding-right: 15px;
	float: right;
}

.smallFont {
	font-size: 9px;
}

.textblock {	
	padding: 10px;
	line-height: 1.5em;
}

.textblock h2 {
	color: #248aea;
	border-bottom: solid 1px #95c1ea;
	margin-bottom: 2px;
	padding-left: 5px;
}

.textblock .kiHeading {
	border-bottom: 0;
}

.textblock h3 {
	color: #248aea;
	border-bottom: solid 1px #95c1ea;
	margin-bottom: 2px;
	padding-left: 5px;
}

.textblock ul {
	list-style: outside;
	padding-left: 30px;
}

.textblock ol {
	list-style: decimal outside;
	padding-left: 20px;
}

.menubox, .catbox {
	background: url(/images/menubox-bottom.gif) bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.menuboxTop, .catboxTop {
	background: url(/images/menubox-top.gif) top no-repeat;
}

.menuboxTop h2, .catboxTop h2 {
	text-align: center;
	font-size: 10px;
	padding-top: 3px;
}

.menuboxBody, .catboxBody {
	background-color: #e4effa;
	border-left: solid 1px #84bdf2;
	border-right: solid 1px #84bdf2;
	padding: 3px;
}

.menuboxBody ul, .catboxBody ul {
	padding-left: 5px;
	padding-bottom: 0;
}

.menuboxBody li, .catboxBody li {
	margin-left: 10px;
	list-style: outside;
	padding-bottom: 5px;
}

.catbox {
	background: url(/images/menubox-bottom-red.gif) bottom no-repeat;
	width: 190px;
	height: 100%;
}

.catboxTop {
	background: url(/images/menubox-top-red.gif) top no-repeat;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.catboxTop a {
	 font-size: 15px;
}

.catboxTop h2 {
	color: black;
	border-bottom: 0;
}

.catboxBody {
	background-color: #f9d4d4;
	border-left: solid 1px #e12222;
	border-right: solid 1px #e12222;
}

#floatfix {	
	clear: both;
}

#dsfoot {
	height: 14px;
	background: url(/images/dsfoot.gif) bottom no-repeat;
}

#footer {
	text-align: center;
}

#partners {
	text-align: center;
}

#partners h2 {
	font-size: 10px;
	margin-bottom: 10px;
}

#partners a img{
	padding-bottom: 20px;
}

.googlecheckout {
	text-align: center;
}

.googlecheckout input {
	border: 0;
}

.googleCheckoutHeading {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.alignCenter {
	text-align: center;
}

.errorMsg {
	text-align: center;
	color: red;
}

.okMsg {
	text-align: center;
	color: green;
}

form .comp {
	background-color: #FFB9B9;
	border: solid 1px #8DBDEA;
	padding: 3px;
}

.label {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.tableHeader {
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #95c1ea;
}

.tableOutline {
	border: solid 1px #8DBDEA;
	width: 100%;
}

.qRadio {
    padding-left: 50px;
}

.stop {
	color: red;
	font-weight: bold;
}

.getReady {
	color: orange;
	font-weight: bold;
}

.go {
	color: green;
	font-weight: bold;
}
