@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
}
#layout {
	width: 950px;
	margin: 20px auto;
	border-bottom: 1px solid #CCC;
}
#menu {
	margin-top: 10px;
	height: 40px;
	background: url(../images/menu.png) repeat-x;
	font: bold 18px/40px Arial, Helvetica, sans-serif; 
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
 	display: inline;
}
#menu ul li a {
	float: left;
	padding: 0 20px;
	color: #FFF;	
	text-align: center;	
	text-decoration: none;
	border-right: solid 1px #CCC;
}
#menu ul li a:hover {
	background: #090;	
	color: #FFF;
}
#submenu {
	height: 15px;
	background:#CCC;
	margin: 10px 0;
}
.left { float: left; }
.right { float: right; }
.clear { clear:both; }


.mandatory { color: #C80000; }

#page {
	float: left;
	width: 600px;
}
#column {
	float: right;
	width: 340px;	
}
.block {
	border: solid 1px #CCC;
	padding: 10px 20px;
	margin-bottom: 10px;
	background: url(../images/block1.png) repeat-x bottom;
}

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333;
}

#success {
	margin-bottom: 10px;
	border: solid 1px #090;
	color: #090;
	background: #F8FBF6;
	padding: 5px 15px;
}
#error {
	margin-bottom: 10px;
	border: solid 1px #900;	
	color: #900;
	background: #FFF2F2;
	padding: 5px 15px;
}

.grid {
	border: solid 1px #CCC;
	background: #FFF;
}
.grid td {
	border-bottom: solid 1px #EEE;
}
.center { text-align: center; }
#footer {
	text-align: center;
	border-top: solid 1px #CCC;
	margin: 10px auto;
	width: 950px;
	padding: 10px;
	
}