/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{font-family:Arial, Helvetica, sans-serif; font-size:13px; margin:20px; padding:0;}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:20px; color:#ffffff; text-align:center}
h2{font-size:20px;}
h3{font-size:22px; font-style:italic; color:green;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:13px; text-decoration:bold;}
h7{font-size:13px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}
h8{font-size:13px; text-decoration:underline; color:#0000ff;}  /* underlined link */

a:link, a:visited{color:#0033CC;}
a:hover{text-decoration:none;}


/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width (780 pixel) */

#container{width:780px; margin:0 auto;}
#topbar{width:auto; display:block; height:170px;}
#navbar{width:auto; display:block; height:24px;}

#main{width:auto; display:block; padding:10px 0;}
#column_one{width:auto;}
#column_left{width:590px; margin-right:10px; float:left;}
#column_right{width:150px; float:left;}
/*
div.spacer, solve an issue with #container height
in css 2 column layout.
*/
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 ... */
