@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	vertical-align: baseline;
	top: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #336;
	background: white;
}
ol, ul {
	list-style: none;
	font-size: 80%;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-image: url(images/bground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E4E4E4;
	background-attachment: fixed;
}
#container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 0px;
} 
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 110px;
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/Header.png);
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: center;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 
#footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E3DCC0;
}
p {
	margin-top: 0.4em;
	margin-bottom: 0.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav li {
	width: 100%;
	margin-bottom: 0.2em;
	background-color: #FFF;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav a, #nav a:link, #nav a:visited {
	color: #336;
	font-size: 85%;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	border: 1px solid #E6E6FF;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 2em;
}
#nav a:visited {
	color: #55628B;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #A23378;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}
#nav #quotes {
	padding: 2em 1em 1.5em 1.5em; 
	margin-top: 15px;
	background: url(images/box_top.jpg) repeat-x;
	border: 1px solid #E6E6FF;
	font-size: .9em;
}
#container #sidebar1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding-left: 5px;
}
#mainContent h1 {
	font: normal 1.8em Helvetica, Arial, Verdana, sans-serif;
}
#mainContent h2 {
	font: normal 1.6em Helvetica, Arial, Verdana, sans-serif;
	padding-top: .7em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	color: #006;
	padding-left: 5px;
}

#header ul {
	float: right;
	margin-top: 65px;
}
#header li {
	display: inline;
	padding-right: 0.3em;
	padding-left: 1.5em;
}
#header a:link, #header a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
}
#header a:hover, #header a:active, #header a:focus {
	color: #95B2E3;
	text-decoration: underline;
}
.deco {
	background: url(images/dots.gif) no-repeat left center;
}
#container #mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
	text-align: left;
}

fieldset {
	border: 1px solid #336;
	padding: .8em 0 .8em .8em;
}
legend {
	font-size: 1.5em;
}
label {
	display: block;
	margin-top: .5em;
}
input, textarea {
	width: 21em;
	background: #D9DEE8;
	border-top: 1px solid #336;
	border-right: 1px solid #978EBA;
	border-bottom: 1px solid #978EBA;
	border-left: 1px solid #336;
	padding: .2em;
}
textarea {
	height: 8em;
}
input#submit {
	width: 8em;
	margin-top: .8em;
	margin-left: .8em;
}
input:focus, textarea:focus {
	background: #E5EBF4;
}
form em {
	color: #C00;
	font-weight: bold;
}

.leftimage{
	float: left;
	margin-right: 0px;
	border-left-style: solid;
	border-left-color: #666;
	display: inline;
	border-left-width: 3px;
	padding-right: 10px;
}

.rightimage{
	float: right;
	margin-right: 0px;
	border-right-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #666;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	margin-left: 0px;
	display: inline;
	padding-left: 5px;
}

#container #mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #006;
	text-align: center;
}

