@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
	background-image: url(images-common/bkgr.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* This manages the full design size */

#wrapper {
	width:850px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #336699;
}

/* This is the header area only */

#header {
	padding-top: 23px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 24px;
	background-image: url(images-common/kwaib.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 65px;
	background-position: center center;
}

#header div {
	padding:5px;
	float:left;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* This is the horizontal menu */

#horizmenu {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #336699;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#horizmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#horizmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#horizmenu a:hover {
	color: #FE0134;
	text-decoration: none;
}
#horizmenu a:active {
	color: #FFFF00;
	text-decoration: none;
}
/* This is the main content area */

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333333;
	line-height: 1.5em;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #336699;
}


#content div {
	padding:5px;
	float:left;
}

/* This is the footer with the copyright language and contact info */
#footer {
	float:left;
	color: #999999;
	font-size: x-small;
	font-weight: normal;
	margin-top:3px;
	margin-bottom:3px;
	width:100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336699;
}

#footer div{
	padding:5px;
	float:left;
}
#footer a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #CC0033;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
/* This is the bottom */
#bottom {
	clear:both;
	text-align:right;
}
/* Other stuff */
.announcement {
	background-color: #CAD7E4;
	padding: 5px;
	width: 80%;
	border: thin double #336699;
	float: left;
	margin-left: 8%;
}
.tabulardata {
	color:#5982AC;
	border: 1px solid #EBEBEB;
}
.tabulardata th{
	background-color: #537EA9;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.tabulardata td{
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.redText {
	color: #CC0000
}
.graySmall {
	color: #999999;
	font-size: 9px;
}

.phonenumber {
	font-size: x-large;
	color: #336699;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.photoRight {
	padding: 5px;
	width: 275px;
	float: right;
	font-size: x-small;
	color: #666666;
	text-align: center;
	margin-left: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h2 {
	font-size: large;
}
