/* CSS Document */
@charset "utf-8";

/* Get rid of browser default margin & padding values */
html {
	margin: 0;
	padding: 0;
}

/* Set the background and standard font face & size for the site */

body {
	background-color: #000055;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.btn {
	background:url('../assets/graphics/ButtonBG.gif');
	font-family: Arial, san-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: none;
	height: 25px;
	width: 100px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.btn:hover {color: #FFFF00}

div#navbutton {
	width: 175px;
	height: 25px;
	background: url('../assets/graphics/ButtonBG.gif');
	padding-top: 5px;
	margin-top: 2px;
}

div#main {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

p {
	font-family: arial, sans-serif;
	font-size: 13px;
}

/* Set the heading sizes */
h1 {
	font-family: Arial, san-serif;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-family: Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-family: Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-family: Arial, san-serif;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-family: Arial, san-serif;
	font-size: 10px;
	font-weight: bold;
}

a:link {
	font-family: Arial, san-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:visited {
	font-family: Arial, san-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
} 

a:active {
	font-family: Arial, san-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
} 

a:hover {
	font-family: Arial, san-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
}

a.textlink {
	font-family: Arial, san-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #0000FF;
}

a.textlink:visited {
	font-family: Arial, san-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #0000FF;
} 

a.textlink:active {
	font-family: Arial, san-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #0000FF;
} 

a.textlink:hover {
	font-family: Arial, san-serif;
	font-size: 13px;
	text-decoration: none;
	color: #663366;
}

a.footer {
	font-family: Arial, san-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}

a.footer:visited {
	font-family: Arial, san-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
} 

a.footer:active {
	font-family: Arial, san-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
} 

a.footer:hover {
	font-family: Arial, san-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFF00;
}

.sb_text {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.sb_heading {
	font-family: Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.sb_sub_heading {
	font-family: Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.gold_text {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #59462A;
}

.white_text {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.example {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

div#fppics {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0,0,0,0;
}
