@charset "UTF-8";
/* CSS Typography Document */



/* Main Font Family */

body {
	font-family: Helvetica, Arial, sans-serif;
}


/* Percentage Reduction For Sections */


#center_2col_right {
	font-size: 85%;
}

#footer {
	font-size: 65%;
}


/* Links */

a:link, a:active {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
}



/* Head and Subheads */

h1, h2, h3, h4 {
	font-weight: normal;
}

h2, h3, h4 {
	line-height: 1.15em;
	margin: 1em 0em 0em;
}

h1 {
	font-size: 275%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: lighter;
	line-height: 1em;
	letter-spacing: -.03em;
	font-style: italic;
	margin: 0px;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 115%;
}


/* Paragraphs and Lists */


em.letort {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}


#center_1col p, #center_1col ul, #center_1col ol {
	margin-top: .75em;
	line-height: 1.5em;
}

#center_1col ul li{
	margin-left: 1.5em;
}

#center_1col ol li{
	margin-left: 1.75em;
}

#center_1col ul ul, #center_1col ol ol {
	font-size: 100%;
	margin-top: 0em;
}
#center_1col ul, #center_1col ul {
	list-style: disc;
}
#center_1col ul ul, #center_1col ul ul {
	list-style: circle;
}
#center_1col ol, #center_1col ol {
	list-style: decimal;
}
#center_1col ol ol, #center_1col ol ol {
	list-style: lower-alpha;
}



/* List Indents */


#center_2col_left p, #center_2col_left ul, #center_2col_left ol {
	margin-top: .75em;
	line-height: 1.5em;
}

#center_2col_left ul li{
	margin-left: 1.5em;
}

#center_2col_left ol li{
	margin-left: 1.75em;
}

#center_2col_left ul ul, #center_2col_left ol ol {
	font-size: 100%;
	margin-top: 0em;
}


/* List Icon Styles */

#center_2col_left ul, #center_2col_right ul {
	list-style: disc;
}
#center_2col_left ul ul, #center_2col_right ul ul {
	list-style: circle;
}
#center_2col_left ol, #center_2col_right ol {
	list-style: decimal;
}
#center_2col_left ol ol, #center_2col_right ol ol {
	list-style: lower-alpha;
}




#center_2col_right ul {
	margin-top: 0em;
	line-height: 1.5em;
}

#center_2col_right ul ul {
	font-size: 100%;
	margin-top: 0em;
}

#center_2col_right ul li {
	list-style: none;
	margin-left: 0em;
}

#center_2col_right li li {
	margin-left: .5em;
}

#center_2col_right li li li {
	margin-left: 1em;
}



#contact_info {
	font-size: 85%;
}



/* Footer */

#footer {
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


