@charset "UTF-8";
/* CSS Document */


#container {
	width: 850px;
	margin: 0 auto;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#f2f2f2;
}
#header {
	clear:both;
	width:850px;
	height:100px;
	margin-top:10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#333366;
}
.logo {
	width:277px;
	height:89px;
	background:url(images/logo.jpg) no-repeat;
	float:left;
}
.toptext {
	float:right;
	margin-bottom:30px;
	margin-top:15px;
}
.menu {
	color:#696969;
	font-size:17px;
	float:right;
	width:400px;
	text-align:right;
}
.menubox1{
	margin-right:70px;
	float:left;
}
.menubox2{
	margin-right:25px;
	float:left;
}
.menubox3{
	float:right;
}

.topline{
	width:850px;
	height:27px;
	margin-bottom:10px;
	background:url(images/topline.jpg);
}

#top_image {
	width: 850px;
	height: 94px;
	background:url(images/homepage_box.jpg) no-repeat;
}

#top_image_institutions {
	width: 850px;
	height: 116px;
	background:url(images/institutions_box.jpg) no-repeat;
}

#top_image_vendors {
	width: 850px;
	height: 116px;
	background:url(images/vendors_box.jpg) no-repeat;
}

#top_image_about {
	width: 850px;
	height: 116px;
	background:url(images/about_box.jpg) no-repeat;
}

#divider_thick{
	background:url(images/topline_black.jpg) no-repeat;
	margin-top:25px;
	margin-bottom:25px;
	widows:850px;
	height:3px;
}

#divider_thin{
	background:url(images/thinline.jpg) no-repeat;
	margin-top:25px;
	margin-bottom:25px;
	widows:850px;
	height:2px;
}

#main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#484848;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#333366;
	margin-bottom:20px;
}
.a_menu:link, .a_menu:visited { color: #696969; text-decoration: none; font-weight: normal; } 
.a_menu:active, .a_menu:hover { color: #333366; text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { 
	margin: 0px; 
	padding: 0px; 
	border: none;
	float:right;
}

.a_inside {
	color:#333366;
	text-decoration:none;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	color:#000;
	margin-bottom:20px;
}
.a_footer{
	text-decoration:none;
	color:#000;
}
.blackbold {
	color:#000;
}