/*-----------------------------------------------------------------------------------------------*/
/*                                  CSS RESET THANKS TO ERIC MEYER                               */
/*                   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/                */
/*-----------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: '"';}
blockquote, q {quotes: ' ';}

body {
background: #FFFFFF;
background-image: url(images/sunsetDock_page_bg.jpg);
scrollbar-face-color:#A42A1B;
scrollbar-highlight-color:#A42A1B;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#A42A1B;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#CBBED6;
margin-top:0;
margin-left:0;
marginwidth:0;
marginheight:0}

A 			{ 	text-decoration: none }
A:link		{ 	color: #1B50A4;	text-decoration: none}
A:visited 	{ 	color: #DB9424 }
A:active 	{ 	color: #008000 }
A:hover 	{ 	text-decoration: underline;	color: #FFFFFF;	background-color: #74588B }

.borderDashed {
        border-style: dashed;
                border-width: 2px;        /* sets border width on all sides */
        border-color: black;
}

 
INPUT {
color: #A42A1B;
background-color: D5D3F6;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
text-indent: 2px; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
border-left-color:RED;; 
border-right-color:#393CAD; 
border-top-color:RED; 
border-bottom-color:#393CAD}

.dropdown {background-color: #D5D3F6; font-weight: NORMAL; font-size: 9px; color: #A42A1B}

li {
list-style-image: url(images/bullet.gif);
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: normal; color: #DB9424}

hr {
color: #74588B;
width:600;
background-color: 74588B;
height: 1px;
align:center}


div.hr {
  height: 20px;
  background: #74588B url('images/divider.jpg') no-repeat center}
div.hr hr {
  display: none}


p  {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #1B50A4; padding-top: 3px; padding-bottom: 3px}
h6 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;  font-weight: bolder; color: #A42A1B}
h5 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;   color: #1B50A4}
h4 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;   color: #DB9424}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold;   color: #1B50A4}
h2 {  font-family: Verdana, Geneva, Arial, Helvetica, san-serif; color: #74588B}	
h1 {  font-family: Garamond, Palantino, Times Roman, serif; color: #A42A1B}

.title {  
font-family:Garamond,Arial Black,Palantino,sans-serif; 
font-size: 20px; 
font-weight: Bold; 
color: #A42A1B}

.tinytext {  
font-family: Garamond,Georgia,Palantino,sans-serif; 
font-size: 8px; 
font-weight: normal; 
color: #74588B}

.dropcap:first-letter {
font-size:400%;
font-family:fantasy,serif
font-weight:bold;
float:left;
color:#003366;
}

.btn_norm 	{
	color:#FFFFFF; 
	background-color:#666699; 
	font: 11px Verdana, Arial,Helvetica,Sans Serif; 
	font-weight: bold
	}
	
.btn_over 	{
	color:#F4EAFF; 
	background-color:#C993ff; 
	}
