/* green colors light #408080, med #2F5B5B, dark #1D3838 */
/* orange colors light #EFBB50, dark #ED6A3F */
/* 		GAI Colors
*			Web		Print
*	Earth:	#7F7358 #8B8573
*	Taupe:	#B9AB97	#A89682
*	Putty: 			#E0D9C7
*	Blue:	#5279A9	#4F8ABE
*/
body {
	background-color: White;
}

#wrapper {
    margin:0 auto;
    width:750px;
}
#header{
	margin-left: -7px;
}
#main {
	font: normal 11pt serif;
	text-align: justify;
}
h1 {	font-size: 14pt; 
	color: #408080; 
	font: Georgia;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: 0em;
	padding: 0px;
}
h2 {	font-size: 12pt; 
	color: #ED6A3F; 
	font: Georgia;
	margin-top: .5em;
	margin-bottom: 0em;
	padding: 0px;
}
h3 {
	font-weight:bold;
	font-size:12pt;
	text-decoration:underline;
	margin-top: 1em;
	margin-bottom: 0em;
	padding-bottom: 0px;
	color: #600;
}
#main P {
	margin-top: 0em;
}
#main table {
	display: table;
	border: 0px;
	margin: -10px 0px;
	width: auto;
	margin-left: 1em;
}
#main table tr td {
	padding-left: 3em;
}

#sidebar {
    float:right;
	width: 230px;
	height: auto;
	border: 0px;
	padding: 0px;
	margin-left: 30px;
	margin-top: -5px;	
}

#sidebar ul {
	margin-left: -5px; 
	#margin-left: 20px; /*IE box model fix*/
	text-align: left;
}
#sidebar li {
	margin-top: 14px; 
	margin-bottom: 14px;
}
.notice {
	width:400px; 
	margin-left: 25px; 
	border: 2px solid #ED6A3F;
	text-align: center;
}
.notice P {
	margin-top: 1em;
	font-style: italic;
	margin-bottom: 1em;
}
#footer {
	text-align: left;
	font-size: 8pt;
}
#footer img {
	float: left;
	border: 0px;
	margin: 1px 5px 10px 1px
}
a {
	text-decoration: none
}
a:link {
	color: #408080;
	font-weight: bold;
}
a:visited {
	color: #408080;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ED6A3F
} 
table	{
	font-size: 14px;
	text-align:justify
}
BLOCKQUOTE {
	font-family: Andale Mono, Consolas, Lucida Console, monospace;
	font-size: 11pt;
	margin-left: 0px;
	margin-bottom: 0em;
}
#main ul	{
	list-style-type:square;
}

li.links	{
	list-style-type: square;
	list-style-image: url(images/link_image.jpg); 
}
li.pdfs	{
	list-style-type: square;
	list-style-image: url(images/pdf_sm.gif); 
}

@media print {
    #menu {display: none; }
    #master table {width: 7in;}
    #maindiv {width:6.9in;}
}

