/* CSS Document */

/* === Tags ======================================================================================= */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana, Sans-serif, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
	background-color: #FBE7C6;
}

img {
	border: 0px;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}

div {
	padding: 0px;
	margin: 0px;
}
	
table {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana, Sans-serif, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

h1 {
	font-size: xx-large;
	font-weight: 900;
	color: #CC0000;
	text-align: center;
}

h2 {
	font-size: x-large;
	font-weight: 900;
	color: #CC0000;
	text-align: center;
}

h3 {
	font-size: large;
	font-weight: 900;
	color: #CC0000;
	text-align: left;
}

p {
	margin: 0px;
}

/* === Base classes =============================================================================== */
.clear {
	clear: both;
}

.relative {
	position: relative;
}

/* === Id's ======================================================================================= */

#wrapper {
	width: 800px;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
}

#banner {
	height: 100px;
	width: 800px;
	background-color: #77B975;
}

#bigbanner{
	font-size: xx-large;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
}

#smallbanner{
	text-align: center;
	font-size: medium;
	font-style: italic;
	top: 140px;	
}

#linklist {
	float: left;
	width: 800px;
	height: 50px;
	text-align: center;
	background-color: #FBE7C6;
	color: #000000;
}

#leftpane {
	background-color: #A65300;
	float: left;
	height: 500px;
	width: 400px;
	color: #FFFFFF;
}

#rightpane {
	background-color: #E87400;
	float: right;
	height: 500px;
	width: 400px;
}

#bottompane {
	background-color: #77B975;
	float: left;
	height: 100px;
	width: 800px;
}

#picspane1 {
	background-color: #E87400;
	float: left;
	height:300px;
	width: 800px;
}

#picspane2 {
	background-color: #E87400;
	float: left;
	height: 300px;
	width: 800px;
}

#aboutpane {
	background-color: #E87400;
	float: left;
	height: 600px;
	width: 800px;
}

#linklist ul {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 17px;
}

#linklist li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	padding: 0px 8px 0px 8px;
}



/* === Classes ==================================================================================== */

a.menuslink {
	color: #000000;
	font-size: 14px;
	text-decoration: none;	
}

a.menuslink:hover {
	color: #E87400;
	text-decoration: underline;
}

a.bannerlink {
	color: #000000;
	text-decoration: none;
	text-align: center;
}

a.bannerlink:hover {
	text-decoration: underline overline;
}

a.virgo{
	color: #FFFFFF;
    text-decoration: none;	
}

a.virgo:hover{
	color: #000000;
	text-decoration: underline;
}

a.napo{
    color: #E87400;
	text-decoration: none;
}

a.napo:hover{
    color: #ffffff;
	text-decoration: underline;
}
	
/*
about.img {
	float: right;
	border: 5;
	width: 100;
	height: 100;
	background-position: right;	
}
*/
/* ================================================================================================ */

.heading {
	font-size: x-large;
	font-weight: bolder;
	text-align: center;	
}

.bigtext {
	font-size: medium;
	text-align: left;
	color: #000000;
	font-family: georgia, palatino;
}

.regtext {
	font-size: small;
	text-align: left;
	color: #000000;
	font-family: georgia,palatino;
}

.inputtext {
	border: 1px solid;
}

.textarea {
    border: 1px solid;
	width: 300px;
}

.before {
	font-size: 24px;
	font-weight: bolder;
	text-decoration: underline;
	position: relative;
	top: 10px;
	left: 155px;
}

.after {
	font-size: 24px;
	font-weight: bolder;
	text-decoration: underline;
	position: relative;
	top: 10px;
	left: 460px;
}

.formentryinputbox {
    font-size: 9px;
}

.textarea {
    border: 1px solid;
	width: 325px;
	height: 125px;
}

.indexing {
	font-size: xx-small;
	font-weight: bold;
	vertical-align: super;
}

.footnote {
	font-size: small;
	font-style: italic;
	font-variant: small-caps;    
}

.divspacing{
	margin: 15px;
}

.namecity{
	margin: 30px;
}

.finanrates{
	vertical-align: 85%;
	text-align: center;
}
