/* CSS Document */
body
{
margin: 0px;
background-color: #F0E09F;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height: 18px;
}

A   	{ color: #005380; text-decoration: none; font-weight: bold; }
A:link	{ color: #005380; text-decoration: none; font-weight: bold;}
A:visited { color: #005380; text-decoration: none; font-weight: bold;}
A:active { color: #005380; text-decoration: none; font-weight: bold;}
A:hover	{ color: #C0A080; text-decoration: none; font-weight: bold;}

nav.A   	{ color: #005380; text-decoration: none; font-weight: bold; }
nav.A:link	{ color: #005380; text-decoration: none; font-weight: bold;}
nav.A:visited { color: #005380; text-decoration: none; font-weight: bold;}
nav.A:active { color: #005380; text-decoration: none; font-weight: bold;}
nav.A:hover	{ color: #C0A080; text-decoration: none; font-weight: bold;}

li {
margin: 5px 0px;
list-style-image: url(images/bullet.gif);
}

.title
{
color: #946639;
font-size: 14px;
font-weight: bold;
font-style: italic;
}
.bluetext
{
color: #005380;
}
.inttitle
{
color: #005380;
font-size: 16px;
font-weight: bold;
padding: 5px;
border-top: 1px solid #282828;
border-bottom: 1px solid #282828;
}
.quote
{
color: #282828;
font-size: 13px;
font-weight: bold;
font-style: italic;
}
#containermain
{
width:100%;
margin: 0px;
background: url(images/bg.gif) repeat-x #F0E09F;
}
#container
{
width:100%;
margin: 0px;
background: url(images/bg.gif) repeat-x #F0E09F;
}
#footer
{
padding-top: 5px;
color: #ffffff;
font-weight: bold;
background: url(images/footer.gif) repeat-x #C0A080 top left;
}
/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
.imagecontainer{
	  float:left;
	  clear:left;
	  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(images/shadow.gif) no-repeat bottom right;
	  margin: 10px 0 10px 10px !important;
	  margin: 10px 0 10px 5px;
}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

