﻿
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: 'ITC Officina Sans Std Book' , 'ITC Officina Sans Std' , 'ITC Officina Sans Book' , 'ITC Officina Sans' , 'Trebuchet MS' , 'Trebuchet' , 'Arial' , 'san-serif';
	font-size: 80%;
	margin-top: 10px;
}

h3
{
	font-size: 106%;
}

#wrapper
{
	margin: 0 auto;
	width: 800px;
	border: 1px solid black;
}
#header
{
	position: relative;
	width: 800px;
}

#header img
{
	vertical-align: bottom;
}

#bar
{
	height: 10px;
}

#bar img
{
	vertical-align: top;
}


#leftcolumn
{
	color: Black;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}

#sitemap
{
}

#sitemap ul
{
}

#sitemap li
{
	list-style: none;
}

#sitemap li a
{
	font-weight: bold;
}

#sitemap li ul
{
	margin-left: 20px;
}

#sitemap li ul a
{
	font-weight: normal;
}

#sitemap li li
{
	font-size: 90%;
}


#rightcolumn
{
	height: 580px;
	color: White;
	width: 425px;
	margin-left: 350px;
	line-height: 120%;
}

#content
{
	padding-top: 20px;
}

#footer
{
	text-align: center;
	padding-top: 5px;
	clear: both;
	color: Black;
	font-size: 85%;
}



#poweredby
{
	text-align: center;
	color: Black;
	font-size: 85%;
}




.imgMKC
{
	vertical-align: bottom;
}

.inside
{
	list-style-position: outside;
	margin-left: 20px;
}

.contact
{
	list-style-position: outside;
	margin-left: 20px;
}

.contact li
{
	margin-top: 2.5px;
}

.inside li
{
	margin-top: 5px;
}

.inside li li
{
	margin-left: 20px;
	margin-top: 0px;
	list-style-type: square;
}

.inside li a
{
	color: White;
}

.whitelink A
{
	text-decoration: none;
	color: White;
}
.whitelink A:link
{
	text-decoration: none;
	color: White;
}
.whitelink A:visited
{
	text-decoration: none;
	color: White;
}
.whitelink A:active
{
	text-decoration: none;
	color: White;
}
.whitelink A:hover
{
	text-decoration: underline;
	color: white;
}

#membershiplink A
{
	text-decoration: none;
	color: White;
}
#membershiplink A:link
{
	text-decoration: none;
	color: White;
}
#membershiplink A:visited
{
	text-decoration: none;
	color: White;
}
#membershiplink A:active
{
	text-decoration: none;
	color: White;
}
#membershiplink A:hover
{
	text-decoration: underline;
	color: white;
}

.testimonials A
{
	text-decoration: none;
	color: White;
}
.testimonials A:link
{
	text-decoration: none;
	color: White;
}
.testimonials A:visited
{
	text-decoration: none;
	color: White;
}
.testimonials A:active
{
	text-decoration: none;
	color: White;
}
.testimonials A:hover
{
	text-decoration: underline;
	color: white;
}

.defaultInput
{
	border-right: Black 1px solid;
	border-top: Black 1px solid;
	font-size: 11px;
	border-left: Black 1px solid;
	border-bottom: Black 1px solid;
	background-color: #ffffff;
}

a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
}

a:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:after
{
	text-decoration: none;
}


/*
#TestNav
{
	text-align: center;
	padding: 0px;
}

#TestNav li
{
	display: inline;
	margin: 0px 10px 0px 10px;
	border: 2px solid white;
	padding: 0px;
}

#TestNav li.activeTest
{
	border: 2px solid black;
}

#TestNav li a
{
	color: White;
	text-decoration: none;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}

.pointer
{
	cursor: pointer;
	text-decoration: underline;
}

*/

#navlist
{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid White;
	font: bold 12px Verdana, sans-serif;
	text-align: center;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid White;
	border-bottom: none;
	background: #448;
	text-decoration: none;
	color: #DDE;
	outline: none;
}

#navlist li a:hover
{
	color: #000;
	background: #AAE;
	padding: 3px 0.5em;
	outline: none;
}

#navlist li a.current
{
	background: white;
	color: Black;
	border: 1px solid white;
	outline: none;
}







