/* Zero out browser defaults */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	/*background-image: url(image/body_bg.gif); 948b6d*/
	SCROLLBAR-BASE-COLOR: #EFC710; 
}

/* force firefox to draw a scroll bar */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*Internet Expl hack*/
[if IE]>
<style type="text/css">
#content { zoom: 1; }
</style> 
<![endif]

body {
	/*background-image: url(image/body_bg.gif);*/
	/*font-size: 100.00%;*/
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

p {
	font-size: 10pt;  /*default paragraph font 80% */
	}

.biglink 	{ 
	FONT: 12pt verdana, arial, sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	TEXT-DECORATION: none; 
}
.textbox {
	height: 200px;
	border-bottom: 1px solid #000000;
	padding-top: 5px;
}

.biglink:hover 	{TEXT-DECORATION: underline; }

/* gives nice margins to photos */
.floatleft {
	float: left; 
}

.floatright {
	float: right;
}

.clearboth {
		clear: both;
}
	
.ruleline_image {
	height: 10px;
	width: 600px;
	background-image: url(../images/Flashhdr770/rule600x10.gif);
	background-repeat: no-repeat;
	clear: both;
}	

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}

a {
	color: #CC0000;
}

/* zeroing out the lists will cause no bullets to be displayed */
ul {
	list-style-position:outside;
	margin-left:30px;
	list-style-type: disc;	
	font-size: 10pt;
}

/* zeroing out the lists will cause no bullets to be displayed */
ol {
	list-style-position:inside;
	margin-left:5px;	
	font-size: 10pt;
}

 /* START CODE FOR LINKS */

a:link		{ color: #3300FF; text-decoration: none; }

a:visited	{ color: #3300FF; text-decoration: none; }

a:active	{ color: #3300FF; text-decoration: none; }

a:hover, a:focus { 
	color: #6699FF; 
	text-decoration: none; 
}

blockquote {
	font-size: 80%;
	background-color: #FFFF66;
	border: 1px solid #000000;
	padding: 6px;
}

blockquote:hover {
	border: 1px solid #FF0000;
}

blockquote:ol{
	list-style-position:outside;
	margin-left:15px;
	font-size: 100%;
}
blockquote:ul {
	list-style-position:outside;
	margin-left:15px;
	list-style-type: disc;	
	font-size: 100%;
}

h1 {
	/*font-size: 140%;*/
	font-size: 16pt;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
	clear:both;
}

h2 {
	font-size: 15pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear:both;
	text-indent: 5px;
}

h3 {
	font-size: 13pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4 {
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#wrapper {
	margin: 0px auto; /* auto pairs values thus centers the browser window */
	width: 770px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	/*border: 1px solid #000000;*/
	/*background-image: url(../images/Flashhdr770/innerwrapper_2col.gif);*/
}

#header {
	height: 101px;
	/*border: 1px solid #000000;*/
	background-color: #ADADAD;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 15px solid #c21e1e;
}

#Catalogheader {
	border: 1px solid #000000;
}

#copyright {
	font-size: 8pt;
	text-align: center;
	clear: both;
}

#innerwrapper {
	background-image: url(../images/Flashhdr770/catelog_innerwrapper_2col.gif); /* 770x10 */
	background-repeat: repeat-y;
	width: 768px;
	border: 1px solid #000000;
}
#innerwrapper img {
	border: 1px solid #c21e1e;
	clear: both;
	margin: 0px 5px 5px 5px; /* top, rt, bot, lt */
	}

#leftcol {
	float: left;
	width: 210px;
	font-size: 10pt;
}

#leftcol_reg_txt {
	float: left;
	width: 210px;
	font-size: 100%;
}
#leftcol p {
	margin-top: 1%;
	margin-right: 3%;
	margin-bottom: 1%;
	margin-left: 3%;
}
#leftcol ul {
	list-style-type: none;
	border-top: 1px solid #333;
}

#leftcol ul li {
	border-bottom: 1px solid #333;
	background-color: #d5edb3;
}

#leftcol li a {
	display: block;
	color: #990000;
	padding: 3px 0 3px 2px;
	text-decoration: none;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #960;
	color: #fff;
}

#rightcol {
	float: right;
	width: 550px;
	/*font-size: 80%;*/
}

#rightcol p {
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 3%;
	margin-left: 1%;
}

#footer {
	border-top: 1px solid #283F13;
	clear: both;
	background-color: #ffffff;
}

#footer p {
	font-size: 70%;
	color: #fff;
	padding: 8px;
	text-align: right;
}

#blah:active {
}
