html, body {
	height:100%;
	font-size:100%;
}

*, html {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2em;
}

a {
	color: #6E7882;
	text-decoration: none;
}

a:hover {
	color: #6198a8;
	text-decoration: underline;
}

img {
	border:0 none;
}

.rel {
	position: relative;
}

.wrap {
	margin: 0 auto;
	width: 970px;
	height:100%
}

.clear {
	clear:both;
}

#content .wrap p {
	padding-top: 10px;
}


.pad {
	padding: 10px;
}

input[type="text"], input[type="password"], select, textarea {
	border:1px solid #6e786e;
	font-size:11px;
	margin: 0 0;
	color: #6e786e;
}

input[type="text"], input[type="password"], textarea {
	padding: 3px;
}

select {
	padding:3px;
}

input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover {
	border: 1px solid #6198a8;
}

.submit {
    background:transparent none no-repeat scroll 0 0;
	cursor: pointer;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	background: #6198a8  repeat-x scroll 0 0;
	color: white;
	border:1px solid #6198a8;
	border-spacing:0;
	display:inline;
	font-size:12px;
	margin-top: 3px;
	padding: 4px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;

	width:auto;
	overflow:visible;
	//padding:4px 10px 3px 7px; /* IE6 */

}



input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background: #484848;
	border:1px solid #484848;
}


h1{border-bottom:1px solid #EBEBEB;color:#696969;font-size:24px;font-weight:400;margin:0 0 12px;padding:0 0 3px;}
h2{border-bottom:1px solid #F5F5F5;color:#696969;font-size:16px;font-weight:500;margin:0 0 5px;padding:10px 0 3px;}
h3{color:#696969;font-size:16px;font-weight:700;margin:0;padding:10px 0 5px;}
hr{background-color:#EBEBEB;border:0;border-top:1px solid #EBEBEB;height:0;margin:10px 0;overflow:hidden;}
h4 {
	font-size:15px;
    color: #696969;
}

h5 {
	font-size:10px;
	letter-spacing:1px;
    text-transform:uppercase;
    padding-bottom: 5px;
    color: #696969;
}

table input[type="text"] {
	width: 160px !important;
	font-size: 12px !important;
}

table img {
	padding-right: 10px;
}

table td.grey {
	background: #f1f2f1 !important;
	color: #a3b358 !important;
	width: 150px !important;
	text-transform:uppercase !important;
	text-align: center;
}

.center {
	text-align:center;
}

table.data td.left {
	text-align: left;
	text-transform:uppercase
}

#mainpage {
	background:#FFFFFF none repeat scroll 0 0;
	color:#484848;
	float:left;
	height:100%;
	margin:0 auto;
	min-height:250px;
	padding:10px;
	width:970px !important;
}

.lightblue {
	color: #c9c9c9 !important;
}

.bold {
	font-weight:700;
}

.greenheading {
	color: <= $olivegreen ?> !important;
}

.white {
	color: white !important;
}

.midblue {
	color: #4e5a70;
}

.logo {
	color: #6198a8 !important;
}

.textshadow {
	text-shadow: 0 1px 0 #3a4354;
}

.textbg {
	background:none repeat scroll 0 0 #f1f2f1;
	border:2px solid #6e786e;
	float:left;
	height:100%;
	padding:30px;
}

.roundedtop {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	min-height:6px;
}

#shadowtop {
		background-image: url("/images/shadow_top.png");
		background-position: top left;
		background-repeat: no-repeat;
		height: 60px;
}

#shadowbottom {
	background-image: url("/images/shadow_bottom.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 60px;
}

#kbarticle {
	padding:10px 0 0 55px;
	position:relative;
	top:-50px;
}

#kbarticle ul {
	list-style:disc inside none;
	margin-top:15px;
}
#kbarticle ul li {
	padding: 5px;
}
#kbarticle ol {
	list-style:disc inside none;
	margin-top:15px;
}
#kbarticle ol li {
	padding: 5px;
}
#kbarticle img {
	padding: 15px;
}
