/* this sets the attributes for everything that is within the body tag*/
BODY {
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
color: #333333;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-color:#ffffff;
}
/* this sets the attributes for everything that is within the P tag*/
P, TD, LI, UL, Table{
color: #333333;
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;

/* this sets the attributes for all your links*/
}
A:LINK {
color: #990000;
text-decoration: none;
}
A:VISITED {
color: #333;
text-decoration: none;
}
A:HOVER {
color: #333;
text-decoration: underline overline;
}
A:ACTIVE {
color: #333;
text-decoration: underline;
}
/* this sets the attributes for your header's*/
h1 { 
font-size: 15px;
font-weight: bold;
letter-spacing: 2;
color: #8a9ab4;
}
h2, h3, h4, h5, h6 {
	font-size: 13px;
	font-weight: bold;
	color: #63799b;}

/* this sets the attributes for your header cell*/
.header { 
	background: #fff;}

/*this sets the attributes for your text area*/
.textarea {
	font-size: 11px;
	text-align: left;
	background: #fff;
	line-height: 20px;
	padding: 15px;}

/*this sets the attributes for your leftside*/
.leftside {
	color: #fff;
	text-align: center;
	width: 180px;}
	
.largetext {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	}


/*this sets the attributes for your rightside*/

.rightside {
	text-align: center;
	background-color: #fff;
	width: 180px;}
	
/* this is the left side navigation table */
.navigation {
	color: #333;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 20px;
	padding: 5px;}
	
.navigation a:link {
	color: #666;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;}
.navigation a:visited {
	color: #666;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;}
.navigation a:active {
	color: #666;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;}
.navigation a:hover {
	color: #000;
	font-size: 11px;
	letter-spacing: 1px;}

	
/* this is your top navigation bar */
.navbar{
	color: #fff;
	text-align: right;
	letter-spacing: 1px;
	font-size: 11px;
	background-color: #8a9ab4;
	padding: 3px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;}
	
.navbar a:link {
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;}
.navbar a:visited {
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;}
.navbar a:active {
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;}
.navbar a:hover {
	color: #000;
	font-size: 11px;
	letter-spacing: 1px;}


/* this is your bottom nav bar */
.botnavbar {
	text-align: center;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;}
	
/*this is your left side info box */
.info {
	text-align: left;
	font-size: 11px;
	color: #333;
	line-height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;}
	
/* this is your right side info box */
.info2 {
	text-align: left;
	font-size: 11px;
	color: #222;
	line-height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #4a5a74;
	background: #C8D0DC;}
	
/* this is your cell for your copyright */
.copyright {
	text-align: left;
	font-size: 11px;
	color: #4a5a74;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #4a5a74;}
