*
{
	margin: 0em;
	padding: 0em;
}

a
{
	color: #339933;
	text-decoration: underline;
}

.tabletext
{
	text-align: left;
	color: #003399;
	line-height: 1.4em;
	font-size: 0.9em;
	font-family: verdana, arial, san-serif;
}

a:hover
{
	text-decoration: none;
}

body
{
	background-color: #a9d6ec;
	background-image: url('media/a4.gif');
	background-repeat: repeat-x;
	color: #003399;
	font-family: georgia, serif;
	font-size: 10pt;
}

.smtext
{
	color: #003399;
	font-family: georgia, serif;
	font-size: 8pt;
	line-height: 1.3em;
}


#outer
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	background-color: #FEFEF2;	
	background-image: url('media/a3.gif');
	background-repeat: repeat-x;
	padding: 1.0em;
	border-top: solid 1px #ffffff;
	margin-bottom: 1.0em;
}

#outer2
{
	border: dotted 1px #a9d6ec;
	padding: 1.0em;
}



/*Horizontal Menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #ffffff;
border-width: 1px 0;
background: #75c1e3 url(media/blockdefault.jpg) center center repeat-x;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(media/blockactive.jpg) center center repeat-x;
}



#header
{
	padding: 0.8em 1.2em 1.2em 1.2em;
}

#header h1
{
	font-size: 3.0em;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#header h2
{
	position: relative;
	top: -0.1em;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #006699;
}

#content
{
	margin-top: 1.0em;
	padding: 1.2em;
	line-height: 2.2em;
	font-size: 0.9em;
	position: relative;
}

#footer
{
	border-top: dashed 1px #a9d6ec;
	padding-top: 1.0em;
	font-size: 1.0em;
	color: #66cc66;
	padding-left: 1.2em;
	clear: both;
	text-align:center;
}

#column1
{
	width: 530px;
	float: left;
	position: relative;
}

#column1 p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #003399;
}


#column1 h1
{
	font-size: 1.8em;
	border-bottom: dashed 1px #a9d6ec;
	margin-bottom: 1.0em;
}

#column1 h2
{
	font-size: 1.4em;
	border-bottom: dashed 1px #a9d6ec;
	margin-bottom: 1.0em;
}

#column1 h3
{
	font-size: 1.2em;
	border-bottom: dashed 1px #a9d6ec;
	margin-bottom: 1.0em;
}

#column2
{
	width: 145px;
	float: right;
	position: relative;
	margin-left: auto;
}

#column2 p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #4F4F2B;
	font-size: 1.0em;
}

#column2 h3
{
	color: #ffffff;
    padding: 3px;
	text-align:center;
    font: bold 12px Arial;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
    background: transparent url(media/col2-h3.jpg) center center repeat-x;	
}


#column2 ul
{
	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
}

#column2 li
{
	border-bottom: dashed 1px #339933;
}

#column2 a
{
	color: #339933;
	text-decoration: none;
}

#column2 a:hover
{
	text-decoration: underline;
}


