* { 
	margin: 0; 
	padding: 0; 
	}
	
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background: #cccccc;
	text-align:center;
	
}

#columns {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#frame {
		margin: 20px 0 20px 0;
		background: #ffffff;
		border: solid 1px #777777;
}

#header{
	background-image: url('pix/weblogo.jpg');
	background-position: 15px 5px;
	background-repeat: no-repeat;
}

#title {
	font-size: 2.2em;
	line-height: 159px;
	white-space: nowrap;
	margin: 0 0 0 150px;
}

#footer{
	width: 100%;
	height: 37px;
	background-image: url('pix/footer.gif');
	background-repeat: repeat-x;
	}
	
#footerleft {
	float: left;
	padding: 13px 0 0 10px;
}

#footerright {
	float: right;
	padding: 13px 10px 0 0;
}
	
#footer p{
	font-size: 0.8em;
	color: #777;
}

#content {
	padding: 20px;
	min-height: 30em;
	text-align:left;
}

#content p{
	margin: 0 0 1em 0;
	font-size: 0.9em;
}

a {
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

h1 {
	color: #cc3333;
	font-size: 1.2em;
	margin: 0 0 .6em 0;
}

.position {
	font-weight: bold;
}

.person {
	list-style: none;
	margin: 0 0 20px 0;;
}

.article {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px;
}

.section {
	font-weight: bold;
}

.vertlist {
	margin: 0 0 15px 10px;
	list-style: none;
}

.vertlist li {
	margin: 0 0 15px 0;
}

table{
	margin: 0 0 15px 0;
}

.membershiptype {
	font-weight: bold;
	font-size: 1.2em;
}

.iconlist{
	margin: 0 0 15px 25px;
	list-style-image: url(pix/redarrow.gif);
}

.iconlist li{
	margin: 0 0 15px 0;
}

a:link {
	color: #cc3333;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #993333;
}

