body {
font-family:'Arial';
background-color: #c9c9ff;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}

div#mainframe{
width : 1000px;
position: relative;
top: 10px;
background-color: #00007e;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
}

div#head{
width : 1000px;
height: 100px;
position: relative;
top: 0px;
left:0px;
background-color: #00007e;
border-radius : 10px;
}

div#menu{
position: relative;
left: 0px;
/*height: 500px;*/
width: 250px;
background-color: #00007e;
float: left;
}

div#content{
/* position: relative;*/
/* left: 250px;*/
width: 690px;
padding: 20px;
/*height: 500px;*/
background-color: white;
}

div#foot{
position: relative;
left: 0px;
width: 1000px;
height: 25px;
background-color: #00007e;
border-radius : 10px;
}

/* Head formating */
img#head_logo{
width:75px;
height:75px;
position: absolute;
left: 20px;
top: 12px;
}

div#head_title{
position: relative;
top: 35px;
color:white;
margin-left:auto;
margin-right:auto;
width:575px;
}

div#head_memberlogin{
position: absolute;
top: 12px;
right: 20px;
color: #ffe300;
}

#head_memberlogin a{
color: #ffe300;
text-decoration: none;
}

img#settings_ico{
width: 17px;
height: 17px;
position: relative;
top: 3px;
}

/* table that fixes menu and content position */
table#bodyTable {
border-collapse: collapse;
border-spacing: 0px;
border: 0px none;
margin: 0px;
padding: 0px;
}

td.bodyTD {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	
}

/* Menu formating */
div.menuItem {
color: #ffe300;
background-color: #00007e;
/*border-top: solid 1px #ffe300;
border-bottom: solid 1px #ffe300;*/
padding-left: 20px;
text-decoration: none;
}

div.menuItem:hover{
background-color: #ffe300;
color: #00007e;
text-decoration: none;
}

div.menueItem {
color: #ffe300;
background-color: #00007e;
/*border-top: solid 1px #ffe300;
border-bottom: solid 1px #ffe300;*/
padding-left: 20px;
text-decoration: none;
}

div.submenuItem {
background-color: #00007e;
color: #ffe300;
padding-left: 20px;
text-decoration: none;
}

div.submenuItem:hover{
background-color: #ffe300;
color: #00007e;
text-decoration: none;
}

/* Foot Menu formating */
table#footMenuTable {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 250px;
	height: 100%;
	vertical-align: center;
}

td.footMenuTD {
	margin: 0px;
	padding: 0px;
	/*border-left: solid 1px #ffe300;
	border-right: solid 1px #ffe300;*/
	color: #ffe300 ! important;
	background-color: #00007e;
}

td.footMenuTD:hover{
	background-color: #ffe300;
	color: #00007e;
}

div.footMenuItem {
	color: #ffe300;
	/*background-color: #00007e;*/
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: center;
}

div.footMenuItem:hover{
	/*background-color: #ffe300;*/
	color: #00007e;
}

label {
	float: left;
	text-align: right;
	width: 10em;
}
