
/* basic elements */
body { 
	font: 14pt times; 
	color: #000000;
	background: #cccccc url(./none.jpg); 
	}

h1 {
	font: bold 32pt georgia;
	}

h3 { 
	font: bold 12pt arial; 
	letter-spacing: .5px;
	color: #000;
	}


a:link  { 
	text-decoration: none;
	color: #E6D495;

	}
a:visited { 
	font-weight: normal;
	text-decoration: none;
	color: #E6D495;

	}
a:hover { 
	text-decoration: underline; 
	color: #2c4E6A;
	background: #E6D495;

	}

a img {
	border: none;
	}

a.main:link {
	font-weight: bold;
	color: #2c4E6A;
	text-decoration: underline;

	}

a.main:visited {
	font-weight: bold;
	color: #2c4E6A;
	}

/* specific divs */

#main {
	width: 529px;
	margin-left: 10px;
	color: #000;
	background: #FFFFFF url(none.jpg);

	}
#navbar {
	font: 14pt georgia;
	width: 194px;
	height: 100%;
	background: #2c4E6A;
	}
#name {
	color: #2c4E6A;
	font-weight: bold;
	}

#rightimage {
	float: right;
	margin-top: 4px;
	}

#leftimage {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	}

#currentpage {
	background: #E6D495;
	color: #2c4E6A;
	font-weight: normal;
	}

#border {
	width: 733px;
	border: 1px #000000 solid;
	}


#header { 
	width: 735px;
	height: 158px;
	margin-bottom: 0px;
	background: #2c4E6A;
	border-top: 1px #000 solid;
	}


#footer {
	color: #ffffff;
	width: 735px;
	background: #2c4E6A;
	font-size: 12pt;
	}
