*
{
	padding:0;
	margin:0;
}
html,body 
{
	background:url(images/bodybackground.gif) top repeat-y;
	height: 100%;
}
#container 
{
  	min-height: 100%;
}
* html #container 
{
  	height:100%;
}


/*//////////////////////////////// Header //////////////////////////////////*/


#header 
{
	position: relative;
	height: 91px;
	width: 860px;
	margin: 0 auto;
	background: url(images/header.gif) repeat-x;
}
#header #title
{
	float:left;
	position: relative;
	width: 145px;
	height: 66px;
	top: 18px;
	left: 14px;
	background: url(images/title.gif) 0px 0px no-repeat;
	display: block;
	outline:none;
}
#header #title:hover
{
	background-position: 0px -66px;
}
#header #slogan
{
	position:relative;
	top:70px;
	right:13px;
	font:bold 12px Arial, Times, serif;
	color:#FFFFFF;
	float:right;
}
#header #w3c
{
	float:left;
	position: relative;
	width: 111px;
	height: 19px;
	top: 115px;
	left: 223px;
	background: url(images/w3c.gif) no-repeat;
	display: block;
	outline:none;	
}
#header #w3c:hover
{
	background-position:0px -19px;
}


/*//////////////////////////////// Menu //////////////////////////////////*/


#menu 
{
	position: relative;
	height: 24px;
	width: 860px;
	margin: 0 auto;
	background: url(images/menu.gif) repeat-x;
}
#menu ul
{ 
	position:relative;
	left:226px;
	width:605px;
    list-style:none;
}
#menu li
{
	float:left;
	text-align:center;
}
#menu li a
{
	display:block;
	height:20px;
	width:110px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	outline:none;
	text-decoration:none;
	padding-top:3px;
	color: #333333;
}
#menu li a:hover
{
	background-color:#FFCC66;
}
#menu li #option1
{
	width:63px;
	height:20px;
	background: url(images/option1.gif) top center no-repeat;
}
#menu li #option1:hover
{
	background-position:center -22px;
}
#menu li #selected1
{
	width:63px;
	background: url(images/option1selected.gif) center no-repeat;	
}
#menu li #option2
{
	width:85px;
	height:20px;
	background: url(images/option2.gif) top center no-repeat;	
}
#menu li #option2:hover
{
	background-position:center -23px;
}
#menu li #selected2
{
	width:85px;
	background: url(images/option2selected.gif) center no-repeat;	
}
#menu li #option3
{
	width:86px;
	height:20px;
	background: url(images/option3.gif) top center no-repeat;		
}
#menu li #option3:hover
{
	background-position:center -22px;
}
#menu li #selected3
{
	width:86px;
	background: url(images/option3selected.gif) center no-repeat;	
}
#menu li #option4
{
	width:106px;
	height:20px;
	background: url(images/option4.gif) top center no-repeat;
}
#menu li #option4:hover
{
	background-position:center -23px;
}
#menu li #selected4
{
	width:106px;
	background: url(images/option4selected.gif) center no-repeat;	
}
#menu li #option5
{
	width:78px;
	height:20px;
	background: url(images/option5.gif) top center no-repeat;
}
#menu li #option5:hover
{
	background-position:0 -23px;
}
#menu li #selected5
{
	width:78px;
	background: url(images/option5selected.gif) center no-repeat;	
}
#menu li #option6
{
	width:70px;
	height:20px;
	background: url(images/option6.gif) top center no-repeat;
}
#menu li #option6:hover
{
	background-position:0 -23px;
}
#menu li #selected6
{
	width:70px;
	background: url(images/option6selected.gif) center no-repeat;	
}
#menu li #option7
{
	width:86px;
	height:20px;
	background: url(images/option7.gif) top center no-repeat;
}
#menu li #option7:hover
{
	background-position:0 -23px;
}
#menu li #selected7
{
	width:86px;
	background: url(images/option7selected.gif) center no-repeat;	
}

/*//////////////////////////////// Main //////////////////////////////////*/


#main
{
	height: 569px;
	width: 860px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color: #DCDDDE;
}


/*//////////////////////////////// Menu 2 //////////////////////////////////*/


#menu2
{
	position: relative;
	top:43px;
	left:14px;
	width: 200px;
	height: 89%;
	overflow: hidden;
	float:left;
	background:#ECECEE url(images/menu2.gif) no-repeat;
}
#menu2 ul
{ 
	position:relative;
	padding-top:28px;
	padding-left:8px;
    list-style:none;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
#menu2 ul li
{
	height:60px;
	width:185px;
	border-bottom: 2px solid #C8C8C8;
	margin-bottom:5px;	
}
#menu2 ul li #item1
{
	background:url(images/item1icon.gif) no-repeat 0px 3px;
}
#menu2 ul li #item2
{ 
	background:url(images/item2icon.gif) no-repeat 0px 3px;
}
#menu2 ul li #item3
{ 
	background:url(images/item3icon.gif) no-repeat 0px 3px;
}
#menu2 ul li #item4
{ 
	background:url(images/item4icon.gif) no-repeat 0px 3px;
}
#menu2 ul li #item5
{ 
	background:url(images/item5icon.gif) no-repeat 0px 3px;
}
#menu2 ul li a
{
	position:relative;
	left:55px;
	text-align: left;
	color: #075A91;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	outline:none;	
}
#menu2 ul li a:hover
{
	text-decoration:underline;
	color: #FF9933;
}
#menu2 ul li p
{
	font-size:10px;
	text-align: left;
	padding:2px 5px 0 55px;
}


/*//////////////////////////////// Panel //////////////////////////////////*/


#panel
{
	position: relative;
	top:43px;
	right:14px;
	width: 619px;
	height: 89%;
	text-align: justify;
	overflow: hidden;
	float:right;
	background:#ECECEE url(images/iso.gif) bottom right no-repeat;
}
#panel p 
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
#panel #title
{
	position: relative;
	width: 570px;
	height: 21px;
	top:24px;
	left:25px;
	border-bottom-color: #FCB415;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}
#panel #content
{
	position:relative;
	width:570px;
	height:100%;
	height:300px;
	top:50px;
	left:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
}
#panel #content p
{
	text-align: left;
}
#panel #content strong
{
	color:#333333;
}
#panel #content a
{
	text-decoration:none;
	outline:none;	
	font-weight:bold;
	color: #003399;
}
#panel #content a:hover
{
	text-decoration: underline;
	outline:none;	
	font-weight:bold;
}
#panel #content ul
{
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*//////////////////////////////// Footer //////////////////////////////////*/


#footer
{
	position:relative;
	height: 24px;
	width: 860px;
	background: url(images/footer.gif) repeat-x;
	margin: 0 auto;
	clear: left;
	overflow: hidden;
	margin-top:-24px;
}
#footer ul
{ 
	position:relative;
	top:6px;
	left:128px;
    list-style:none;
}
#footer li
{ 
	float:left;
	padding:0px 5px 0px 5px;
	font-size:10px;
}
#footer li a
{
	display:block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
	outline:none;
}
#footer li a:hover
{
	text-decoration:underline;
}
