/* CSS Document */

/*
file = style.css
author = bwinters@abacusstudios.com
*/

html>body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Verdana, Arial, Helvetica, san serif, Times, serif;
	color: #000;
	background-color:#fff;
	font-size: 11px;
}

body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Verdana, Arial, Helvetica, san serif, Times, serif;
	color: #000;
	background-color:#fff;
	font-size: 11px;
}


/* - - - - - - - - - - CONTENT AND LAYOUTS - - - - - - - - - - - - - - */


#content_left {
	margin:0 2px 0 0; 
	padding:2px 2px 2px 2px;
	color:#fff; 
	font-weight:bold; 
	text-align:center; 
	background-color:#fff;
	border-right: 1px solid #000;
}

html>body #content_right {
	margin: 0px 0px;
	padding: 0px 0px;
	
}

#content_right {
	margin: 0px 0px;
	padding: 0px 0px;
}
#content_right .position {
	width: 100%;
	height: 100%;
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	float: left;
}

/* - - - - - - - - - - CLASS USED TO CLEAR FLOATS - - - - - - - - - - */

.floatclear {
	clear: both;
}


/* - - - - - - - - - - COMMON ELEMENTS - - - - - - - - - - */

html>h1 {
	color: #000;
	font-size: medium;
	voice-family: "\";}\""; 
	voice-family: inherit;
	font-size: large;
}

h1 {
	color: #000;
	font-size: medium;
	voice-family: "\";}\""; 
	voice-family: inherit;
	font-size: large;
}

html>h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #000;
	font-weight: bold;
	voice-family: "\";}\""; 
	voice-family: inherit;
}

h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #000;
	font-weight: bold;
	voice-family: "\";}\""; 
	voice-family: inherit;
}


html>p {
	font-size: 11px;
}

p {
	font-size: 11px;
}


a {
	color: #930;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.active {
	text-decoration: none;
	color: black;
}

a.metalink {
	color: black;
	text-decoration: none;
}

a.metalink:hover {
	text-decoration: underline;
}

a.metalink:focus, a.metalink:active, a.metalink.active {
	outline: none;
	color: #993302;
}

.header {
	font:bold 24px Adobe Garamond Pro,Garamond,Palatina,Times New Roman,Times,Serif; color:#fff;
}

.header2 {
	font:bold 16px Adobe Garamond Pro,Garamond,Palatina,Times New Roman,Times,Serif; color:#fff;
}

.subheader {
	font:normal 11px Helvetica,Verdana,Myriad,San Serif; color:#fff; margin-bottom:0px;
}


/* - - - - - - - - - - COMMON FONT COLORS - - - - - - - - - - */
.red	{ color:#f33; }
.brown	{ color:#930; }
.grey	{ color:#333; }

a.numbers { font:normal 16px Adobe Garamond Pro,Garamond,Palatina,Times New Roman,Times,Serif; color:#333; margin-bottom:0px; text-decoration:none;}
a.numbers:link { font:normal 16px Adobe Garamond Pro,Garamond,Palatina,Times New Roman,Times,Serif; color:#333; margin-bottom:0px; text-decoration:none;}
a.numbers:active { font:normal 16px Adobe Garamond Pro,Garamond,Palatina,Times New Roman,Times,Serif; color:#333; margin-bottom:0px; text-decoration:underline; }
a.numbers:hover { font:normal 16px Adobe Garamond Pro,Garamond,Palatina,Times New Roman,Times,Serif; color:#333; margin-bottom:0px; text-decoration: underline; }
b.numbers { font:bold 18px Adobe Garamond Pro,Garamond,Palatina,Times New Roman,Times,Serif; color:#930; }
