
.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment.*/

body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

/* place the page in center */
.frame
{
	position: absolute;
	left: 50%;
	margin-left: -385px;
	margin-top: 0px;
	padding-bottom: 20px;
}

/* set vertical alignment for td's */
td
{
	vertical-align:top;
}

/* topbanner image */
.topbanner
{
	width: 771px;
	height: 161px;
	background-image: url(../images/topbanner.gif);
	background-repeat: no-repeat;
}

/* unordered list containing page structure */
.framelist
{
	list-style-type:none;
}

.info_header
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 8px;
}

.info_content
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	padding: 8px;
}


/* formatting the title */
#titletext
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 26px;
	font-weight: normal;
	padding-top: 60px;
	padding-left: 30px;
}

/* formatting the sub title */
#titlesubtext
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	padding-left: 30px;
}

/* formatting the content header text */
#content_header
{
	padding-top: 30px;
	padding-bottom: 15px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
}

/* formatting the content text */
#content_text
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}


/* formatting the top bar*/
#topbar
{
	width: 771px;
	height: 32px;
}

/* formatting the bottom bar*/
#bottombar
{
	width: 771px;
	height: 32px;
	margin-top: 15px;
}

/* the middle section which contains the page content */
#middle
{
	vertical-align: top;
}

/* menu holder */
#menuholder
{
	width: 308px;
	padding-top: 15px;
}

/* content holder */
#contentholder
{
	padding-left: 20px;
	width: 420px;
}

/* menu content holder */
#menuframe
{
	width: 308px;
	background-color: #eeeeee;
}

/* information pane content holder */
#infoframe
{
	margin-top: 15px;
	width: 308px;
	background-color: #eeeeee;
}

/* utility box under main content */
#utilityframe
{
	margin-top: 15px;
	width: 430px;
	background-color: #eeeeee;
}

#utilpicture
{
	padding-top:40px;
}


/* all horizontal rules */
.divider
{
	height: 1px;
}

/* the menu table */
.menu_table
{
	border: 0px;
}

/* menu image */
.image
{
	width: 87px;
	height: 85px;
	border: 0px;
	border-style: none;
}

/* the menu link holder */
.link_paragraf
{
	width: 87px; /* height:85px;*/
	text-align: center;
}

/* the menu link */
.menulink
{
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

