/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:20px; padding:0;
	 background-color:#214A74;}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px; color:#000000;}
h2{font-size:14px; color:#000000;}
h3{font-size:13px; color:#000000;border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}

a:link{text-decoration:underline; color:#000000}
a:visited{text-decoration:underline; color:#214A74; font-weight:bold}
a:hover{text-decoration:blink}


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

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

#container{width:800px; margin:0 auto;}
#topbar{width:auto; display:block; height:60px; color:#FFFFFF;}
#navigation{width:auto; -moz-border-radius: 8px; -webkit-border-radius: 8px; padding:0 10px}

#main{width:auto; display:block; padding:10px 0;}
#column_left{width:480px; margin-right:10px; margin-left:10px; float:left; background-color:#B8B8B8;
			 -moz-border-radius: 8px; -webkit-border-radius: 8px; display:inline}
#column_right{width:280px; margin-right:10px; margin-left:10px; float:left; background-color:#465a7c;
			  -moz-border-radius: 8px; -webkit-border-radius: 8px}
div.spacer{clear:both; height:10px; display:block;}

#footer{width:auto; display:block; padding:10px 0; font-size:11px; background-color:#B8B8B8; 
		color:#FFFFFF; border-style:groove; -moz-border-radius: 8px; -webkit-border-radius: 8px}

/* ------------------------------
CUSTOM CLASSES
------------------------------ */

/* Add here your custom classes ... */

