/* CSS Document Version 1.0 */
/* FOR AT9C ONLY */

/* /////////////////////////////////MAIN LINKS (content)///////////////////////////////// */
a:visited{color:#666666;text-decoration:underline}
a:link{color:#333333;;text-decoration:underline}
a:hover{color:#333333;text-decoration:underline}

/* /////////////////////////////////MAIN TAGS///////////////////////////////// */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(../images/back.jpg);
	background-repeat:repeat-x;
}

#header {
	background-image: url(../images/logo.jpg);
	height: 100px;
}
h2 {
	margin: 0px 0px 4px 0px;
	border-top: solid #333 3px;
	border-bottom: dotted #333 1px;
	padding: 4px;
}

/* /////////////////////////////////NAV BAR///////////////////////////////// */
#wrapper {
	width: 1000px;
	margin: auto;
}
#wrapper-bottom {
	margin: auto;
	width: 1000px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
}
#container {
	margin: auto;
	width: 870px;
	clear: both;
	padding-top: 15px;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: solid #666 2px;
	border-bottom: solid #666 2px;
	width: 835px;
	margin: auto;
	margin-top: 15px;
	margin-left: 18px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
	border-right: solid #bbb 1px;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px 5px 5px 5px;
}
#nav ul li a:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
#present {
	height: 200px;
	margin: auto;
	width: 865px;
}
#flash {
	background-color: #FFFFFF;
	height: 200px;
	float: left;
}
#contact {
	float: left;
	height: 195px;
	padding-top: 5px;

}
#contact2 {
	text-align: center;
	padding: 5px;
	width: 835px;
	margin: auto;
	border-top: dashed #ccc 1px;
	border-bottom: dashed #ccc 1px;
	font-size: 17px;
	background-color: #E0E7ED;
}
#content {
	padding: 15px 5px 15px 15px;
	text-align: justify;
	line-height: 20px;
	width: 615px;
	float: left;
}
#column {
	float: left;
	width: 220px;
	padding: 15px 5px 5px 5px;
	font-size: 12px;
}
#footer {
	font-size: 12px;
	clear: both;
	color: #CCCCCC;
	border-top: solid #ccc .1em;
	margin-top: 15px;
}
#footer a:visited {
color:#A10808;
}
#footer a:link {
color:#A10808;
}
#footer a:hover {
color:#A10808;
}

/* /////////////////////////////////HEADING TAGS///////////////////////////////// */
h1 {
	font-size:15px;
	background-color: #CCCCCC;
	color: #333333;
	letter-spacing: 1px;
	padding: 3px;
	margin: 0px;
}
h2 {
	font-size:12px;
	color:#666666;
	font-weight:700;
	letter-spacing: 1px;
	text-align: left;
}
h3 {
	font-size:9px;
	color:#555555;
	font-weight:700;
}

/* /////////////////////////////////FORMS STYLE///////////////////////////////// */
input, textarea, select {
border: 1px solid #999999;
font-size:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #330000; 
background-color: #ffffff; 
}

/* /////////////////////////////////FOOTER STYLES///////////////////////////////// */
h3.tagline{
color:#FFFFFF;
font-size:9px;
font-weight:500;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:3px 12px 2px 12px;
}

.copyright {
margin: 6px 12px 5px 12px;
font-size:9px;
font-weight:500;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
}

/* /////////////////////////////////EXTRA TAGS///////////////////////////////// */
.border {
border: 1px solid #000000;
}

.dropcap {
	float:left;
	color:#D4D4C7;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}
.dropcap2 {
	float:left;
	color:#000000;
	font-size:65px;
	line-height:50px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}
#ricker {
	clear: both;
}
