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

body { 
	background: #303030; 
	text-align: center;
}

body, a, span, td, select { 
	font-family: tahoma, arial, sans-serif; 
	font-size: 12px; 
}

/* MAIN PAGE STYLES */
#container {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#ctable {
	width: 800px;
}

.header { 	
	background: #ff00fe; 
	border-bottom: 1px solid #775577; 
	text-align: center; 
}

.sidemenu { 
	background: #ff00fe;  
	border-right: 1px solid #775577;
	width: 170px;	
}

.sidemenu ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

.sidemenu ul li { 
	border-bottom: 1px solid #775577; 
}

.sidemenu ul li a { 
	display: block; 
	color: #000000; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none; 
	padding: 5px; 
}

.sidemenu ul li a:hover {
	color: #000000;
	background-color: #eeffdd;
}

.sidemenu ul li a#active {
	background: #ffffff;
	color: #000000; 
}

.main { 
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	background: #ffffff; 
	border-bottom: 1px solid #775577; 
	vertical-align: top; 
}

.content {
	padding: 0px 10px; 
	padding-bottom: 10px;
	width: 630px;
}

.menubar {
	background: url(images/menubar.png) top left no-repeat;
	width: 610px;
	height: 35px;
	padding: 2px 10px; 
}

.menubar ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	text-align: center; 
}

.menubar ul li { 	 
	display: inline; 
}

.menubar ul li a { 
	display: inline-block; 
	color: #000000; 
	font-size: 12px; 
	font-weight: bold; 	
	padding: 5px 12px; 
	text-decoration: none; 
}

.menubar ul li a:hover {
	text-decoration: underline;
}

.menubar ul li a#active {
	color: #ffffff;
}

.footer { 
	background: #e0e0e0; 
	height: 30px; 
	text-align: center; 
}

.attention {
	color: #cc0000; 
}

.center {
	text-align: center;
}

.pagepic { 
	float: right; 
}


.experience { 
	margin: 0px; 
	padding: 0px;
}
.experience span {
	display: inline-block;
	font-size: 11px; 
	padding-left: 7px;
}
.experience img {
	width: 9px;
	height: 9px;
	background: url(images/bullet2.png) top left no-repeat;
}