/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fffdec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/page_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

td {
	font-size: 12px;
	color: #333333;
}

p {
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #996633;
}

a:hover {
	text-decoration: underline;
	color: #CC6600;
}

h1 {
	color: #D75F2E;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 0;
}

h2 {
	color: #D75F2E;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	color: #D75F2E;
	font-size:12px;
	font-weight: bold;
	margin-bottom: 0;
}

h5 {
	color: #D75F2E;
	font-size:12px;
	font-decoration: italic;
}

.center {
	text-align: center;
}

.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.footer {
	text-align: center;
	font-size: 10px;
}

.footer a {
	text-decoration: none;
}

.smaller {
	font-size: 10px;
}

ul.spaced {
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.spaced li {
	margin-bottom: 12px;
}

.whitebold {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}



input.txt {
    color: #00008B;
    background-color: #E3F2F7;
    border: 1px inset #00008B;
}

input.btn {
    color: #00008B;
    background-color: #ADD8E6;
    border: 1px outset #00008B;
}

input.sel {
    color: #00008B;
    background-color: #E3F2F7;
    border: 1px inset #00008B;
}

form p {
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

form p label {
    float: left;
    width: 30%;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

label.multi {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.announcebox {
	 width: 185px; 
	 margin-right: 0; 
	 border: 1px solid #D75F2E; 
	 border-bottom: 5px solid #D75F2E; 
	 background-image: url(/images/smallphotos-orange.jpg); 
	 background-repeat: no-repeat; 
	 background-position: top;
	 background-color: #FFFEEC;
	 float: right;
	 margin-left: 20px;
	 margin-bottom: 20px;
	 padding: 0 12px 12px 12px;
}

.announcebox h2 {
	color: #fff;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 16px;
}

.announcebox p {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0;
}

.navpromo {
border: solid #FACD8A 1px; 
width: 148px; 
padding: 4px; 
text-align: center;  
font-size: 10px;
margin-top: 20px;
margin-left: 10px;
}

.navpromo p {
text-align: center;  
font-size: 10px;
}

.navpromo img {
text-align: center;  
margin-top: 10px;
margin-bottom: 10px;
}






