	/* ### FONTS ### */
* {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#696969; 
	font-size:x-small; 
	text-decoration:none;}
	
h1,h2,h3 {
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;}

p  {margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	line-height: 1.5em;}
	
table {margin-left:20px;
	border-collapse:collapse;}

td	{border-top-color:#999999;
	border-bottom-color:#999999;
	border-left-color:#999999;
	border-right-color:#999999;}

h1{	
	font-family:Univers, Helvetica, Arial, Verdana, sans-serif;
	font-size:medium;
	font-weight:bold;
	}

img.left, img.right {
	margin-bottom: 5px;
	margin-top: 5px;}
img.left{ margin-right: 15px;
	margin-left: 5px;}
img.right{ margin-left: 15px;
	margin-right: 5px;}

	/* ### LISTS and HYPERLINKS ### */
ul	{margin-top:10px;}
	/*margin-left:30px;} */

li {
	list-style-image:url(../menu/tri.png);
	list-style-type:circle;
	margin: 2pt;
	font-weight: bold;}

.lnk {margin-left: -15px;
	font-weight:bold;}
	
.lnk:hover, a:hover {
	text-decoration:underline;
	font-weight:bold;}

.lnk a {text-decoration:underline;
	font-weight:bold;
	color:#0000CC;}
	
a.external:link {color:#0000CC;font-weight:bold;text-decoration:underline;}
a.external:visited {color:#fff;}
a.external:hover {color:#339900;text-decoration:underline;}
a.external:active {color:#fff;}

a.internal:link {color:#0000CC;font-weight: bold;text-decoration:underline;}
a.internal:visited {color:#f00;font-weight: bold;}
a.internal:hover {color:#FF9900;text-decoration:underline;}
a.internal:active {color:#fc0;font-weight: bold;}

/* a:link {color:#FFFFFF;}
a:visited {color:#FFFF00;}
a:hover {color:#FF9900;}
a:active {color:#0000FF;} */

	/* ### PANEL DIVISIONS <div> ### */
/* %%% the whole window %%% */
body{
	background-color:#fff;
	padding:0;
	margin:0;
	text-align:center;}
/* %%% the page container %%% */
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	background-color:#fff;
	text-align:left;}
/* %%% the header %%% */
#header {
	position: relative;
	margin-top: 10px;
	margin-bottom:3px;}
/* %%% border styles %%% */
#main, #nav {
	border-left: 1px solid 	#DCDCDC; 
	border-right: 1px solid 	#DCDCDC;
	border-top: 1px solid 	#DCDCDC;
	border-bottom: 1px solid 	#DCDCDC;
	margin-bottom: 3px;
	background-color: #ffd;}
/* %%% the main text window %%% */
#main {
	display:inline;
	float:left;
	width: 600px;
	border-left:none;}
/* %%% the navigation menu %%% */
#nav {
	float:left;
	width:159px;
	margin-left: 1px}
/* %%% the footer %%% */
#footer {
	clear:both;}

/* %%% spam trap %%% */
#MySpamTrap {display: none;}

		  
