body{font-family: verdana; font-size: 13px; background-color: #7091B4; }

body, pre, table{font-family: verdana; font-size: 13px;}

#shell{
	width: 100%;
	background-color: #7091B4; #aaa;
	}

#main{
	background-color: white; 
	position: relative;
	width: 500px;
	}

#header{
	width: 100%;
	position: relative;
	/*background: #7091B4;	*/
	}

#tabs{
	border-bottom: 0px solid #476E99;
	background:  #B8D6F3 url('../images/active.png') top left repeat-x;
	padding-top: 0px;
	padding-left: 22px;
	height: 38px;
	}

#tabs a{cursor:pointer; text-decoration: none; padding: 0px;}
#tabs a:hover{background-color: green;}
#tabs div{
	color: white;
	text-align: center; 
	height: 25px;
	float: left; 
	padding: 5px 5px 0 5px; 
	margin: 0 2px;
	letter-spacing: .09em;
	}

#tabs2 table td{height: 20px;}

#tabs div.active{
	background: #B8D6F3 url('../images/bar.png');
	color: black;
	font-weight: bold;
	}

#content{margin:10px 20px 20px 20px; height: 400px;}

#content b{font-weight: bold; color: #3D6692; font-size: 14px;}

#content br{margin: 5px 0px;}

#content ul li{
	clear: both;
	margin: 10px 0px;
	list-style: url('../images/bullet.jpg');
	text-align: left;
	width: 100%;
	padding-left: 10px;
	}

#content ul li .profile{ float: left; padding-bottom: 10px; }
#content ul li a, .mail{ padding-bottom: 10px; padding-right: 20px;}
#content ul li .mail{ float: right;}

#content li a{text-decoration: none;}
#content li a:visited{}
#content li a{color: #3D6692; #7091B4; #9ABFE2;}
#content li a:hover{color: orange; blue;}


.nmr{color: #3D6692; font-weight:bold;}

#footer{
	width: 100%;
	position: relative;
	height: 20px;
	background-color: #476E99;
	color: white;
	letter-spacing: .05em;
	}
