html, body
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	line-height: 150%;
	color: #000;
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;
}

img
{
	border: 0;
	padding: 0;
	margin: 0;
}

a
{
color: #000;
}

a:link, a:active, a:visited
{
color: #000;
text-decoration: underline;
}

a:hover
{
text-decoration: underline;
}


acronym
{
	text-decoration: none;
	cursor: help;
}

p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: small;
}

h2, h3, h4, h5, h6 {
margin: 0px 0px 10px 0px;
padding: 0px;
}

/* Body Styles */
body#welcome
{
	background-image: url(/images/bg/welcome.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

body#contact
{
	background-image: url(/images/bg/contact.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-attachment: fixed;
}

body#info
{
	background-image: url(/images/bg/info.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-attachment: fixed;
}

body#events
{
	background-image: url(/images/bg/info.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-attachment: fixed;
}

body#links
{
	background-image: url(/images/bg/links.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-attachment: fixed;
}

body#mission
{
	background-image: url(/images/bg/mission.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-attachment: fixed;
}

body#programs
{
	background-image: url(/images/bg/programs.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-attachment: fixed;
}

/* Header Styles */
h1
{
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	width: 214px;
	height: 146px;
}

h1 a
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 214px;
	height: 146px;
	display: block;
}

body#contact h1 a
{
	background-image: url(/images/header/contact.png);
}

body#welcome h1 a
{
	background-image: url(/images/header/welcome.png);
}

body#info h1 a
{
	background-image: url(/images/header/info.png);
}

body#events h1 a
{
	background-image: url(/images/header/info.png);
}

body#links h1 a
{
	background-image: url(/images/header/links.png);
}

body#mission h1 a
{
	background-image: url(/images/header/mission.png);
}

body#programs h1 a
{
	background-image: url(/images/header/programs.png);
}

/* Hands Styles */
body#contact div#left
{
	background-image: url(/images/hands/contact.png);
}

body#welcome div#left
{
	background-image: url(/images/hands/welcome.png);
}

body#info div#left
{
	background-image: url(/images/hands/info.png);
}

body#events div#left
{
	background-image: url(/images/hands/info.png);
}

body#links div#left
{
	background-image: url(/images/hands/links.png);
}

body#mission div#left
{
	background-image: url(/images/hands/mission.png);
}

body#programs div#left
{
	background-image: url(/images/hands/programs.png);
}

/* Link Styles */
body#contact a:hover
{
	color: #C93;
}

body#welcome a:hover
{
	color: #00C;
}

body#info a:hover
{
	color: #993;
}

body#events a:hover
{
	color: #993;
}

body#links a:hover
{
	color: #099;
}

body#mission a:hover
{
	color: #900;
}

body#programs a:hover
{
	color: #063;
}

div#primaryNav { text-align: left; }

div#primaryNav ul
{
	list-style: none;
	padding: 0;
	margin: 10px 0px 0px 30px;
}

div#primaryNav ul li
{
	font-size: 18px;
	line-height: 29px;
}

div#primaryNav a, div#primaryNav ul li a:link, div#primaryNav ul li a:visited {
text-decoration: none;
}

div#primaryNav ul li a:hover
{
	text-decoration: underline;
	color: black;
}

div#primaryNav ul li ul
{
	list-style: none;
	list-style-display: inside;
	padding: 0;
	margin: 0px 0px 10px 20px;
}

div#primaryNav ul li ul li
{
	font-size: 14px;
	line-height: 21px;
}


ul.none
{
	list-style: none;
	padding: 0;
	margin: 0px 0px 10px 30px;
}

ul.plain
{
	list-style: none;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

ul.plain li
{
	padding: 0;
	margin: 0px 0px 10px 0px;
}

.skip {
display: none;
}
.caption {

}
.underline {
text-decoration: underline;
}
.textRight
{
	padding: 0 0 5px 5px;
	text-align: right;
}

.center
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

.right
{
	padding: 0 0 5px 5px;
	margin: 0;
	float: right;
	
}
.left
{
	padding: 0 5px 5px 0;
	float: left;
	text-align: left;
}

.centerPicture
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;

}

.rightPicture
{
	padding: 0 0 5px 5px;
	margin: 0;
	text-align: right;
	float: right;
	font-size: x-small;
	white-space: normal;
}
.rightPicture span
{
	width: 40px;
	display: block;
	margin-right: 0px;
	float: none;
}
.leftPicture
{
	padding: 0 5px 5px 0;
	margin: 0;
	float: left;
	text-align: left;
	font-size: x-small;
}


/* Layout Styles */

div#left
{
	position: absolute;
	left: 0;
	width: 236px;
	height: 600px;
	padding-top: 20px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 250px;
	background-attachment: scroll;
	background-color: transparent;
}

/* combined 242 width */
div#left h1
{
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* Right */
#main
{
	position: absolute;
	left: 266px;
	width: 448px;
	text-align: left;
	margin-top: 30px;
}

#main h2
{
	font-size: x-large;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.2;
}

#foot
{
	width: 100%;
	margin: 60px 0px 40px 0;
	text-align: center;
	float: left;
	font-size: xx-small;
}
#foot p {
font-size: xx-small;
}
