html,body {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-family:"Lucida Grande",Arial,Verdana,sans-serif;
	font-size:90%;
	line-height:1.5;
	margin:0;
}


a {
	color:#0066CC;
}

a:hover {
	color:#990000;
}

p.dv {text-align:center;color:gray;}

#wrap {
	clear:both;
	margin:20px 50px 50px 50px;
	text-align:left;
	margin:0 auto;
	width:870px;
}
#header {
	padding-bottom:7px;
	padding-top:40px;
	margin-bottom:12px;
	border-bottom:1px solid #ccc;
	clear:both;
}

#content {
	font-size:1.0em;
	padding:10px 10px 10px 30px;
}
#side {
	float:right;
	width:300px;
	padding-top:20px;
}

#footer {
	color:gray;
	margin-top:30px;
	font-size:80%;
	margin-bottom:50px;
}


h1 {
	font-family:helvetica,arial,sans-serif;
	color:#555;
	font-size:41px;
	letter-spacing:-2px;
	line-height:1em;
	margin:20px 0 10px;
	padding:0;
	text-align:left;	
	font-weight:bold;	
}

h2, h3 {
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
}

h2 {
	font-size:2.0em;
	margin-top:0px;
}


h3 {
	font-size:1.2em;
	margin:0;padding:0;
}

.hr {
    margin:10px 0px 10px 0px;
    height: 1px;
    border-bottom:1px solid #CCC;
}

a.btn {
	background-color: #B54C66;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 8px 4px 8px;
	color:white;	
	font-weight:bold;
	text-decoration:none;
	
}
a.btn:hover {
	background-color: #9E324D;
	/* background-color: #3576BC; */
}

.menu {
	padding-top:5px;width:500px;float:right;height:30px;vertical-align:bottom;font-size:85%; color:gray;	
}
.menu-top {
	text-align:right;
}
.menu a{padding: 4px 6px 4px 6px;}
.menu a.selected {
	background-color: #eaeaea;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:black;	
	text-decoration:none;
}

.block {
	background-color: #eaeae0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 4px 6px 20px;
	margin:20px 0 20px 0px;
}

a.btn-shadow {
	background-color: #B54C66;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-right:3px solid black;
	border-bottom:3px solid black;
	border-radius: 4px;
	padding: 6px 10px 6px 10px;
	color:white;	
	font-weight:bold;
}


a.bbtn {
	background-color: #3576BC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 10px 6px 10px;
	color:white;	
	font-weight:bold;
	text-decoration:none;
}
a.btn:hover {
	background-color: #9E324D;
}
small {font-size:85%;}

img.br{ border:1px solid #cccccc;}

span.hl {
    background-color:#ffffe0;
    font-weight:bold;
}
