        
/* STYLES FOR CONTENT */

                                
/* Margins for main content */
.contentMargins {
	display: block;
	margin: 0px 15px 0px 15px;
	text-align: left;
	width: 683px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	text-align:justify;
	color: #000000;
	padding-top: 0px;
}

/* Home page 2 column layout */

#container { 
	width: 900px;
	text-align: left;
}

#sidebar1 {
	float: right;
	width: 180px;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}

#mainContent { 
	margin: 10px 190px 0 0;
	padding: 5px 15px; 
}

.construction {
	color: #900;
}
	

h1 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	padding-top: 5px;
}

h2 {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 0.85em;
    font-weight: bold;
    text-decoration: none;
    color: #336699;
	line-height: 23px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: -12px;
}

h3 {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 0.85em;
    font-weight: bold;
    text-decoration: none;
    color: #660000;
	line-height: 23px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: -12px;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	line-height: 16px;
}

li ul {
	font-size: 100%;
	font-weight: normal;
	}

blockquote {
	list-style-position: outside;
	list-style-type: square;
	color: #000000;
}

.ul-linespace {
	line-height: 22px;
}

   /* regular body text style for all first level pages */
.normalText {
        font: .7em Verdana, Arial, Geneva, Helvetica, sans-serif;
        text-align: justify;
        margin: 10px 20px 10px 20px;
}

   /* regular body text style */
.bodytext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
        text-align: justify;
	color: #000000;
}

   /* H1 style */
.headertext {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 	font-size: 1.1em; 
	font-weight: bold;
 	color: #336699;
}

   /* H2 style */
.blueText {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 0.85em;
        font-weight: bold;
        text-decoration: none;
        color: #336699;
}

   /* used to remove list item bullets */
.indent {
        list-style: none;

}

.italic {        
        font-style: italic;
}

.bold {
        font-weight: bold;
}

   /* Light blue italic text */

.highlights {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.1em;
        font-style: italic;
        color: #003366;    
        background-color: #FFFFFF;
}

   /* 2 COL within main content */

#col-left {
        width:380px;
        float:left;
}

#col-right {
        width:290px;
        float:left;
}


   /* text wrap around image on all first level pages */

.float-right-wrap {
	float: right;
	position: right;
	padding: 0px;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;

}
.float-left-wrap {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: none;
	vertical-align: top;
}

.clearAll {
        clear: both;
}

