/*
*	blue-gray.css
*/
* {margin:0;padding:0;border:0}
body{
	color : #222;
	background : #E0E0E0;
	margin:0;
	text-align:center;
	font-size: 14px;
	width:100%;
	height:100%;
}
a {
	color:#0316A5;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
h1 {
	display:block;
	font-size:140%; 
	font-weight:bold;
	margin-bottom: 10px;
	color:#0316A5;
	letter-spacing : 5px;
}
h2 {
	margin:10px 0 10px;
	font-size:130%;
	font-weight:600;
}
h3 {
	margin:10px 0 5px;
	font-size:110%;
	font-weight:500;
}
h2, h3 {
	color:#0316A5;
	letter-spacing : 2px;
}
p {
	margin:0px 0px 10px;
}
#header {
	background: #020F77;
	padding: 10px;
	position: relative;
}
#header a {
	color:#CDC9FD;
}
#header h1 {
	color: #CDC9FD;
	margin: 0;
}
.body-wrap {
	border:1px solid #0316A5;
	height: auto;
	display:block;
	text-align: left;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin: 1px;
}
#content {
	padding-right: 10%;
	width: auto;
}

.menu {
	background: #FFF;
	margin: 0;
}
.menu li {
	background: url(blue-gray-menu.png) repeat-x;
	text-align:left;
	display:block;
	line-height:35px;
	height:35px;
	text-decoration:none;
	padding-left:30px;	
	overflow: hidden;
}

.menu li:hover {
	text-decoration : none;
	background: url(blue-gray-menu-hover.png) repeat-x;
}
.menu li:hover  a{
	color: #020F77;
}
.menu li a {
	color: #CDC9FD;
	font-weight: bold;
}

#momo_footer {
	background : transparent;
	font-size : 80%;
	font-weight:normal;
	padding : 5px 0;
	text-align:center;
	clear:both;
	height : 50px;
}
#momo_footer a {
	color: #020F77 ;
}

ul { 
	list-style : none;
	margin-left : 10px;
	padding : 0;
} 
