/* 
--------------------------------------------------------------
-- SITEWIDE DEFINITONS --
--------------------------------------------------------------
*/

html, body {
	padding: 0; 
	border: 0; 
	margin: 0;
	}

body {
	background: #b5b6af; 
	padding: 0 ; 
	margin: 0px 0 ; 
	text-align: center; 
	}

/* -- IMAGES --   */

img {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
/* -- LINKS -- */

a, a:link, a:active, a:visited {
	text-decoration: underline; color:#000066;
	}
	
a:hover {
	text-decoration: none; 
	color: #FF4A4A;
	}

/* -- FORMS -- */

form {
	padding: 0 0 10px 10px; 
	margin: 0; text-align: left; 
	font-family: veranda, sans-serif; 
	font-size: 10px;
	}
	
fieldset {
	border: none; 
	padding: 0; 
	margin: 0;
	}
	
.input {
	width: 85px; 
	font-size: 9px; 
	color: #000; 
	padding: 1px;
	}
	
.submit {
	font-size: 9px;
	}

/* -- TYPE -- */

p {
	font: normal 11px verdana, sans-serif; 
	line-height: 13px; 
	margin: 0; padding: 0; 
	text-align: left;
	}

h1, h2, h3, h4{
	font-family: verdana, sans-serif; 
	font-weight: bold; text-align: left; 
	color: #003300;
	}

/* -- LISTS -- */

ul {
	text-align: left;
	}
	
li {
	font-family: verdana, sans-seif; 
	font-size: 10px; 
	text-align: left;
	}
	
/* 
--------------------------------------------------------------
-- NAVIGATION TOP --
--------------------------------------------------------------
*/

#navbar {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute; top: 138px; left: 0px; 
	width: 720px; height: 35px; 
	background: #1f211c;
	border-left: #fff solid 10px;
	border-right: #fff solid 10px;
	}
	
#navbar a {
	font: normal 11px verdana, sans-serif;
	text-decoration: none;
	color: #fff;
	height: 35px;
	}
	
#navbar a:hover {
	color: #FAF9F2;
	background: #333 url(../images/tab_over.gif) 50% 0 repeat-x;
	}

#tabs {
	height: 35px;
	width: 100%;
	}

#tabs ul {
	margin: 0;
	padding: 0 0 0 60px;
	float: left;
	list-style: none;
	}
	
#tabs li {
	float: left;
	padding: 0;
	margin: 0;	/*** Space between tabs ***/
	}
	
#tabs a {
	float: left;
	display: block;
	padding: 6px 15px 0 15px;	/*** Space inside tabs ***/
	line-height: 22px;
	}
	
/* 
--------------------------------------------------------------
-- NAVIGATION SIDE --
--------------------------------------------------------------
 */
	
#sidenav ul {
	margin: 15px 0 0px 1px; 
	padding: 0 0 10px 0; 
	border: 0;
	}

#sidenav ul li {
	width: 159px;
	line-height: 33px;
	list-style: none; 
	font-family: veranda, sans-serif;
	display: inline;
	margin: 0;
	}
	
#sidenav ul li a {
	height: 33px;
	padding: 0 0 0 15px; 
	margin: 0;
	color: #333333; 
	display: block;  
	font-size: 11px !important;
	text-decoration: none;
	background: url(../images/sideul_bg.gif) no-repeat 0 -33px;
	}

#sidenav ul li a:hover {
	background: url(../images/sideul_bg.gif) no-repeat 0 0; 
	padding: 0 0 0 15px;
	margin: 0;
	}
	
#sidenav li a.bot { /* Puts border on bottom of last nav */
	height: 35px;
	padding: 0 0 0 15px; 
	margin: 0;
	color: #913408; 
	display: block;  
	font-size: 11px !important;
	text-decoration: none;
	background: url(../images/sideul_bg.gif) no-repeat 0 -33px;
	}

/* -- **PAGE LAYOUT** ------------------------------------------------------------------------------------------------- */

#mypage {
	margin: 0 auto; 
	position: relative; 
	width: 720px;
	}

#header {
	margin: 0;
	position: absolute; 
	top: 0; left: 0;
	width: 720px; height: 138px;
	background: url(../images/header2.gif) no-repeat;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	}

