@charset "utf-8";
/* formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
-----------------------------*/

a img {
	border-style: none;
	clear: both;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* index layout
-----------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
}
#main {
	margin: 45px 10px 10px;
	float: right;
	width: 520px;
}
#sidebar {
	margin: 45px 10px 10px;
	float: left;
	width: 230px;
}
#footer {
	color: #FFFFFF;
	background-color: #000033;
	height: 20px;
	clear: both;
}
/* header style
-----------------------------*/

#header {
	background-image: none;
	height: 200px;
	border-top: 5px double #000033;
}
#profile #header {
	background-image: none;
	height: 100px;
}


#header ul {
	background-color: #FFFFFF;
	width: 800px;
	position: absolute;
	top: 205px;
	list-style-type: none;
}
#header ul li {
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 78px;
	border-top: 3px solid #D20000;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}


#header ul li #nHome a {
	border-left-style: none;
}
#home #header #nHome a {
	color: #FFFFFF;
	background-color: #828CA7;
}


/* main style
-----------------------------*/

#main h2 {
	margin-bottom: 15px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main table {
	clear: both;
	float: right;
	margin-top: 50px;
}




/* sidebar style
-----------------------------*/

#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
