/* Html Standard Tags */

html 	{margin: 0px; background-color: #ffffff;}
body 	{font-family: Verdana; font-size: 11px; line-height:16px; margin: 0px; color: black;}
img     {border: 0px;}

a 		{color: black; text-decoration: none;}
a:hover {background-color: #eaeaea;}
h1      {font-size:13px; font-weight: bold; margin-top: 20px; margin-bottom: 2px;}
h2      {font-size:11px; font-weight: normal; margin-top: 0px; margin-bottom: 10px; color: #999999;}
h3      {font-size:12px; color: #999999;}

hr      {border: 0px; border-top: 1px solid #ccc; height: 1px;}

li      {margin-top: 3px;}
p {text-align: justify;}

div.left p 	{text-align: left;}
div.left h1 { color: #999;}

/* Dom Node Id */

#header				{width:770px; height: 50px; margin-top: 30px; margin-left: 30px;}
#header_image		{float: left;}
#header_menu		{width: 500px; height: 50px; float: right; text-align: right;}
#header_menu ul		{list-style-type: none; margin-top: 0px; margin-bottom: 0px;}
#header_menu li 	{display: inline; margin-left: 10px;}
#header_menu li a 	{color: #999999; font-family: arial; font-size: 11px; letter-spacing:1px;}

#banner				{width:770px; margin-top: 0px; margin-left: 30px; border-top: 1px solid black; border-bottom: 1px solid black;}

#menu 	 			{width:770px; margin-left: 30px; margin-top: 7px; margin-bottom: 10px;}
#menu ul 			{list-style-type: none; margin-top: 0px; margin-left: 0; padding-left: 0px; margin-right: auto; margin-bottom: 0px;}
#menu li 			{display: inline; margin-right: 7px; }
#menu li a 			{font-weight: bold; font-family: arial; font-size: 11px; letter-spacing:1px;}

#menu_leftSpace 	{background-color: #cccccc; float: right; width: 325px; height: 9px; margin-top: 5px;}

#content			{width:770px; margin-left: 30px;}
#content a			{text-decoration: none;}

#footer				{width:770px; margin-left: 30px; margin-top: 30px; color: #999999; border-top: 1px solid black; font-family: arial; font-size: 11px; letter-spacing:1px;}
#footer a 			{color: #999999;}

#content_left 		{width: 480px; float: left; padding-bottom: 20px;}
#content_right 		{width: 240px; margin-left: 40px; float: left; padding-bottom: 20px;}

#content_right ul {margin-left: 0px; padding-left: 16px;}

ul.linklist,
#content_right ul.linklist {
	margin: 0px;
	margin-top: 6px;
	padding-left: 0px;
	list-style: none;
	}

	ul.linklist li {
		background-image: url(/images/linkdot.gif);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		padding-left: 15px;
		margin-bottom: 4px;
}

img.center {
	float: right;
}