/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary */
/* These styles should define how the content section looks */

body {
	background: #fff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.6em; 
    color:#333;
}

p, h1, h2, h3 { margin:0 0 0.8em; }

h1 {color:#006495; font-size:1.5em; font-weight:bold; font-family:Arial, Helvetica, Verdana;}
h2 {color:#006495; font-size:1.3em; font-weight:bold; font-family:Arial, Helvetica, Verdana;}
h3 {color:#006495; font-size:1.1em; font-weight:bold; font-family:Arial, Helvetica, Verdana;}

ul, ol { margin: 15px 35px; }


q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-right: 0;
}

img {
	border: 0;
}

abbr, acronym { 
	border-bottom: 1px dotted #006495; 
	cursor: help; 
}

caption {
	text-align: left;
}

a { color:#006495; text-decoration:none; }
a:hover { text-decoration:underline; }

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

label {
	cursor: pointer;
}

form {
	padding: 0;
	margin: 0;
}

/* END STANDARD STYLES */











/* START PAGE SPECIFIC STYLES */

#top-links, #header, #menu, #banner, #left-col, #right-col, #footer, #breadcrumb {display:none;}

/* END PAGE SPECIFIC STYLES */