/* Layout 2008 */

body {
	position:absolute;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #333;
	background-color: #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

div#mainbody {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 605px;
	background-color: white;
	z-index: 11;
}

div#othermenu {
	position:absolute;
	top: 615px;
	left: 0px;
	width: 900px;
	height: 10px;
	z-index: 11;
	text-align: right;
}

div#contentbox {
	position:absolute;
	overflow: auto;
	top: 160px;
	left: 270px;
	width: 630px;
	height: 445px;
	z-index: 11;
}

div#loback {
	position:absolute;
	top: 350px;
	left: 630px;
	width: 238px;
	height: 225px;
	background-image: url(../images/loback.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

.contentinner {
	margin-left: 100px;
	width: 410px;
	z-index: 1;
}

div#q1{
	position:absolute;
	top: 15px;
	left: 100px;
	width: 133px;
	height: 133px;
	background-color: black;
}

div#q2{
	position:absolute;
	top: 163px;
	left: 100px;
	width: 133px;
	height: 133px;
	background-color: black;
}

div#q3{
	position:absolute;
	top: 311px;
	left: 100px;
	width: 133px;
	height: 133px;
	background-color: black;
}

div#q4{
	position:absolute;
	top: 460px;
	left: 100px;
	width: 133px;
	height: 133px;
	background-color: black;
}

div#menueback{
	position:absolute;
	top: 125px;
	left: 270px;
	width: 630px;
	height: 22px;
	background-color: #6D6E71;
}

.innermenue{
	padding-top: 4px;
}

div#logoposition{
	position:absolute;
	top: 40px;
	left: 570px;
	width: 314px;
	height: 67px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

.noborder 
{ 
border: none;
}


a { color: #EE1C23;
	margin: 0em;
	padding: 0em;
}

a:link,  a:visited { 
text-decoration: none;
}

a:hover { 	
	text-decoration: underline;
}

a:active
{
	color: #f00;
}

a.menu {
	font-family: arial;
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

a.menu:visited, a.menu:link {
	
}

a.menu:hover{	
color: #EE1C23;
}

a.menu:active {	
color: #EE1C23;
}

a.menuwhite {
	font-family: arial;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

a.menuwhite:visited, a.menuwhite:link {
	
}

a.menuwhite:hover{	
color: #EE1C23;
}

a.menuwhite:active {	
color: #EE1C23;
}

.red
{
font-family: arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
color: #EE1C23;
}

ul, li
{
padding:0px;
}
.inline
{
display: inline;
padding-left: 50px;
}

.noliststyle
{
list-style: none;
margin: 0px 0px 0px 0px;
}

.grey
{
color: #333;
}

.black
{
color: black;
}

.bold
{
font-weight: bold;
}

.big
{
font-size: 14px;
}

.normal
{
font-size: 12px;
}

.small
{
font-size: 10px;
}

.justify
{
text-align: justify;
}

.center
{
text-align: center;
}

.italic
{
font-style: italic;
}

p
{
padding-left: 20px;
padding-right: 20px;
}

h3
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}