﻿* 
{
	margin: 0px;
	padding: 0px;
}



.clear
{
	clear: both;
}

html
{
	background-image: url('img/bg.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: fixed;
}
body 
{
	padding-top: 0px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	border: 1px solid #cdc;
	background-color: #FFFFFF;
}

.imgBorder img
{
	border: 1px solid #aaa;
	background-color: #FFFFFF;
}

#nav 
{
	background-color: #00FFFF;
	margin: 0px;
	color: #333333;
	height: 25px;
}

#nav ul
{
	margin-left: 20px;
}


#nav ul li 
{
	display: inline;
}

#nav ul li a:visited 
{
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 10px;
	padding: 0px;
	text-decoration: none;
}

#nav ul li a:active 
{
	color: #fff;
	font-size: 10pt;
	font-weight:bold;
	margin-left:10px;
	padding:0px;
	text-decoration: none;
}

#nav ul li a:link 
{
	color: #fff;
	font-size: 10pt;
	font-weight:bold;
	margin-left:10px;
	padding:0px;
	text-decoration: none;
}

#nav ul li a:hover
{
	color: #003399;
	text-decoration: none;
	border-bottom-style: double;
	border-bottom-width: 4px;
	border-bottom-color: #003399;
}


img 
{
}


#mainContent
{
	background-image: url('img/we.jpg');
	background-repeat: no-repeat;
}
#mainContent p 
{
	color: #333;
	font-size: 10pt;
	margin: 5px 15px 0px 30px;
	text-align: justify;
	width: 660px;
}

#mainContent2
{
	color: #333;
	font-size: 10pt;
	margin: 5px 15px 0px 15px;
	text-align: justify;
	background-color: #FFFFFF;
}

#mainContent2 p
{
	color: #333;
	font-size: 10pt;	
	margin:5px 15px 0px 15px;
	text-align:justify;
}

#mainContent2 ul
{
	color: #333;
	font-size: 10pt;	
	margin:5px 15px 10px 15px;
}


#mainContent ul
{
	color: #333;
	font-size: .75em;	
	margin:5px 15px 0px 5px;
	width:400px;
	list-style-type:square;
}

#mainContent2 ul li
{
	margin-left:25px;
}

#contact
{
	margin-top:60px;
	margin-right:20px;
	top: 67px;
	right: 20px;
	float: right;
	border: 1px solid #cdc;
	text-align: center;
	font-size: 10pt;
	width: 220px;
	padding-top: 0px;
}

#contact h2
{
	background: #99adce;
	font-size: 11pt;
	color: #003399;
}
#mainContent h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	margin-top: 20px;
	margin-left: 40px;
}
#mainContent2 h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	margin-top: 20px;
	margin-left: 20px;
}

#cont
{
	text-align:center;
	margin:35px 0px 35px 0px;
}

#footer 
{
	text-align: right;
	clear: both;
	color: #fff;
	font-size: .65em;
	margin-top: 5px;
	background-color: #00FFFF;
}

#footer a:visited 
{
	text-decoration: none;
	color: #fff;
}

#footer a:active 
{
	text-decoration: none;
	color: #fff;
}

#footer a:link 
{
	text-decoration: none;
	color: #fff;
}

#footer a:hover 
{
	text-decoration: none;
	color: #003399;
}


