/* CSS Document */
body {
	color: #000000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
	background-color: #A9D3E8;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background-color: #B7E8FF;
	text-indent: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
}
h3 {
	color: #0066CC;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 20px;
}
h4 {
	text-decoration: none;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background-color: #D9F2FF;
	text-indent: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #000099;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #0170DE;
}
a:hover {
	text-decoration: underline;
}
hr {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}
b {
	font-weight: bold;
}
input {
	background-color: #FFF5D7;
}
textarea {
	background-color: #FFF5D7;
}
.modernbricksmenu {
	width: 52%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	float: right;
	clear: none;
	margin-top: 72px;
}
.modernbricksmenu  ul {
	list-style: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}
.modernbricksmenu  li {
	display: inline;
}
.modernbricksmenu  li  a {
	display: block;
	text-decoration: none;
	margin-right: 10px;
	color: #000000;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	width: 94px;
	float: left;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.modernbricksmenu  a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(images/tabover.gif);
	background-repeat: no-repeat;
}
.modernbricksmenu  #current  a { /*currently selected tab*/
	text-decoration: none;
	background-image: url(images/tabover.gif);
	background-repeat: no-repeat;
}
#maincontainer {
	width: 950px; /*Width of main container*/
	margin: 0 auto;
}
#topsection {
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 101px;
}
#topsection .logo {
	padding-top: 5px;
	float: left;
	width: 40%;
	padding-left: 15px;
}
#contentwrapper {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
#contentcolumn {
	margin-left: 260px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#leftcolumn {
	float: left;
	width: 250px; /*Width of left column in pixel*/
	margin-left: -950px;
}
#rightcolumn {
	float: left;
	width: 200px; /*Width of right column in pixels*/
	margin-left: -950px;
	margin-top: 50px;
}
.innertube {
	margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#footer {
	clear: left;
	width: 99%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 5px;
	font-size: 85%;
}
#footer li {
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#footer li a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#footer li a:hover {
	text-decoration: underline;
}
#bodybgbottom {
	background-image: url(images/bgbottom.gif);
	background-repeat: repeat-x;
	bottom: 0px;
	height: 41px;
	margin-bottom: 0px;
	background-position: bottom;
	float: none;
	clear: both;
	width: 100%;
	padding-bottom: 0px;
	position: fixed;
	visibility: visible;
	z-index: auto;
}
#bodybgtop {
	background-image: url(images/bgbottom.gif);
	background-repeat: repeat-x;
	height: 41px;
	background-position: top;
	float: none;
	clear: both;
	width: 100%;
	visibility: visible;
	z-index: 20;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	clip: rect(0px,auto,auto,auto);
	background-attachment: fixed;
	overflow: hidden;
	position: absolute;
}
