/**************************************************
Pat Flynns CSS
**************************************************/
/**************************************************
TOPMENU CSS
**************************************************/
#topmenu{
padding: 0;
width: 100%;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#topmenu ul{
margin:0;
margin-left: 50px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#topmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#topmenu a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid #CCCCCC;
}

#topmenu a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

#topmenu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

/**************************************************
PAGE AND TEXT CSS
**************************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body a:link {
	color: #D25A0B;
	text-decoration: none;
}

body a:visited {
	text-decoration: none;
	color: #D25A0B;
}

body a:hover {
	text-decoration: none;
	color: #D25A0B;
}

body a:active {
	text-decoration: none;
	color: #D25A0B;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-align: center;
}

.copyright a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.copyright a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.copyright a:hover {
	text-decoration: none;
	color: #D25A0B;
}

.copyright a:active {
	text-decoration: none;
	color: #D25A0B;
}

.mainheading {
	font: bolder small-caps 28px/40px Arial;
	color: #FFFFFF;
	text-align:center;
}

#maintable{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color:#CCCCCC;
}

#picborder{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.footer {
	font: bold 11px Arial;
	color: #FFFFFF;
	text-align:center;
	padding: 5px;
}

.footer a{
font: bold 11px Arial;
color: #FFFFFF;
text-decoration: none;
}

.footer a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.footer #current a{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-align:left;
}

.bodytext-ctr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-align:center;
}

.bodytext-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-align:right;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
}

.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
}

.heading3-ctr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	font-variant:small-caps
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #CCCCCC;
}

.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-align:left;
	font-weight:bolder;
}

.bodybold-ctr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-align:center;
	font-weight:bolder;
}
