
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

acronym
{
	cursor: help;
}

body
{
	background: #fff;
	font: normal 12px Verdana, Arial, sans-serif;
	color: black;
	text-align: center;
	margin: 0px;
}

h1
{
	color: #0073e9;
	font: normal 18px verdana, sans-serif;	
	line-height: 20px;
	margin: 20px 0px 30px 0px;
}

h2
{
	color: #0073e9;
	font: italic 16px verdana, sans-serif;	
	line-height: 20px;
	margin: 20px 0px 30px 0px;
}

h3
{
	color: #0073e9;
	font: normal 14px verdana, sans-serif;	
	line-height: 20px;
	margin: 20px 0px 15px 0px;
}

p,
li
{
	font: normal 11px Verdana, sans-serif;	
	line-height: 16px;	
}

img
{
	border: none;
	display: inline;
}

#page p,
#page li
{
	margin-right: 250px;
	text-align: justify;
}

#page h2
{
	margin-right: 250px;	
}

td
{
	vertical-align: top;
}


/* Form defaults
****************/
input, textarea
{
	border: 1px solid #ccc;
}

input[type="image"]
{
	border: none;
}


/* Classes
**********/
.block
{
	display: block;
}


/* Layout defaults
******************/
#wrap
{
	text-align: left;
	background: url(/images/layout/wrap-bgd.png) repeat-y;
	width: 880px !important;
	width/**/: 920px;
	padding: 20px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#header
{
}

#page
{
	margin: 25px;
	padding-bottom: 30px;
}

#footer
{
	width: 869px;
	height: 34px;
	background: url(/images/layout/nav-bgd.jpg) no-repeat;
	color: white;
	padding: 10px;
		font-size: 10px;	
}

#footer a
{
	color: white;	
}

.page-img
{
	float: right;
	clear: right;
	margin: 25px;
}


/* Navigation
**************/
#navigation
{
	width: 869px;
	height: 34px;
	background: url(/images/layout/nav-bgd.jpg) no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#navigation li
{
	float: left;
	list-style: none;	
	margin: 10px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
}

#navigation li a
{
	color: white;	
}

/* Members
**********/

#member-types
{
	margin: 0px 0px 80px 0px;
	list-style: none;
	padding: 0px;
}

#member-types li
{
	float: left;
	margin-right: 10px;	
}