/* HYPERLINK COLORS */
a { text-decoration: underline; background-color: transparent; outline: none; /* Turn off a link's dotted outline in Firefox */}
a:link { color: #333366; text-decoration: underline; background-color: transparent;}
a:visited { text-decoration: underline; background-color: transparent;}
a:hover { color: #9999cc; text-decoration: underline; background-color: transparent;}
a:active { color: #666699; text-decoration: underline; background-color: transparent;}

/* Template Classes */
.skip_navigation { font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.search { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}

/* Navigation */
#navbar a {text-decoration: none;}
#navbar ul { margin:0; padding:0 0 12px 0; list-style-type:none;}
#navbar ul li { margin: 6px 0; padding:0;}
#navbar ul li ul { margin: 0; padding: 0; list-style-type:none;}
#navbar ul li ul li { padding-left: 1em;}
#navbar p {margin:0; padding:0;}

/* Redefined HTML tags */
body { font-family: Arial, Helvetica, sans-serif; font-size: 90%;}
td { font-family: Arial, Helvetica, sans-serif;}
p { font-family: Arial, Helvetica, sans-serif;}
ol,ul,li { font-family: Arial, Helvetica, sans-serif;}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}

h1 { font-size: 150%; font-weight: bold; color: #660000;}
h2 { font-size: 140%; font-weight: bold; color: #660000;}
h3 { font-size: 130%; font-weight: bold; color: #660000;}
h4 { font-size: 120%; font-weight: bold; color: #660000;}
h5 { font-size: 110%; font-weight: bold; color: #660000;}
h6 { font-size: 100%; font-weight: bold; color: #660000;}

p.img-caption {
	font-size: 80%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}

.img-right {
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
	border: none;
}

.img-left {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	border: none;
}

/* Custom Classes */
.heading { color: #660000; font-size: 130%; color: #003333; font-weight: bold;}
.special {color: #660000; font-size: 130%}

/* TWO COLUMN LAYOUT */
.columns {
	float: left;
	clear: both;
	width: 500px;
	background-color: transparent;
	margin-bottom: 1em; /* See end of style sheet from IE fix*/
}

.columns-1 {	
	float: left;
	clear: left;
	width: 240px;
}
.columns-2 {
	float: right;
	clear: right;
	width: 240px;
}

/* Fix IE */
*html .columns { margin-bottom: 0px;}

