/*---------------------
html tags
---------------------*/
body {
	color: #FFF;
	background: #000066;
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
	margin: 0px;
}
p, li {
	font-size: 12px;
	padding-top: 0px;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #009999;
	text-decoration: underline;
}

a img {
	border:2px solid #006;
}

a:hover img {
	border: 2px solid #009999;
}

/*---------------------
content
---------------------*/
#maintable {
	width: 100%;
	margin-top: 0px;
	background: #000066;
}
#topholder {
	width: 100%;
	background: #FFF;
}
#toptable {
	width: 800px;
}
#fglogo {
	background: #FFF;
	width: 200px;
	height: 120px;
	padding: 20px 20px 20px 30px;
}
#dev {
	background: #FFF;
	width: 200px;
	height: 120px;
	color: #000066;
	padding: 0 0 20px 0;
	vertical-align: bottom;
	text-align: right;
}
#melogo {
	background: #FFF;
	width: 170px;
	text-align: right;
	vertical-align: bottom;
	height: 120px;
	padding: 20px 10px 20px 0;
}
#rbslogo {
	background: #FFF;
	width: 160px;
	text-align: right;
	vertical-align: bottom;
	height: 120px;
	padding: 20px 30px 20px 0;
}
#navtable {
	width: 800px;
}
#imagetable {
	width: 800px;
}
#bottomtable {
	width: 800px;
}
#mainimage {
	width: 100%;
	height: 200px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #38A4B7;
}
#maincontentleft {
	padding: 20px;
	vertical-align: top;
	width: 250px;
	background: #000066;
}
#maincontentmid {
	padding: 20px;
	vertical-align: top;
	width: 210px;
	background: #000066;
}
#maincontentbullet {
	padding: 20px 20px 20px 0;
	vertical-align: top;
	width: 210px;
	background: #000066;
}
#maincontentright {
	padding: 20px 20px 20px 20px;
	vertical-align: top;
	width: 190px;
	background: #000066;
}
#infoleft {
	padding: 20px 20px 20px 10px;
	vertical-align: top;
	text-align: center;
	width: 230px;
	background: #000066;
}
.infomid {
	padding: 20px 10px 0 20px;
	vertical-align: top;
	text-align: center;
	width: 220px;
	background: #000066;
}
.inforight {
	padding: 20px 10px 0 20px;
	vertical-align: top;
	text-align: center;
	width: 220px;
	background: #000066;
}



/*------------------------------
primary navigation
------------------------------*/
#primarynav {
	font-weight: bold;
	height: 30px;
	background: #000066;
}
#menu1 ul {
    margin: 0;
    list-style-type: none;
    padding-left: 10px;
}
#menu1 li {
	font-size: 13px;
    margin: 0;
    float: left;
    padding: 0 10px 0 10px;
}
#menu1 a:link {
	color: #FFF;
	text-decoration: none;
}
#menu1 a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu1 a:hover {
	color: #009999;
	text-decoration: none;
}
#selected {
	color: #009999;
	text-decoration: none;
}
