body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: #000099;
}
a:hover
{
	color: #333399;
}

.image_left
{
	border: 2px solid #000088;
	margin: 5px;
	float: left;
}
.image_right
{
	border: 2px solid #000088;
	margin: 5px;
	float: right;
}

#header
{
	width: 100%;
	height: 60px;
	background-color: #eeeeee;
	top: 0px;
	left: 0px;
	position: absolute;
}

#notheader
{
	width: 100%;
	top: 60px;
	left: 0px;
	position: absolute;
}

#menu_container
{
	width: 150px;
	position: absolute;
	background-color: #eeeeee;
}

.menu_element
{
	margin-top: 2px;
	background-color: #dddddd;
	padding: 2px 2px 2px 2px;
	margin-right: 2px;
}

.menu_element:hover
{
	background-color: #eeeeee;
}

#menu_title
{
	background-color: #dddddd;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

#menu_base
{
	width: 150px;
	height: 30px;
	background-image: url(images/base.png);
	margin-top: 2px;
}

#softexlogo
{
	right: 2px;
	top: 2px;
	position: absolute;
}

#content
{
	left: 150px;
	position: absolute;
	padding: 4px 4px 4px 8px;
}

.heading
{
	font-size: 18px;
	font-weight: bold;	
}
.subheading
{
	font-size: 16px;
	font-weight: bold;
}
.btt
{
	font-size: 10px;	
}