/* CSS Document */
body{ width:100%;}

#header {
	background:#FFFFFF url(../images/headerBackgroundCircles2.gif) repeat-x scroll center top;
	height:216px;
	text-align:center;
	width:100%;
	border-bottom:1px solid #edd;
}

#mainMenu{
	display:block;
	width:710px;
	margin:0 auto;
	margin-bottom:18px;
	margin-top:-1px;
	padding:9px 18px;
	background-color:#f9f9f9;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	/*-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;*/
	border:1px solid #edd;

}
#mainMenu ul{line-height:18px; font-size:16px;}
#mainMenu ul li{ }
#mainMenu ul li a{}

ul.hList{ margin:0; padding:0;}
ul.hList li{ display:inline; margin-right:.5em;}
ul.hList ul li a{}

table.user{
width:auto;
margin:0 0 9px 0;
padding:18px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#f9f9f9;
border:1px solid #DDDDDD;
}
table.user tr{ }
table.user th{  font-size:12px; line-height:18px; font-weight:normal; padding:0 .25em; width:150px; text-align:right; background-color:transparent; vertical-align:top;}
table.user td{}

#footer{
	display:block;
	background-color:#fff;
	width:710px;
	margin:0 auto;
	margin-bottom:18px;
	padding:9px 18px;

}
#footer ul{ margin-top:9px;}

.box {
	background-color:#f9f9f9;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #edd;
	padding:18px;margin-bottom:18px;
}

p{font-family: Verdana, Geneva, sans-serif;}
