/*general*/
body
{
	background-color: #ffffff;
	color: #303030;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a 
{
	color: #303030; 
}

a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #993030;
}

a:visited
{
	text-decoration: none;
	border-bottom: 1px solid #993030;
}

h2, h3, h4
{
	margin-bottom: -7px;
	font-weight: normal;
	border-bottom: 1px solid #993030;
	width: 40%;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

/*layout*/
#topstripe
{
	background-color: #993030;
	height: 15px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
}

#header
{
	/*size position outline*/
	border-bottom: 2px solid #303030;
	margin-left: 250px;

	/*text*/
	color: #993030;
	text-align: right;
	font-size: 170%;
	font-weight: normal;
}

#bigbox
{
	/*size position outline*/
	position: absolute;
	left: 10px;
	top: 50px;
	width: 80%;
	padding: 5px;
}

#content
{
	position: relative;
	margin-left: 250px;
}

/*menu*/
#menu
{
	position: relative;
	width: 150px;
	float: left;
	top: -25px;
}

#menulist
{
	/*size position outline*/
	list-style-type: none;
	width: 150px;
	float: left;
	
	/*text*/
	text-align: left;	
}

#menu a
{
	color: #303030;
	text-decoration:none;
	display: block;
	padding: 5px;

	background-color: #f0e7c1;
	margin-bottom: 2px;
	border: 1px solid #303030;
}

#menu a:hover
{
	background-color: #555555;
	color: #ffffff;
	border: 1px solid #303030;
}

.hidden
{
	color: #f0e7c1;
}

#menu a:active
{
	background-color: #303030;
	color: #ffffff;
	border: 1px solid #303030;
}

#menu a:visited
{
	border: 1px solid #303030;
}

#sublinks a, #sublinks a:visited, #sublinks a:hover, #sublinks a:active
{
	list-style-type: circle;
	background-color: #ffffff;
    color: #303030;
	display: list;
    border: 1px solid #ffffff;
}

/*special ids and classes*/
.linklist
{
	list-style: none;
}

.profile
{
	margin-bottom: 20px;
}

.profile img
{
	float: right;
}

.profile ul
{
	list-style: none;	
}

.profilecolumn
{
	margin-left: 70px;
}

.columnlabel
{
	float: left;
	top: 0px;
	width: 70px;
	text-align: left;
	
	color: #993030;
	font-size: 1.2em;
}

.columnbox
{
	border-top: 1px solid #303030;
	padding-top: 10px;
}