/* CSS Document */

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin:auto auto 20px auto;
	width:100%;
	height:100%;
	background-image:url(images/bg.gif);
	font-size:12px;
}

html{
	height:100%;
}


#Logo{
	width:880px;
	padding:5px 10px 5px 10px;
	margin:auto;
	height:90px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-image:url(images/logo.gif);
	text-align:right;
}


#Center{
	height:auto;
	width:860px;
	margin:auto;
	padding:20px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#FFFFFF;
}

#Bottom{
	height:100px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#FFFFFF
}

#End{
	height:100px;
	width:860px;
	margin:auto;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#FFFFFF;
	padding:20px;
}

h1
{
	font-size:14px;
	font-weight:bold;
	margin:0px;
}

h2
{
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

h3
{
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}


/*************************** Page Elements *******************************/
#topLink{
	padding:8px 16px 3px 0px;
	width:884px;
	color:#333333;
	background:#ffffff;
}

#siteInfo{
	padding:10px;
	width:auto;
	height:80px;
	background-color:#ffffff;
	color:#999999;
	font-size:12px;
	text-align:center;
}

#siteInfo a{
	color:#000099;
	text-decoration:underline;
}

#siteInfo a:hover{
	color:#0000aa;
	text-decoration:none;
}

#search {
	text-align:right;
	float:right;
}


/*************************** Buttons *******************************/
#topMenu{
	border-bottom:1px solid #cccccc;
	position:relative;
	height:28px;
}

#Right_Menu_Top
{
	width:196px;
	height:auto;
	background-image:url(images/Top_Right_Menu.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#666666;
	font-weight:bold;
	background-color:#f4f4f4;
}

#Right_Menu_Top a
{
	display:block;
	font-weight:normal;
	background-color:#f4f4f4;
	color:#666666;
	text-decoration:none;
	padding:3px 5px 3px 8px;
}

#Right_Menu_Top a:hover
{
	font-weight:normal;
	background-color:#f4f4f4;
	color:#333333;
	text-decoration:none;
	padding:3px 5px 3px 8px;
}

.button{
	float:left;
	width:115px;
	height:auto;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding:8px 5px 7px 5px;
	text-decoration:none;
	color:#ffffff;
	background-image:url(images/buttons/lab-one.gif);
}

.button_2{
	float:left;
	width:115px;
	height:auto;
	text-align:center;
	font-size:11px;
	color:#333333;
	padding:8px 5px 7px 5px;
	text-decoration:none;
	background-image:url(images/buttons/lab-neutra.gif);
}

.ArrowLink
{
	padding:2px 5px 2px 20px;
	background-image:url(images/arrowright_green_16.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.DownloadLink
{
	padding:2px 5px 2px 20px;
	background-image:url(images/saveas.gif);
	background-position:left center;
	background-repeat:no-repeat;
}


