/*
Original design: Basic Profile (v1.0 - March 23rd, 2011) - A free xhtml/css website template by Andreas Viklund. border-bottom:2px solid #eee;
For more information, see http://andreasviklund.com/templates/basic-profile/
*/

*{margin:0; padding:0;}
body {
	background:#eee; 
	font: 100% Arial;
	text-align: justify;
}

a {
	color:#0000aa; 
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	background-color: #FFFF66
}

p,ul,ol,dl {
	margin-top:5px; 
	line-height:1.4em;
}

#main {
	background: #ffffff; 
	border: black solid 1px;
	color: black;
	padding-top:5px; 
	padding-left: 1em;
	padding-right: 1em;
	width:95%;
	min-width: 400px;
	max-width: 960px;
	margin: auto;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
}

h2 {
	font-size:1.2em; 
	padding:10px 0 5px 0;  
	border-top:1px solid #aaa; 
	color:#880000; 
}

h3 {
	font-weight: bold; 
	font-size: 1.0em;
	color: black; 
	padding-top: 10px;
	padding-left: 4px;
}

#main ul{
	margin-left: 25px;
	margin-right: 10px;
}
#main ul li{padding-bottom: 5px}
#main ul li a{color:#0000aa}


#header {
	padding-top: 8px;
}


#header h4{
	color:#880000; 
	text-align: center;
	font-size: 150%;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 4px;
}

#header h1{
	color:#880000; 
	text-align: right;
	font-size: 130%;
	padding-bottom: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #aaa;
}

#header .left {
	float: left;
	height: 160px;
	width: 170px;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
}

#navbar {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	line-height:160%;
	font-size:105%;
	border-top: 1px solid #aaa;

}
#navbar a{
	text-decoration: underline;
}

#header .name {
	font: 100% Times;
	font-size:160%;
	font-weight: bold;
	height: 30px;
	padding-bottom: 15px; 
	padding-top: 10px;
	padding-left: 10px;
}

#header .text {
	width: 98%;
	padding-bottom: 20px; 
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
}


/* ============= */

#footer {
	border-top: 1px solid #aaa;
	text-align: center;
	padding-bottom: 5px;
	font-size: 80%;
}

/***/
#nav {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left:5px;
	line-height:1.4em;
	text-align: left;
	text-decoration: underline;
	border-bottom: 1px solid #aaa;
}
