@charset "utf-8";

body {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	background: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}



/* Formatting for the Address in upper right corner */
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
}

#address a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#10216F;
}

#address a:hover {
	text-decoration: none;
	color: #10216F;
}
/* --------------------------------------- */



/* Formatting for the Navigation bar links */
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

#links a:hover {
	text-decoration: none;
	color: #FFCB02;
}
/* --------------------------------------- */



/*Formatting for the Body of the site */
h3
	{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: square;
}

.login {
	padding-top: 7px;
	padding-left: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
}

.body {
	padding-top: 0px;
	padding-left: 19px;
	padding-right: 15px;
	padding-bottom: 0px;
}

#body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#10216F;
}

#body a:hover {
	text-decoration: none;
	color: #10216F;
}
/* --------------------------------------- */



/* Formatting for the Footer at the bottom */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 32px;
	width: 649px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color:#FFFFFF;
	font-weight: normal;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 32px;
	width: 649px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color:#FFFFFF;
	font-weight: normal;
	border: none;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
	color: #FFCB02;
}
/* --------------------------------------- */