/* -- GENERAL REDECLARATIONS ---------------------------------------- */
* 					{
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
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:770px; 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;
	width:770px !important;
	width /**/:770px;
	padding-bottom:5px;
}

/* --the content block that is wrapped around the main content and menu-- */
#contents 			{
	width:540px;
	float:left;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
	
/* --the main content area-- */
#content_main 		{
	float:right;
	display:inline;
	margin:0;
	width:585px !important;
	width:560px;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3D058;
	padding: 0px 10px;
}

/* -- main menu -- */
#menu 				{display:inline; float:left; margin:0 0 0 0; width:155px !important; width /**/:155px; border-right: solid 1px #999;}

/* --the footer-- */
#footer 			{
	clear:none;
	width: 780px !important;
	width /**/:750px;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
}

/* -- Links on top of pages */
#pageLinks			{
	width: 580px !important;
	width :550px;
	
	height:23px;
	text-align:right;
	margin:10px 0 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D058;
}

#contentPane		{margin:10px;}


a:link		{
	font-family: verdana, arial, "san serif";
	font-size:9px;
	color:#D3D058;
}
a:visited	{
	font-family: verdana, arial, "san serif";
	font-size:9px;
	color:#D3D058;
}
a:hover		{ font-family: verdana, arial, san serif; font-size:9px; color: Black;}
a:active	{
	font-family: verdana, arial, "san serif";
	font-size:9px;
	color:#D3D058;
}


/* *** tool bar **** */

.leftContent
{
    width:180px;
}

div#toolbar
{
	text-align: right;
	width:155px !important;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

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: #D3D058;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 155px;
	height: 22px;
	background-color: transparent;
}

#toolbar a:visited
{
	font-family: verdana;
	font-size: 11px;
	color: #D3D058;
	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: #D3D058;
	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: #D3D058;
	text-indent: 13px;
}

#toolbar a:active
{
	font-family: verdana;
	font-size: 11px;
	color: #D3D058;
	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: 0px;
}
