
html { min-height: 100%; margin-bottom: 1px; }

body 
	{ 
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 10pt;
	margin: 0px;
	padding-top: 119px;
	padding-bottom: 119px;
	background:url("./images/background.gif");
	background-repeat: no-repeat; 
	background-position: center top;
	background-color: #2D2E6A;
	color: #5E5E5E;
	}


.master {
	min-height: 676px;
	width: 750px;	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #ffffff;
	border: 1px solid #d3c670;
	}

.menu{
margin: 0px;
padding: 0px;
background:url("./images/menu.gif");
background-repeat: repeat-x;
height: 30px;
width: 100%;
font-size: 10pt;
color: #5E5E5E;
}

.menu ul{
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
margin: 0px;
list-style: none;
}

.menu li{
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
display: inline;
padding-top: 0px;
padding-right: 10px;
padding-left: 10px;
padding-bottom:0px;
}



.content {
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 640px;
	border: 0px solid red ;
	background-color: #ffffff;
	}

.content h1
{
text-align:left;
color: #1F1F1F;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-weight: normal;
font-size: 14pt;
padding-top: 15px;
padding-bottom: 5px;
margin-top: 0px;
margin-bottom: 0px;
}

.content h2
{
text-align:left;
color: #1F1F1F;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-weight: bold;
font-size: 12pt;
padding-top: 20px;
padding-bottom: 5px;
margin-top: 0px;
margin-bottom: 0px;
}

.content ul{
margin: 0px;
padding: 0px; 
}

.content li{
list-style: square outside; color: #2C4C92;
margin-left:20px;
margin-right:0px; 
color: #5E5E5E;
}

.content hr{

border-bottom: 1px solid #d3c670;
width: 120px;
}

.imagetable {
margin-top: 10px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 0px;
float:right;
}

.picshadside {width: 14px; background-image: url('./images/picside.jpg'); background-repeat: no-repeat; }
.picshadbot {height: 14px; background-image: url('./images/picbot.jpg'); background-repeat: no-repeat; }
.picshadcorn {width: 14px; background-image: url('./images/piccorn.jpg'); background-repeat: no-repeat; }
.picblanktop {height: 5px; }
.picblankside {width: 14px; }

.picshadside_h {width: 9px; background-image: url('./images/picside_h.jpg'); background-repeat: no-repeat; }
.picshadbot_h {height: 9px; background-image: url('./images/picbot_h.jpg'); background-repeat: no-repeat; }
.picshadcorn_h {width: 9px; background-image: url('./images/piccorn_h.jpg'); background-repeat: no-repeat; }


.foot{
width: 100%;
margin: 0px;
padding: 0px;
background:url("./images/footer.gif");
background-repeat: none;
}

.foot p{
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
color: #000000;
font-size: 10pt;
text-align: center;
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 5px;
margin: 0px;
}



input
{
color: #4A4A4A;
border: 1px solid #4A4A4A;
}

textarea
{
color: #4A4A4A;
width: 330px;
height: 330px;
border: 1px solid #4A4A4A;
}

select
{
color: #4A4A4A;
border: 1px solid #4A4A4A;
}

a:link {	color: #2C4C92; text-decoration: none;}
a:visited {	color: #2C4C92; text-decoration: none;}
a:hover {	color: #2C4C92; text-decoration: underline;}
a:active {	color: #2C4C92; text-decoration: none;}

a:link.white {	color: #ffffff; text-decoration: none;}
a:visited.white {color: #ffffff; text-decoration: none;}
a:hover.white {	color: #ffffff; text-decoration: underline;}
a:active.white {color: #ffffff; text-decoration: none;}