body {
 font-family: Tahoma, Helvetica,"Nimbus Sans L","Bitstream Vera Sans";	
 font-size: 10pt;
 background: #bad0f8;
 text-align: center;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}	

#header{
	width: 100%;
	text-align: center;
	border: 1px solid black;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-bottom: 10px;	
	background: white;
}

#menu {
	background: white;
	position: relative;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	width: 140px;
	left: 0px;
	float: left;
}
#content {
	background: white;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 600px;
	
	float: left;
	padding: 5px;
	margin-left: 10px;
	font-size: 10pt;
	min-height: 300px;
}
#right {
	background: white;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-left: 10px;
	padding: 5px;
	float: left;
	text-align: center;
}
#footer {
	text-align: center;
	bottom: 0px;
	clear: both;
	}
#user_menu {
font-size: 8pt;
}

#user_menu input {
font-size: 8pt;
}	


.big {
	font-size: 20pt;
	font-weight: bold;
}
.small {
	font-size: 8pt;
}

ul#menulist {
	width: 120px;
	list-style: none;
	padding-left: 0px;
}

ul#menulist li{
	padding-left: 2px;
	}
	
ul#menulist li:hover {
	font-weight: bold;
	}
	
h1 {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 18pt;
}
h2 {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 16pt;
}
h3 {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 14pt;
}


textarea {
	height: 100px;
	width: 400px;
	}
	
th {
	text-align: right;
	vertical-align: top;	
font-size: 10pt;	
}

td {
	vertical-align: top;
	font-size: 10pt;
	}

a {
	color: #00f;
}

a:visited {
	color: #00F;
}

a:hover {
	color: #003;
}

table {
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 580px;
}

table.searchresults {
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

table th {
	text-align: left;
	background: #94afe0;
	}
	
tr.row0 {
	background: #fff;
}

tr.row1 {
	background: #eeefff;
}

td {
border: 1px solid #c4cee0	
	}
	
hr {
	
	background-color: #000;
	color: #000;
	height: 1px;
	border: 0px;
}
img{
	border: 0px;
	}
	
input#msg {
	display: none;
	}