html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td  
{  
	margin: 0;  
	padding: 0;  
	border: 0;  
	font-family: sans-serif;  
	font-size: 1em;  
	font-weight: normal;  
	font-style: normal;  
	text-decoration: none; 
	line-height: 1.4em;
} 

body
{
	background-color : #335;
	font-family : Eyechart, Geneva, Arial, Helvetica, sans-serif;
	color : #111111;
	margin: 0px;
}

img
{
	border: none;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;	
}
h1
{
	font-size: 20px;  	
}
h2
{
	font-size: 18px;  	
}
h3
{
	font-size: 16px;  	
}
h4
{
	font-size: 14px;  	
}
h5
{
	font-size: 12px;  	
}
h6
{
	font-size: 12px;  	
}

p
{
    margin: 5px 0px;	
}

li
{
    margin: 15px 0px 0px 10px;	
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.main
{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	border: 1px solid #229;
	background: white url("graphics/navbg.gif") top left repeat-y;
	font-family : Arial, Helvetica, sans-serif;
	margin: 0px;
}

.title
{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 150px;
	border-bottom: 1px solid #229;
	font-family : Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	background-color: #229;
	margin: 0px;
	overflow: hidden;
}

.titlelines
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 150px;
	margin: 0px;
	background: transparent url("graphics/banner-lines.gif") top left repeat-x;
	overflow: hidden;
	z-index: 2;
}

.titlelogo
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 3;
}

.banner
{
	position: absolute; 
	top: 0px; 
	right: 0px; 
	overflow: hidden; 
	z-index: 1;
}

.navigation
{
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #229;
	color: #ffffff;
	margin: 0px;
}

.navigationheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	background: transparent url("graphics/navgrad.png") center left repeat-x;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.navigation a
{
    font-weight: bold;
}

.navigation li
{
    margin: 0px;	
	padding: 0px;
}

.content
{
/*	position: absolute;
	top: 110px;
	left: 160px;
	right: 160px;*/
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : #FFFFFF;
	margin: 0px 150px;
	padding: 0.5em 1em;
}

A.noncoloredlink {text-decoration: none}
A.noncoloredlink {font-size: 12px; font-weight: bold;  }
A.noncoloredlink:link { color: #000088;}
A.noncoloredlink:active { color: #880000;}
A.noncoloredlink:visited { color: #880088;}
A.noncoloredlink:hover { color: #ff0000; text-decoration: underline;}

A.coloredlink {text-decoration: none}
A.coloredlink {font-size: 12px; font-weight: bold;  }
A.coloredlink:link { color: #000088;}
A.coloredlink:active { color: #880000;}
A.coloredlink:visited { color: #000088;}
A.coloredlink:hover { color: #ff0000; text-decoration: underline;}

#sponsors
{
	float: right;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
}

#sponsors img
{
	border: none;
}

ul.menu
{
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	border: 0px;
	color: #ffffff;
}

.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

.menu a
{
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	width: 90%;
	display: block;
	color: #ffffff;
}
.menu a:hover
{
	color: yellow;
	background: transparent;
}

.heading, .eventDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

.eventDate
{
	display: inline;
	float: right;
}

.newsflash
{
	right: 160px;
	border: 1px solid #229;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #def;
	margin: 10px;
	padding: 3px;
}

.photo
{
	display: inline;
	float: left;
	width: 120px;
	height: 180px;
	text-align: center;
}
.shading
{
	background-color: #f2faff;
}

.shading2
{
	background-color: #fdfdfd;
}

.warning
{
	color: #f00;
	padding-bottom: 10px;
}
.oldbrowser {display: none;}
