/* BODY SECTION */
/* This section sets default colors for each page in the site.  It also handles the left menu background image */
body {
	scrollbar-base-color: Red;
	scrollbar-arrow-color: #ffffff;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-bottom:15px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size : small;

}

/* Commented out for now
.leftmenu {
	background-image:url('/images/newheaderidea_08.jpg');
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
}
*/

.bodytext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : normal;
	font-style: normal;
	font-variant: normal;

}
/* LINK SECTION */
/* This section sets default colors for links and also any special color links used throughout the site.   The .white links are used in the menu. */
A:LINK {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;


}

A:VISITED {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;

}

A:HOVER {
	color : #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	
}

A:LINK.White {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

A:VISITED.White {
	color : Silver;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

A:HOVER.White {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : C;
	font-weight : bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

/* GENERAL FORMATTING SECTION */
/* This section sets general use styles.*/
.navy {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	background-color : #000066;
}

.navyBold {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	background-color : #000066;
	font-style: normal;
	font-variant: normal;
}

.gray {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	background-color : Gray;
	font-style: normal;
	font-variant: normal;
}

.style28 {
	font-size: small;
	font-weight: bold;
	color: #666600;
	font-family: Arial, Helvetica, sans-serif;
}
.style32 {
	font-size: small;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}
.style34 {
	font-size: small;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.style42 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style44 {
	color: #000066;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}
.style53 {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.style59 {
	color: #FF0000;
	font-style: italic;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
}
.style65 {
	font-size: small;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
}
.style69 {
	font-weight : normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
}
.style70 {
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}
.style71 {
	color: #666600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
}
.mainBodyPadding {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding: 3px;
	background-color: #FFFFFF;


}
.underline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 10px;
}
