/* -- GENERAL REDECLARATIONS ---------------------------------------- */
* 					{margin:0; padding:0;}
body 				{text-align:center;}
body, tr, 
td, input, 
select, textarea 	{font-size: 10px; font-family: verdana, arial;color:#555;}
a:link,a:visited 	{text-decoration:underline;}
a:hover 			{text-decoration:none;}
ul, ol	 			{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0px;color: #555; font-family: verdana, arial, "san serif";}
h1 					{font-size:large; margin:0 0 12px;}
h2 					{font-size:medium; margin:8px 0;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{display:none;}
img 				{border:none;}
acronym				{border-bottom: 1px dotted;}
blockquote 			{margin:0 25px 20px 25px; font-style:italic;}

#wrapper 			{width:760px; margin:0 auto; text-align:left; border-color:Gray; border-width:1px; border-style:solid;}

/* --header -- */
#logo				{float:left; display:inline;}
#contact			{text-align: right; position:relative;width:750px !important; width /**/:750px; padding-bottom:5px;}

/* --the content block that is wrapped around the main content and menu-- */
#content 			{width:760px; float:left; display:inline; border-top:1px solid #999; border-bottom:1px solid #999;}
	
/* --the main content area-- */
#content_main 		{float:right; margin:0 0 0 0; width:600px !important; width /**/:600px; display:inline; border-left:1px solid #999;}

/* -- main menu -- */
#menu 				{float:left; margin:0 0 0 0; width:155px !important; width /**/:155px; display:inline; border-right: solid 1px #999;}

/* --the footer-- */
/* #footer 			{clear:both; width: 750px !important; width /*:750px; text-align:right; padding-top:5px; padding-bottom:5px;} */

/* -- Links on top of pages */
.pageLinks			{width: 580px !important; width /**/:580px; height:23px; text-align:right; border-bottom: dashed 1px #999; margin:10px 0 0 10px;}

#contentPane		{margin:10px;}


a:link		{ font-family: verdana, arial, "san serif"; font-size:9px; color:#30828f;}
a:visited	{ font-family: verdana, arial, "san serif"; font-size:9px; color:#30828f;}
a:hover		{ font-family: verdana, arial, "san serif"; font-size:9px; color:#30828f;}
a:active	{ font-family: verdana, arial, "san serif"; font-size:9px; color:#30828f;}


/* *** tool bar **** */

.leftContent
{
    width:180px;
}

div#toolbar
{
	padding-top: 0px;
	text-align: right;
	float:left; 
	margin:3px 0 0 0; 
	width:155px !important; 
	display:inline;
}

div#toolbar p
{
	width: 155px;
	height: 22px;
	margin: 0px;
	display: block;
	text-transform: capitalize;
	border-bottom: 1px solid #999;
	overflow:hidden;
}

* html div#toolbar p
{
	width: 155px;
	height: 22px;
	margin: 0px;
	display: block;
	text-transform: capitalize;
	border-bottom: 1px solid #999;
	overflow:visible;
}



#toolbar a:link
{
	font-family: verdana;
	font-size: 11px;
	color: #333;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 155px;
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}

#toolbar a:visited
{
	font-family: verdana;
	font-size: 11px;
	color: #333;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 155px;
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}

#toolbar a:hover
{
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 155px;
	height: 22px;
	background-image: url(../../images/arrow.gif);
	background-position: 195px 9px;
	background-repeat: no-repeat;
	background-color: #999;
	text-indent: 13px;
}

#toolbar a:active
{
	font-family: verdana;
	font-size: 11px;
	color: #333;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 155px;
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}