#container_3col { 
	margin: 0; 
	position: absolute; 
	top: 173px; left: 0; 
	width: 720px;
	background: #fff url(../images/guts3col.gif) repeat; 
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	}
	
#container_2col {
	margin: 0; 
	position: absolute; 
	top: 173px; left: 0; 
	width: 720px;
	background: url(../images/guts2col.gif) repeat; 
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	}
	
#container_1col { 
	margin: 0; 
	position: absolute; 
	top: 173px; left: 0; 
	width: 720px;
	background: url(../images/guts1col.gif) repeat; 
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	}
	
/* -- **LEFT COLUMN** -------------------------------------------------------------------------------------------------- */

#leftcol {
	float: left; 
	width: 161px; 
	padding: 0; 
	margin: 0;
	}

#leftcol h1, #leftcol h2 {
	font-size:12px;
	font-weight: bold; 
	height: 32px;
	margin: 10px 1px 8px 1px;
	padding: 0; 
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	line-height: 32px;
	background-color: #1f211c;
	}
	
/* -- **RIGHT COLUMN** ---------------------------------------------------------------------------------------------- */

#rightcol {
	float: left; 
	width: 161px; 
	padding: 0; 
	margin: 0;
	}

#rightcol p {
	color: #333; 
	margin: 0 5px 17px 8px; 
	}

#rightcol h1, #rightcol h2 {
	font-size:12px; 
	font-weight: bold;
	height: 32px;
	margin: 10px 1px 8px 1px;
	padding: 0; 
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	line-height: 32px;
	background-color: #1f211c;
	}
	
#rightcol ul#language {
	margin: 0;
	padding: 7px 8px;
	list-style: none;
	}

#rightcol ul#language li {
    font-size:16px;
	font-family: verdana, sans-serif; 
	margin: 0 0 7px 0; 
	padding: 0 0 0 9px;
	background: url(../images/bulletBlue.gif) no-repeat 0 3px; 
	line-height: 12px;
	}

#rightcol ul#language a {
	text-decoration: none;
	}
	
#rightcol ul {
	margin: 0 0 5px 8px; 
	padding: 0; 
	color: #333;
	list-style: none;
	}

#rightcol ul li {
	margin: 0 0 7px 0; 
	padding: 0 0 0 9px; 
	background: url(../images/bulletBlue.gif) no-repeat 0 3px; 
	line-height: 12px;
	}

/* -- **CENTER GUTS** ----------------------------------------------------------------------------------------------- */

#centerguts_3col {
	float: left; 
	width: 398px; 
	padding: 0; 
	margin: 0;
	}
	
#centerguts_2col {
	float: left; 
	width: 559px; 
	padding: 0; 
	margin: 0;
	}
	
#centerguts_1col {
	float: left; 
	width: 720px; 
	padding: 0; 
	margin: 0;
	}
	
#centerguts_3col h1, #centerguts_2col h1, #centerguts_1col h1 {
	font-size: 18px; 
	margin: 10px 0 4px 10px; 
	text-transform: uppercase;
	}
	
#centerguts_3col h2, #centerguts_2col h2, #centerguts_1col h2 {
	font-size: 16px; 
	margin: 10px 0 4px 10px;
	color: #666;
	}
	
#centerguts_3col h3, #centerguts_2col h3, #centerguts_1col h3 {
	font-size: 14px; 
	margin: 10px 0 4px 10px;
	}
	
#centerguts_3col p, #centerguts_2col p, #centerguts_1col p {
 
	color: #000; 
	margin: 0 10px 20px 10px; 
	line-height: 17px;
	font: normal 11px verdana, sans-serif; 
	}
#centerguts_3col table, #centerguts_2col table, #centerguts_1col table{
	margin: 10px 0 4px 10px;
}
#centerguts_3col td, #centerguts_2col td, #centerguts_1col td{
	text-align: left;
	font-size: 12px; 
	color: #000; 
	line-height: 17px;
}		

/* -- **FOOTER** --------------------------------------------------------------------------------------------------- */
	
#footer {
	clear: both; 
	width: 720px; height: 65px; 
	background: #024802;
	padding-top: 10px; margin: 0;
	}
	
#footer a {
	color: #E8E8E8;
	}	
	
#footer p {
	font-size: 10px; 
	color: #E8E8E8; 
	padding: 5px 0 5px 0; 
	margin: 0 0 0 18px; 
	text-align: center;
	}
