/* html tags */
	body	{
		font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #313131;
		background: #FFF;
		margin-top: 10px;
		margin-bottom: 10px
	}
	table	{
		font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: left;
		color: #313131
	}
	p	{
		text-align: left;
		word-spacing: 0px; 
		line-height: 150%; 
		margin-top: 0px; 
		margin-bottom: 0px 
	}
	h1	{
		font: bold 14px Georgia, Times New Roman, Times, serif;
		color: #F26522;
		text-align: left;
		margin: 0px;
		padding: 0px
	}
	h2	{
		font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #313131;
		margin: 0px;
		padding: 0px
	}
	a, a:active, a:link	{
		font: normal 12px "Verdana", Arial, Helvetica, sans-serif;
		color: #F26522;
		text-decoration: none
	}
	a:hover	{
		text-decoration: underline
	}
	a:visited	{
		color: #F26522;
		text-decoration: none
	}
/* design tags */
	#mainContainer	{
		width: 710px;
		position: relative;
		margin: 0 auto;
	}
	#top	{
		width: 710px;
		height: 198px
	}
	#banner	{
		width: 710px;
		height: 126px;
		background: url(../images/banner.gif) no-repeat
	}
	#menu	{
		max-width: 710px;
		height: 44px;
		background: url(../images/menu.gif) no-repeat;
		padding-left: 30px
	}
	#sub	{
		max-width: 710px;
		height: 28px;
		padding-left: 30px;
		background: url(../images/sub.gif) no-repeat
	}
	#content	{
		max-width: 710px;
		height: auto;
		margin-top: 40px
	}	
	#contentLeft	{
		float: left;
		width: 402px;
		margin-right: 40px;
		margin-bottom: 40px
	}
	#contentRight {
		float: right;
		width: 268px
	}
	#gBoxTop	{
		max-width: 268px;
		height: auto;
		background: url(../images/gboxtop.gif) no-repeat;
		padding: 31px 31px 24px 31px
	}
	#gBoxBottom	{
		width: 268px;
		height: 7px;
		background: url(../images/gboxbottom.gif) no-repeat
	}
	#footer	{
		clear: both;
		width: 710px;
		font-size: 11px;
		color: #C1C1C0;
		text-align: center;
		padding-top: 50px
	}
/* menu */
	#menu ul {
    	list-style: none;
		display: inline
	}
	#menu li {
		padding-right: 30px;
		padding-top: 12px;
    	float:left
	}
	#menu a, #menu a:active {
    	text-decoration: none;
		font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #0054A6
	}
	#menu a:hover {
    	color:#FFF
	}
	#menu #current a {
    	color:#F26522
	}
/* submenu */
	#sub ul {
    	list-style: none;
		display: inline
	}
	#sub li {
		padding-right: 30px;
		padding-top: 5px;
    	float:left
	}
	#sub a, #sub a:active {
    	text-decoration: none;
		font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #0054A6
	}
	#sub a:hover {
    	color:#FFF
	}
	#sub #subCurrent a {
    	color:#F26522
	}
