/*
*
*	TAGS
*
*/

body
{
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
}

h1
{
	font: 2em Verdana;
}

h2
{
	font: 1.5em Verdana;
}
p{font: 1em Garamond;text-align: left;margin: 0px;}
h3 {font: 1.0em Verdana;font-weight: bold;}
td {font: 1em Garamond};

/*
*
*	LAYERS
*
*/

/* FIX DUPLICATES */

#menu a
{
	color: #000000;
	text-decoration: none;
}

#menu a:hover 
{
	color: #000000;
	text-decoration: underline;
}

#dropDownMenu  a
{
	color: #000000;
	text-decoration: none;
}

#dropDownMenu a:hover 
{
	color: #000000;
	text-decoration: underline;
}

#header, #menu, #frame
{
	background-repeat: no-repeat;
	background-position: center; 
}

#frame
{
	margin: 100px auto;
	padding: 1em;
	text-align: left;
	width: 800px;
	background: #EEEEEE url('images/frame_bottom.png') repeat-x bottom center;

	top: 200px;
	font 1em Garamond;
}

#dropDownMenu
{
	position: absolute; 
	width: 100px;
	height: 80px;
	left: 215px;
	top: 250px;

	background: #DDDDDD;
	visibility: hidden;

	opacity: .85;
	-moz-opacity: .85;
	filter:alpha(opacity = 85);

	border-left: 2px solid green;
	border-right: 2px solid green;
	border-bottom: 1px solid green;

	text-align: left;
	font: 0.9em arial;
	padding-down: 1em;
}

#header
{
	margin: 0px auto;
	width: 804px;
	height: 221px;

	background-image: url('images/header.png');
}

#menu
{
	whitespace: nowrap;
	margin: -28px auto;
	width: 804px;
	height: 70px;
	margin-bottom: 20px;
	text-align: left;

	background-image: url('images/menu.png');
}

#menu ul
{
	list-style-type: none;
	padding-top: 22px;

	font: 17px arial;
	font-weight: bold;
}

#menu li
{
	display: inline;
}


/*
*
*	CLASSES
*
*/

.clsClose
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font: 12px arial;
	color: #3333FF;
}

.clsDelimit
{
	color: green;
}

.bluelink{color: blue;}
.g08 {font: 0.8em Garamond;}
.g10 {font: 1.0em Garamond;}
.g10b{font: 1.0em Garamond; font-weight: bold;}
.v08 {font: 0.8em Verdana;}
