body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #2f135d;
   text-align: center;
   }
   
a:link {
	color: #2f135d;
	}

a:visited {
	color: #a51822l
	}
a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: #9370db; text-decoration: none; }
a.nav:hover {color:#03b70d; text-decoration: underline; }
   
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: bold;
color: #a51822;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: bold;
color: #a51822;
}

p.address{
line-height: 150%;
}

#join {
background-color:#a51822;
font-style: bold;
color: white;
width: 246px;
padding:0px;
text-indent: 0px;
}

td.content {
indent: 15px;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width:920px ;
	background: url("background_cols.gif") repeat;
}


#side-a {
	float: left;
	width: 240;
	padding: 20px;
	background: white;
}

#side-b {
	float: right;
	width: 240;
	padding: 20px;
	background: white;
	}

#content { 
	float: left;
	width: 34%;
	padding: 20px;
	background: #cccccc;
}

#footer {
	clear: both;
	background: ffffff;
	height: 50px;
	padding: 5px;
	text-align: center;
}

#logos {
	clear: both;
	height: 92px;
	background-image: url('images/logo-bg.gif') no-repeat;
	padding: 5px;
	text-align: center;
}

#topmenu
{
padding: 10px;
float: right;
font-variant: small-caps;
font-size: 9px;
color: white;
text-decoration: none;
}

td.inside {
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
	}

table.homepage {
	border-width: 2px;
	border-spacing: 2px;
	border-style: dashed;
	border-color: #2f135d;
	border-collapse: collapse;
	background-color: white;
}

p.padding {   
      padding: 0 1.0em 0 1.0em;   
    }  
