/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{font-family:Arial, Helvetica, sans-serif; font-size:14px; margin:20px; padding:0;}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:20px;}
h2{font-size:16px; color:#333333;}
h3{font-size:13px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}
h4{font-size:13px; font-weight: normal; color: rgb(102, 102, 102);}
h5{font-size:13px; font-style: italic; font-weight: lighter;}
H6{font-size:13px; font-weight: normal;}

a:link, a:visited{color:#0033CC;}
a:hover{text-decoration:none;}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width (800 pixel) */

body { text-align: center }

#container{width:780px; margin:0 auto; text-align: left}
#topbar{width:auto; display:block; height:60px;font-family:Arial, Helvetica, sans-serif;
	font-size:30px; font-weight: bold; color: rgb(255, 153, 0);}
#navbar
{
	width:auto; 
	display:block; 
	height:24px;
	background-color:#666666;
	border-bottom:2px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-left:3px solid #666666;
	border-right:3px solid #666666;
}
#navbar a{heigth:28px; line-height:28px; padding:0 8px; display:inline;}

#main{width:auto; display:block; padding:10px 0;}
#column_left{width:640px; margin-right:10px; float:left;}
#column_right{width:120px; float:left;}
div.spacer{clear:both; height:10px; display:block;}

#footer{width:auto; display:block; padding:10px 0; font-size:11px; color:#666666;}

/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */

/* 
Add here your custom classes
*/



/* ITEM HEADER NAV */


#navbar-inner
{
	margin:0px;
	padding:0px;
}

#navbar ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 24px;
}

#navbar li
{
	font-size: 11px;
	list-style-type: none;
	list-style-image: none;
	padding: 5px 10px 8px 10px;
	margin-right: 4px;
	float:left;
	height: 10px;
}


#navbar a:link, #navbar a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#navbar a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#navbar li:hover
{
	background-color:#FF9900;
}

/* END ITEM HEADER NAV */
