body { 
padding:0px;
background-color:  #FF6600;
}

b { 
color: black;
} 

#all { 
font-family: Arial, Helvetica, sans-serif;
height: 100%;
width: 100%;
}

#header {
width: 100%;
height: 150px;
background-color: #FF6600;
color: #ffffff;
padding: 0px;
}
#h1 {
color:#000000;
font-size: 18px;
margin: 0px;
padding: 0px;
}


#title2{ 
position: absolute;
font-family: Impact;
color: #fff;
font-size: 2em;
margin-top: 0px;
padding: 0px;
margin-left: 5%;
margin-top: 122px;
}

#menubar {
width: 100%-50px;
height: 20px;
background-color: #000000;
color: #ffffff;
text-align: right;
text-decoration: none;
font-size: 0.8em;
padding-right: 50px;
line-height: 1em;
vertical-align: middle;
}

#menubar a {
color: #ffffff;
text-decoration: none;
font-size: 0.8em;
}

#body {
width: 100%;
height: 500px; 
background-color: #ffffff;
color: #000000;
}

#footerbar {
width: 100%;
height: 17px;
background-color:  #000000;
color: #ffffff;
text-align: center;
font-size: 0.5em;
font-family: Tahoma, Arial;
vertical-align: middle;
padding-top: 3px;
}

#content {
height:66%;
background: #ffffff;
text-align: center;
font-family: Tahoma, Arial;
}

#contentwrapper { 
width: 900px;
height:66%;
margin-left:auto;
margin-right:auto;

}

#contentleft {
margin-top: 25px; 
float: left;
height:400px;
width: 190px;
font-size: 0.7em;
border-left-style: dotted;
border-left-color: #000000;
border-left-width: 1px;
border-top-style: dotted;
border-top-color: #000000;
border-top-width: 1px;
background: url(images/bg2.png);
padding: 5px;
text-align: left;
}

#contentmiddle { 
margin-top: 25px;
margin-left: 12px;
margin-right: 12px; 
float: left;
height:95%;
width: 400px;
font-size: 12px;
text-align: center;
}


#contentmiddle_wider { 
margin-top: 25px;
margin-left: 12px;
margin-right: 12px; 
float: left;
height:95%;
width: 600px;
font-size: 12px;
text-align: center;
background: url(images/middle_wider.jpg);
background-repeat:no-repeat;
background-position: top left;
}

#contentmiddle_wider h2 { 
	padding: 0px;
	margin: 0px;
}
#contentmiddle td,
#contentmiddle_wider td{
font-family: Tahoma, Arial;
font-size: 0.7em;
}

#contentright {
margin-top: 25px; 
float: left;
height:400px;
width: 190px;
font-size: 0.7em;
border-right-style: dotted;
border-right-color: #000000;
border-right-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #000000;
border-bottom-width: 1px;
background: url(images/bg.png);
padding: 5px;
}

/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	
	
.smalltext {
	font-size: 9px;
	font-family: Tahoma, Arial;
}