/* CSS Document */

body {
font: 100% "Footlight MT Light", Times New Roman, serif;
color: #555;
background-color:  #FFFFFF;
}

#wrapper {
	text-align: left;
	margin: 0px auto; 
	padding: 0px;
	border:0;
	width: 960px;
	background: url("images/background_cols2010.gif") repeat;
}

#header {
    width:  960px;
	height:  80px;
	margin: 0px auto;;
	padding-bottom: 45px; 
	background: #FFFFFF;
}

#header h1 {
margin : 30;
padding : 0;
font-size: 30pt;
text-transform: uppercase;
letter-spacing : 5px;
color: #000;
background: transparent;
} 
#header h2 {
margin : 0;
padding-top: 10px;
font-size: 16pt;
text-transform:  uppercase;
color: #000;
background: transparent;
letter-spacing:  1px;
}

#side-a {
	float: left;
	width: 195px;
}

#side-a a {
color:  #FFFFFF;
text-decoration: underline;
background: inherit;
}

#side-b {
	float: right;
	width: 75px;
}

#content { 
	float: left;
	width: 70%;
}

#content p {
margin : 0;
padding: 10px;
font-family:  "Times New Roman", Times, serif;
font-size: 100%;
color: #000000;
background: transparent;
}

#footer {
	clear: both;
	background: #A2A2A2;
	font-size:  75%;
}

			/*LEFT MENU*/
#menu {
width : 195px;
padding : 0 0 0 0;
font-size:  83%;
text-transform:  uppercase;
}

#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}

#menu li {
margin : 0 0 0.1em 0;
}

#menu a {
width : 170px;
padding : 0.1em 0.8em;
text-decoration : none;
display : block;
color : #000;
background : #546D58;
}

#menu a:hover {
background : #2F6398;
color : #000;
}

h1 {
margin:0;
padding: 1em 0 1em 0;
font-family: uppercase;
font-size: 175%;
text-align: center;
color: #0000FF;
background: inherit;
}

h2 { 
margin-top: 0;
padding: 1em 0 1em 0;
text-transform: uppercase;
text-align: center;
font-size: 130%;
color: #0000FF;
background : inherit;
}

h3 {
margin-top: 0;
padding : 10px;
font-size: 120%;
letter-spacing : 2px;
text-transform: uppercase;
color: #666;
background :#f7f7f7;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #AE551E;
}

p {
margin : 10px;
color:  #000;
}
			/*LINKS */
a {
text-decoration: underline;
color: #2F6398;
background: inherit;
}

a:hover {
text-decoration: none;
color: #546D58;
background:  inherit;
}

a img {
border: 0;
}

ul li {
}

.white {
color:  #FFFFFF;
}

.bold {
color:  #006600;
font-weight:  bold;
}

.bold-italics {
color: #000000;
font-style: italic;
font-size:  21pt;
}

.title-green {
color:  #006600;
font-style:  italic;
font-weight:  bold;
font-size:  21pt;
}

.title-blue {
color:  #0000FF;
font-weight:  bold;
font-size:  21pt;
}

.title-blue-sm {
color:  #0000FF;
font-weight:  bold;
font-size:  18pt;
}

.purple {
color:  #9A40FF;
font-weight:  bold;
font-size:  14pt;
text-align:  center;
}

.blue-heading {
color:  #0000FF;
font-weight:  bold;
font-size:  16pt;
}

.yellow {
background-color:  #FFFF00;
}

.ltblue {
color: #99CCCC;
font-weight:  bold;
font-size:  16pt;
}

.medblue {
color: #3B78A7;
font-weight:  bold;
font-size:  16pt;
}

.white-heading {
color: #FFFFFF;
font-weight: bold;
}

.leftimage {
	float:  left;
	margin-right:  10px;
	border:  1px solid #000000;
}

.rightimage {
	float:  right;
	margin-left:  10px;
	border:  1px solid #000000;
}

