/* CSS Document */

body {
	margin:0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size:12px;
	}		
		
h1 {color:#2e4991;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	}
	

h2 {color:#2e4991;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	}

	
a {
	color:#2e4991;
	}

a:visted {
	color:#2e4991;
	}
	
a:hover {
	color:#2e4991;
	text-decoration:none;
	}
	


/* -------- NAV --------------------------------- */
	
#footer {
	font-size:9px;
	height:15px;
	}
		
		
#footer a {
	color:#000000;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#2e4991;
	text-decoration:underline;
	}
	
/* -------- NAV --------------------------------- */
	
#leftnav {
	background-image:url(../images/leftnav_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	}
	
.navstyle {
	font-size:10px;
	color:#2e4991;
	}
	
.navstyle a {
	text-decoration:none;
	}
	
.navstyle a:hover {
	text-decoration:underline;
	}

/* -------- SPECIAL --------------------------------- */


.emphasize {color:#2e4991;}

#box {
	padding:10px;
	background-color:#EEEEEE;
	margin:15px;
	}
	
	table.smallish td {font-size: 10px;}
