/* Style Sheet for Penrose Sails */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	margin: 0px;
	background-color: #e8f4ff;
	}

/*---------------------------------------*/
/*           Layout Selectors            */
/*---------------------------------------*/
#mainContainer {
	position: relative;
	top: 5px;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	border: 1px solid #000066;
	background-color: white;
	padding: 0px;
	}
#content {
	float: right;
	width: 454px;
	margin: 10px 5px 0px 0px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #000066;
	background-position: bottom;
	background-repeat:no-repeat;
	background-color: white;
	}
#navigation {
	float: left;
	width: 267px;
	background-image: url(../_images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	border-bottom: 1px solid #000066;
	}
#copyright {
	position: relative;
	clear: both;
	text-align: center;
	color: gray;
	padding: 1px;
	}

/*---------------------------------------*/
/*          Navigation & Links           */
/*---------------------------------------*/
ul.primaryNav {
	list-style-position: inside;
	list-style-image: url(../_images/bullet.gif);
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
	}
ul.primaryNav li {
	border-bottom: 1px solid #006699;
	margin-bottom: 3px;
	vertical-align: middle;
	margin-right: 0px;
	}
a.primaryNav, a.primaryNav:link, a.primaryNav:active, a.primaryNav:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.25em;
	font-style: italic;
	color: #000066;
	}
a.primaryNav:hover {
	color: #006699;
	}
ul.secondaryNav {
	list-style-type: none;
	}
ul.secondaryNav li {
	list-style-type: none;
	list-style-image: none;
	border-bottom-style: none;
	}
a.secondaryNav, a.secondaryNav:link, a.secondaryNav:active, a.secondaryNav:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	font-style: italic;
	color: black;
	}
a.secondaryNav:hover {
	color: #006699;
	}
a.contentLink, a.contentLink:link, a.contentLink:active, a.contentLink:visited {
	text-decoration: none;
	color: #0066CC;
	}
a.contentLink:hover {
	color: #000033;
	}
/*---------------------------------------*/
/*            Text Formatting            */
/*---------------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000066;
	font-style: italic;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000066;
	font-style: italic;
	font-weight: bold;
	width: 90%;
	border-bottom: 1px dashed #000066;
	}
h3 {
	
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	line-height: 120%;
	color: #000066;
	}
p.contact {
	font-size: 1.5em;
	font-weight: bold;
	color: #000066;
	text-align: center;
	margin-bottom: 20px;
	}

/*---------------------------------------*/
/*              Other Items              */
/*---------------------------------------*/
#logo {
	margin: 0px;
	}
img.leftWhiteBorder {
	float: left;
	border: 2px solid white;
	margin: 0px 10px 10px 0px;
	}
img.rightWhiteBorder {
	float: right;
	border: 2px solid white;
	margin: 0px 0px 10px 10px;
	}
div.careNote {
	width: 150px;
	padding: 3px;
	float: right;
	margin: 5px 0px 5px 5px;
	background-color: #DDEDFB;
	border: 1px solid #000066;
	}
div.careNote strong {
	font-weight: bold;
	color: #660000;
	}
div.copyright {
	width: auto;
	border: 1px solid silver;
	background-color: #dfdfdf;
	padding: 3px;
	marign: 3px 0px 3px 0px;
	}
div.copyright p {
	font-size: xx-small;
	margin: 2px 0px 2px 0px;
	color: gray;
	}
img.floatLeft {
	float: left;
	border: 2px solid white;
	margin-right: 10px;
	margin-bottom: 10px;
	}
img.floatRight {
	float: right;
	border: 2px solid white;
	margin-left: 10px;
	margin-bottom: 10px;
	}
/*---------------------------------------*/
/*            Form Elements              */
/*---------------------------------------*/

label {
	width: 150px;
	float: left;
	clear: left;
	}
input, textarea, select {
	width: 250px;
	float: left;
	}
textarea {
	overflow: auto;
	margin-bottom: 10px;
	height: 100px;
	}
#Submit, #reset {
	width: 200px;
	}

.required {
	font-size: 15px;
	font-weight: bold;
	color: maroon;
	}
/*---------------------------------------*/
/*            Standard Links             */
/*---------------------------------------*/

a,a:link,a:active,a:visited {
	text-decoration: none;
	color: #993300;
	}
a:hover {
	color: #CC3300;
	}
a.footer {
	color: #666666;
	}