/* Structure ----------- */

a:link, a:visited { color: #2B72E3; }

body {
	background: #fff url(../images/headerbg.jpg) repeat-x top left;
	font: 12px verdana, arial, sans-serif;
	color: #3f3f3f;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.4em;
	}

#header {
	height: 40px;
	margin: auto;
	text-align: right;
	color: white;
	}

#header #nav {
	float: left;
	}

#header a:link, #header a:visited {
	color: white;
	}

#headertwo {
	padding: 20px 0 30px 0;
	}

#headertwo p {
	text-align: right;
	padding-top: 30px;
	}

#headertwo a:link, #headertwo a:visited {
	color: #c90;
	font-weight: bold;
	}

#container {
	width: 900px;
	margin: auto;
	text-align: left;
	padding: 0;
	}

#twocolumn {
	clear: left;
	width: 600px;
	}

#twocolumn {
	width: 606px;
	}

#rightsidebar {
	clear: left;
	float: right;
	width: 250px;
	margin-bottom: 10px;
	font-size: 11px;
	}

#photodiv {
	border: 3px solid orange;
}
#footer {
	clear: both;
	margin: 40px 0 0 0;
	padding: 10px;
	width: 100%;
	text-align: center;
	background: #052230 url(../images/headerbg.jpg) repeat-x top left;
	color: white;
	font-size: 10px;
	}

#faq {
	padding: 10px;
	font-size: 11px;
	background-color: #efefef;
	margin-top: 20px;
	}

.entry {
	margin: 20px 0;
	padding: 10px 5px;
	border-bottom: 1px solid #0099CC;
	border-top: 1px solid #0099CC;
	background-color: #efefef;
	color: #003549;
	}

img {
	border: none;
}

/* Text ------------------- */

p, li {
	line-height: 1.5em;
	}

ul {
	list-style: none;
	margin-left: 0;
	padding: 3px 0;	
	}

ol {
	margin-left: 0;
	padding-left: 20px;
}

#rightsidebar ul {
	background: white url(../images/tablebg.jpg) repeat-x top left;
	border-top: 1px solid #999;
	padding: 3px 10px;	
}

ol li {
	padding: 5px 0;
}	
ul li {
	padding: 5px 0;
	background: url(../images/arrow_r.gif) no-repeat 0 10px;
	padding-left: 20px;
	}

#rightsidebar ul li {
	border-bottom: 1px dotted #afafaf;
	font-size: 11px;
}
	

h1 {
	background: url(../images/topimage.jpg) no-repeat top left;
	text-indent: -9999px;
	height: 226px;
	width: 600px;
	margin: 0 0 30px 0;
	}


.entry p {
	padding: 0;
	margin-top: 0;
	}

.org {
	background: url(../images/logosmall.gif) no-repeat 50% 0;
	letter-spacing: -9999px;
	height: 40px;
	margin: 30px 0 0 0;
	}

.vcard {
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #003143;
	}

dt {
	clear: left;
	float: left;
	margin: 0 10px 20px 0;
	width: 50px;
}

dd {
	margin-bottom: 20px;
}

table {
	border: 2px solid #ccc;
	background: white url(../images/tablebg.jpg) repeat-x top left;
}
table h3 {
	margin: 0;
	}

table input {
	border: none;
	margin: auto;
	padding: 0 8px;
	}
th, td {
	text-align: center;
	width: 100px;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}	

th {
	color: #white;
}

td.right, th.right {
	text-align: right;
	width: 300px;
}

td p {
	display: none;
}



/* Forms ------------------*/
label {
	float: left;
	width: 130px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	}

input, textarea, #picture_data {
	border: 2px solid #0099CC;
	padding: 2px;
	}

input:focus, textarea:focus {
	background: #efefef;
	}

#signup_form {
	padding: 10px; 
	border: 3px solid #afafaf; 
	background-color: #efefef;
	}

#signup_form input {
	color: #ccc;
	font-style: italic;
	}

#signup_form input:focus {
	color: black;
	font-style: normal;
	}

fieldset {
	border: 3px solid orange;
	}

legend {
	padding: 0 10px;
	}

.button {
	width: 111px;
	height: 30px;
	margin-left: 130px;}

