/* generic page sytles */

body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #888888;	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	text-align:center;
}


h1
{
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #888888;;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	margin:0px
}

h2
{
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #888888;;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	margin:0px
}

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

a
{
	color: #c3dcd5;
	text-decoration: none;
	font-size: 1.4em;
}

a:hover
{
	color: #c3dcd5;
	text-decoration: underline;
	font-size: 1.4em;
}

div#NormalLink a
{
	color: #888888;
	text-decoration: none;
	font-size: 1.0em;
}

div#NormalLink a:hover
{
	color: #888888;
	text-decoration: underline;
	font-size: 1.0em;
}

div#DarkRed a
{
	color: #c96e6b;
	text-decoration: none;
	font-size: 1.4em;
}

div#DarkRed a:hover
{
	color: #c96e6b;
	text-decoration: underline;
	font-size: 1.4em;
}

div#LightGreen a
{
	color: #8dc542;
	text-decoration: none;
	font-size: 1.4em;
}

div#LightGreen a:hover
{
	color: #8dc542;
	text-decoration: underline;
	font-size: 1.4em;
}

div#LightBlue a
{
	color: #80c0d0;
	text-decoration: none;
	font-size: 1.4em;
}

div#LightBlue a:hover
{
	color: #80c0d0;
	text-decoration: underline;
	font-size: 1.4em;
}

div#Purple a
{
	color: #cea9cf;
	text-decoration: none;
	font-size: 1.4em;
}

div#Purple a:hover
{
	color: #cea9cf;
	text-decoration: underline;
	font-size: 1.4em;
}



.box 
{
    background-image: url(/images/tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

.box1
{
    background-image: url(/images/tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

.box2
{
    background-image: url(/images/bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.box3
{
    background-image: url(/images/br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.content
{
    overflow: hidden;
    padding: 8px;
    text-align: left;
}

div.footer
{
	position:absolute;
	left:0px;
	width:100%;
	text-align:center;
}
