﻿@import url("../../layout.css");
ul{
 padding-left:15px;
}

body 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../../images/backgrounds/background - Light Blue.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}

#masthead {
	text-align: left;
	width: 600px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url("../../images/mastheads/mastheadBlue.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

#content {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



form { 
padding: 0;
margin: 0; 
}

ul{}
ol{}



/* TEXT styles ------------------------------------ */ 
.textNORMAL
{
  font-family: verdana; 
  font-size: 13px;
  color:#42281A;
  line-height:150%;
} 
.textBLUE
{
  font-family: arial; 
  font-size: 12px;
  color:blue;
  line-height:130%;
} 
.textMAROON
{
  font-family: arial; 
  font-size: 12px;
  color:Maroon;
  line-height:130%;
} 
.textMAROONbold
{
  font-family: verdana; 
  font-size: 12px;
  color:Maroon;
  line-height:130%;
  font-weight:bold;
} 
.textBLUE
{
  font-family: arial; 
  font-size: 12px;
  color:Blue;
  line-height:130%;
} 
.textMAROONbig
{
  font-family: verdana; 
  font-size: 16px;
  color:Maroon;
  line-height:150%;
  font-weight:bold;
} 
.textBLUEbig
{
  font-family: verdana; 
  font-size: 14px;
  color:Blue;
  line-height:150%;
  font-weight:bold;
} 
.textBIG
{
  font-family: arial; 
  font-size: 16px;
  color:navy;
} 
.textMEDIUM
{
  font-family: arial; 
  font-size: 13px;
  color:navy;
} 
.textSMALLBOLD
{
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
  color:navy;
} 
.textSMALL
{
  font-family: arial; 
  font-size: 11px;
  color:navy;
} 
.textSMALLtb
{
  font-family: arial; 
  font-size: 11px;
  color:black;
  height:13px;
  width:80px;
} 
.textBUTTON
{
  font-family: arial; 
  font-size: 11px;
  color:navy;
}









