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

body
{ 
	background:url('../img/gradient.png') repeat-x top;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

a 
{
	outline: none;
	color: #2167a8;
	text-decoration: none;
}

a:hover 
{
	color: #4197e8;
	text-decoration: none;
	outline: none;
}

a:visited 
{
	outline: none;
	color: #2167a8;
	text-decoration: none;
}

table
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	outline: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

td
{
	margin: 0px;
	border: 0px;
	outline: 0px;
}

img
{
	border: none;
}

.title
{
	font-weight: bolder;
	font-size: medium;
}

.header
{
	vertical-align: bottom;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url('../img/header.png');
	height: 128px;
	width: 720px;
}

.footer
{
	background-image: url('../img/footer.png');
	height: 32px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
}

.content
{
	color: #000000;
	background-color: #ffffff;
	font-size: small;
	padding: 15px;
	margin: 0px;
	border: 0px;
}

.navbar
{
	height: 32px;
	width: 720px;
	background: url(../img/navbar.png);
	padding-left: 15px;
	font-size: small;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.introduction
{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	height: 150px;
	text-align: center;
}

.globe
{
	background-image: url('../img/globeupperrightcorner.png');
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 150px;
	height: 150px;
	padding: 0px;
}

/** ABOUT US PAGE **/

.aboutus_main
{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}

.aboutus_leftcol
{
	vertical-align: top;
	text-align: left;
	width: 250px;
}

.aboutus_rightcol
{
	vertical-align: top;
	text-align: center;
	width: 400px;
}

/** ADMIN PAGE **/

.admin
{
	font-size: small;
}

.admin_login_table
{
	width: 400px;
}

.admin_header
{
	background-color: #8d8fa5;
	border: 1px solid white;
	padding: 3px;
	margin: 3px;
}

.admin_fieldset
{
	border: 0px;
}

.admin_row_even
{
	background-color: #eeeeee;
	border: 1px solid white;
	padding: 3px;
	margin: 3px;
}

.admin_row_odd
{
	background-color: #d3dce3;
	border: 1px solid white;
	padding: 3px;
	margin: 3px;
}