/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family: Georgia, 'Lucida Grande', Verdana, san-serif;
	color:#7D7D7D;
	background: url(images/bg.gif) center  top repeat-x;
	
}

#wrapper {
	width:770px;
	height:700px;
	margin:0 auto 0 auto;}


#header {
	width:770px;
	height: 100px;
	padding:13px 0 0 10px;}

#contact {
	width:133px;
	height: 22px;
	margin-top: -116px;
	margin-right: 20px;
	text-align:center;
	float:right;
    background: url(images/contact.gif)}

#contact a {
	padding: 5px 3px 0 0;
	font-size: 13px;
	color:#7D7D7D;
	text-decoration:none;}
	
#contact a:hover {
	color:#019AF2;}

#login {
	width:150px;
	height: 90px;
	margin-top: -60px;
	margin-left: 480px;
	font-size:10px;
	color:#3C3C3C
	text-align:left;
	}

.loginField {
	width: 80px;
	height:16px;
	border-style: solid;
	border-width:1px 0 1px 0;
	border-color:#C2C2C2 }

#body {
 	width:770px;
 	margin:0 auto 0 auto;}

#leftcolumn {
	width:450px;
	height:400px;
	float:left;}

#rightcolumn {
	width:288px;
	height:458px;
	margin: 25px 0 0 8px;
	float:left;
	background: url(images/right-image.gif) no-repeat;}


#leftcolumn ul li {
	width:130x;
	height:22px;
	float:left;
	list-style-type: none;
	font-size: 12px;
	}

#leftcolumn ul li a {
	display:block;
	padding-right:12px;
	color:#7D7D7D;
	text-decoration:none;}

#leftcolumn ul li a:link, #leftcolumn ul li a:visited, #leftcolumn ul li a:active {
	color:#7D7D7D;
	background-image:none}

#leftcolumn ul li a:hover {
	color:#019AF2;}

#nav {
	margin-left: -35px;}

#hometext {
	float:left;}

/* TEXT */

.style1 {
	font-size:20pt;
	font-weight:bold;
	color: #019AF2}

.homeheading {
	font-size:20pt;
	font-weight:bold;
	color: #08547F;
	line-height:35px;}
	
.text {
	font-size: 11px;
	line-height: 20px;}

.introtext {
	font-size: 11px;
	line-height: 20px;
	text-align:left;
	padding: 15px 0 0 10px;}

/* FOOTER */

#footer {
	height:169px;
	clear:both;
	background: #CEF3FF url(images/footer-bg.gif) repeat-x;
}

