body {
	margin: 0px;
	padding: 0px;
	background-color: #002f41;
}
img {
	margin:0;
	padding:0;
	border:0;
}
/* MAIN DIVS */
#siteDiv {
	width:886px;
	height:100%;
}
#menuDiv {
	height: 43px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0b3a4c;	
	margin:0;
	padding:0;
}
#titleDiv {
	height:auto;
	background-image: url(../images/title_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin:0;
	padding:0;
	
}
.myContent {
	padding-left:50px;
	margin-left:0px;
	margin-top: 25px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	width:650px;
}
.myContent a , .myContent a:visited {
	color:#FFFFFF;
}
.myContent h3 {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	margin:0;
	margin-bottom:10px;
}
.myContent em {
	font-style: normal;
}

#contentDiv {
	width:741px;
	float:left;
	height:auto;

}

#rightPanel {
	float:right;
	background-color:#FFFFFF;
	height:400px;	
}
#footer {
	clear:both;
	background-image: url(../images/footer.gif);
	height: 11px;
	width: 837px;	
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	padding:0;
	background-repeat: no-repeat;
}
/* INTERFACE CLASSES */
.greenBorder {
	border: 1px solid #2b5261;
}
/* DROP DOWN MENU CLASSES */
#menuDiv div {
	margin:0;
	padding:0;
}


#menuDiv div a {
	float:left;
}
.dropdown {
	display:none;
}

.dropdownON , .dropdownON2 {
	display:block;
	position: absolute;
	left:221px;
	top: 280px;
	height:auto;
	/*width:193px;*/
	width:208px;
	color:#FFFFFF;
	text-align:left;
	margin:0;
	padding:0;
	background-color: transparent;
	overflow:hidden;

}
.dropdownON2 {
	left:107px;
}
.dropdownON a , .dropdownON2 a {
	font-family: tahoma;
	color: #FFFFFF;
	display:block;
	float:left;
	width:193px;
	font-size: 11px;
	margin:0px;
	padding:5px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #547480;
	border-right-color: #547480;
	border-bottom-color: #547480;
	border-left-color: #547480;
	background-color:#043a4f;
}
.dropdownON a.last , .dropdownON2 a.last {
	font-family: tahoma;
	color: #FFFFFF;
	display:block;
	float:left;
	width:193px;
	font-size: 11px;
	margin:0px;
	padding:5px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #547480;
	border-right-color: #547480;
	border-bottom-color: #547480;
	border-left-color: #547480;
	background-color:#043a4f;
}
.dropdownON a:hover , .dropdownON2 a:hover {
	font-family: tahoma;
	color: #002f41;
	display:block;
	float:left;
	width:193px;
	font-size: 11px;
	margin:0px;
	padding:5px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #547480;
	border-right-color: #547480;
	border-bottom-color: #547480;
	border-left-color: #547480;
	background-color: #7ca8b9;
}
.noHand {
	cursor:default;
}
#board {
	border:0;
	padding:10px;
	width:500px;
}

#board tr td {
	font:tahoma;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	background-color:#053d52;
}

.textimgdiv { width:605px;margin:0;padding:0; }

.textimg { width:600px;margin:0;padding:0;padding-top:30px; }

.textimg p   { float:left; width:440px; margin-right:10px;  }

.textimg img {
	float:left;
	border: 4px solid #074157;
}

.textimg span {   }

.launch {
	background-image: url(../images/launch.gif);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 144px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top:8px;
}

.launch2 {
	background-image: url(../images/launch2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 144px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top:8px;
}

.textimg strong { font-size:14px; }