html, body, #wrapper {
	padding:0px;
	margin:0px;
	border:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	font-family:Segoe, "Segoe UI", "Segoe Print", Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.92em;
	text-align:left;
	letter-spacing:normal;
	color:#000000;
}
img {
	border:none;
}
#header {
	position:absolute;
	float:right;
	right:0;
	width:180px;
	text-align:center;
	z-index:2;
}
#menu {
	text-align:right;
	width:100%;
}
#main {
	position:absolute;
	width:100%;
	height:100% auto;
	vertical-align:top;
}
#content {
	position:relative;
	float:left;
	min-width:600px;
	min-height:550px;
	width:100% auto;
	height:100% auto;
	margin-top:120px;
	margin-left:20px;
	margin-right:200px;
	vertical-align:top;
}
#qrcode {
	position:absolute;
	float:right;
	bottom:0;
	right:0;
	width:180px;
	height:100% auto;
	text-align:center;
	vertical-align:bottom;
	z-index:1;
}
ul.menu_links {
	list-style-type:none;
	padding:0;
	margin:0;
	padding-right:5px;
}
.menu {
	color:#999999;
	font-size:1.6em;
	text-decoration:none;
}
	a.menu {
		color:#999999;
		text-decoration:none;
	}
	a.menu:link {
		color:#999999;
		text-decoration:none;
	}
	a.menu:visited {
		color:#999999;
		text-decoration:none;
	}
	a.menu:hover {
		color:#003366;
		text-decoration:none;
	}
	a.menu:active {
		color:#cccccc;
		text-decoration:none;
	}
.menu_sub {
	font-size:10px;
}

h1, h2 {
	color:#003366; 
	font-size:1.3em; 
	font-weight:bold;
	text-transform:uppercase;
}
h3 {
	color:#003366; 
	font-size:1.1em; 
	font-weight:bold;
	text-transform:uppercase;
}

a {
	color:#6699cc; text-decoration:none; 
}
	a:link {
		color:#6699cc; text-decoration:none; 
	}
	a:visited {
		color:#6699cc; text-decoration:none;
	}
	a:hover {
		color:#003366; text-decoration:none;
	}
	a:active {
		color:#336699; text-decoration:none;
	}
a.external:after {
	content:" " url(/images/external.png);
	text-decoration:none;
}
.aquo {
	color:#6699cc; text-decoration:none;
}
	a.aquo {
		color:#6699cc; text-decoration:none;
	}
	a.aquo:link {
		color:#6699cc; text-decoration:none;
	}
	a.aquo:visited {
		color:#6699cc; text-decoration:none;
	}
	a.aquo:hover {
		color:#003366; text-decoration:none;
	}
	a.aquo:active {
		color:#336699; text-decoration:none;
	}

.blue {
	color:#6699cc;
}

.imageflow_content	{
	width:100% auto; 
	position:fixed; 
	left:20px; 
	right:200px;
}

.textbox {
	background-color:#003366; color:#ffffff; font-family:Segoe,"Segoe UI","Segoe Print",Tahoma,Arial,Helvetica,sans-serif; font-size:12px; font-weight:normal; border:1px solid; border-color:#003366;
}
.sendbox {
	background-color:#003366; color:white; font-family:Segoe,"Segoe UI","Segoe Print",Tahoma,Arial,Helvetica,sans-serif; font-size:12px; font-weight:bold; border:1px;
}

.width100 {
	width:100%;
}
.width90 {
	width:90%;
}
.width80 {
	width:80%;
}
.width75 {
	width:75%;
}
.width70 {
	width:70%;
}
.width60 {
	width:60%;
}
.width50 {
	width:50%;
}
.width40 {
	width:40%;
}
.width30 {
	width:30%;
}
.width25 {
	width:25%;
}
.width20 {
	width:20%;
}
.width10 {
	width:10%;
}

.floatright {
	float:right;
}
.floatleft {
	float:left;
}

.column	{
	overflow:hidden;
	padding-bottom:5px;
}
