html {
	height: 100%;
	}
body {
	background-color: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}

a:link, a:visited {
	font-weight: normal;
	color:#CC9900;
	text-decoration: none;
}
a:hover {
        color: #FFCC55;
	text-decoration: none;
}
.leftside {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.rightside {
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.leftsidebot {
	height: 229px;
	width: 147px;
	background-image: url(images/left_bg_bot.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.rightsidebot {
	height: 229px;
	width: 58px;
	background-image: url(images/right_bg_bot.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.middle {
	background-color: #FFFFFF;
	height: 100%;
	background-image: url(images/greybot2.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
.topbar {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	/*background-image: url(images/redtop.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;*/
	border-bottom: solid 4px #CC9900;
	margin: 0px;
	padding: 0px;
	height: 53px;
	width: 100%;
}
.content {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
.toptext, .toptext:link, .toptext:visited, .toptext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
	text-decoration: none;
}
.extralines {
	height: 79px;
	width: 30px;
	position: absolute;
	left: 30px;
	top: 131px;
}
.sidemenu {
	margin: 0px;
	padding: 0px;
	width: 139px;
	position: absolute;
	z-index: 1;
	left: 8px;
	top: 223px;
}
.sidemenuitem_light {
	background-image: url(images/menu_light.jpg);
	padding: 0px;
	padding-left: 5px;
	padding-top: 1px;
	height: 26px;
	width: 139px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.sidemenuitem_dark {
	background-image: url(images/menu_dark.jpg);
	padding: 0px;
	padding-left: 5px;
	padding-top: 1px;
	height: 26px;
	width: 139px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.sidemenuitem_red {
	background-image: url(images/menu_red.jpg);
	padding: 0px;
	padding-left: 5px;
	padding-top: 1px;
	height: 26px;
	width: 139px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.sidemenulink:link, .sidemenulink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: left;
}
.sidemenulink:hover {
	color: #CC9900;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}
.greybox {
	background-color: #CCCCCC;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 10px;
	border: 1px solid #999999;
}
.greyboxheader {
	background-color: #CCCCCC;
	background-image: url(images/greybot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: solid 3px #CC9900;
	padding: 5px;
	padding-top: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size:18px;
}
.greyboxheader:link, .greyboxheader:visited, .greyboxheader:hover {

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.greyboxcontent {
	padding: 10px;
}
.itemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-align: center;
	margin-bottom: 5px;
}
.itemcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.input {
	border: solid 2px #CC9900;
	background-color:#FDFCF4;
}
.sidebar {
	font-size: x-small;
	float: right;
	margin-left: 1em;
	top: auto;
	width: 150px;
	margin-bottom: 1em;
	border-width: thin;
}
}
.tabrow {
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(/images/tabs/wowtabs_border.png);
}
.tabbar {
	background-color: #CC0000;
	height: 10px;
	border-left: solid 2px #CC0000;
	border-right: solid 2px #CC0000;
	clear: left;

}
.tabtitle {
	margin-top: 8px;
}
.tabbox {
	/*border: solid 3px #CC0000;*/
	border: solid 1px #CC9900;
        border-top: solid 3px #CC9900;
	background-color:#FFFFFF;
	/*height: 300px;*/
	/*overflow: auto;*/
	clear: left;
}
.tabcontent {
	margin: 10px;
	margin-top: 15px;
}
.tabon, .taboff {
	height: 28px;
	float: left;
	border-bottom: 0px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	font-size: 15px;
	background-position:top;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tabon {
	color:#FFFFFF;
	background-image: url(/images/tabs/wowtabs_slice2.png);
}
.taboff {
	color:#FFFFFF;
	background-image:url(/images/tabs/wowtabs_slice4.png);
}
.tabedge {
	width: 17px;
	height: 28px;
	float: left;
	background-position:top;
	background-repeat:no-repeat;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/tabs/wowtabs_slice5.png');*/
}
/* IE ignores styles with [attributes], so it will skip the following. */
.tabedge[class] {
  /*background-image: url(/images/tabs/wowtabs_slice5.png);*/
}
.indentedtable {
	width: 66%;
	align: center;
	vertical-align: middle;
	font-size:small;

}

.contactarrow {

	background-repeat: no-repeat;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	clear: left;
	float: left;
	text-align: center;
	vertical-align: middle;	
}

.contactarrow span {
	vertical-align: middle;
}
#mailarrow {
	background-image: url(/images/contact-arrow-mail.gif);
	width: 175px;
	height: 53px;
}

#emailarrow {
	background-image: url(/images/contact-arrow-email.gif);
	width: 175px;
	height: 53px;
}
#phonearrow {
	background-image: url(/images/contact-arrow-phone.gif);
	width: 175px;
	height: 53px;
}