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

body {
	background-image: url(images/bg.png);
	background-repeat:repeat-x;
	background-color: #103863;
	margin-top: 30px;
}

body.mceContentBody {
   background: #FFF !important;
   background-image: none;
}

.padding_topleft { 
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 30px;
}

.padding_topright { 
    padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style4 {font-size: 12px}

img{
	border: 0px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #003869;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.style6 {font-size: 11px}

.border {border: solid #000000 1px; }
.border1 {border: solid #CC5729 1px; }
.border2 {border: solid #003869 1px; }
.style3 {color: #841A1A; font-weight: bold; }

.container{
	height: 0px;
	width: 100%;
	position: relative;
	text-align: left;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.subtitle{
	font-size: 18px; 
	font-weight: bold;
	color: #003869; 
	width: 100%; 
	text-align: center; 
}

#menu_left{
	display: inline;
	background-position: top right;
	background-image: url(images/menuleft.gif);
	height: 25px;
	width: 3px;
	padding: 5px;
	background-repeat: no-repeat;
	line-height: 25px;
}

#menu_right{
	display: inline;
	background-position: top left;
	background-image: url(images/menuright.gif);
	height: 25px;
	width: 3px;
	padding: 5px;
	background-repeat: no-repeat;
	line-height: 25px;
}

#menu_outer{ /*The outer td*/
	height: 25px;
	line-height: 25px;
	background: white url(images/menulinetopmiddle.gif) repeat-x top center;
}

.menu{ /* the inner td's*/
	white-space: nowrap;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
    background: white url(images/menucenter.gif) repeat-x top center;
	position: relative;
	top: 2px;
}

.menu a{ /* the ul*/
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	padding: 5px;
	height: 25px;
	line-height: 25px;
    background-color: white;
    background-image: url(images/menucenter.gif);
    background-repeat: repeat-x;
    background-position: top center;
	position: relative;
	top: -2px;
}

#undermenu{
	background: white url(images/menulinebottommiddle.gif) repeat-x top left;
	position: relative;
	width: 100%;
	height: 15px;
	top: -3px;
}

#undermenu_left{
	background: white url(images/menulinebottommiddle.gif) repeat-x top left;
	position: relative;
	width: 100%;
	height: 15px;
	top: -3px;
	left: 1px;
}

#undermenu_right{
	background: white url(images/menulinebottommiddle.gif) repeat-x top left;
	position: relative;
	width: 100%;
	height: 15px;
	top: -3px;
	left: -1px;
}

.required{
	color: red;
}
/*.menu li{ /*Thie li's inside*//*
	display: inline;
	white-space: nowrap;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	font-family: sans-serif;
	/*background-color: blue;*//*
	vertical-align: middle;
	width: auto;
	color: white;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	background: white url(images/menucenter.gif) repeat-x top center;
	position: relative;
	top: -1px;
}

.menu li a{ /*Thie li's inside*//*
	font-family: sans-serif;
	vertical-align: middle;
	color: white;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	position: relative;
	top: -1px;
}*/

/*.menu_active{
	display: inline;
	border: 1px solid red;
	height: 22px;
	text-align: center;
	color: white;
	font-family: sans-serif;
	line-height: 22px;
	vertical-align: middle;
	background-image: url(images/menucenter_active.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
}

#undermenu{
	height: 22px;
	background-image: url(images/undermenu.gif);
	background-repeat: repeat-x;
	height: 16px;
	background-position: top;
}*/

.qmmc {
	
}