@charset "utf-8";
/* CSS Document */

/* General Page Styles */

body,td,th {
	font-family: Calibri;
	font-size: 14px;
	color: #5d5d5d;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0px;
}
a {
	font-size: 14px;
	color: #ffb700;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffb700;
}
a:hover {
	text-decoration: underline;
	color: #a2a2a2;
}
a:active {
	text-decoration: none;
	color: #a2a2a2;
}
h1 {
	font-size: 18px;
	color: #a2a2a2;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	color: #ffb700;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	color: #ffb700;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}
p {
	font-family: Calibri;
	font-size: 14px;
	color: #5d5d5d;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
blockquote {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
/* Gerneral Page Styles - End */

/* Div Tag Styles */
#holder {
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 95px;
	width: 1024px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bodybackground {
	background-image: url(images/body-background.jpg);
	margin: 0px;
	width: 1024px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 1024px;
	height: 95px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#corner {
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 284px;
	height: 221px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	bottom: 221px;
	position: relative;
}
#imageholder {
	margin-left: 40px;
	position: absolute;
	top: 116px;
}
#copyheader {
	background-image: url(images/copy-header.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 55px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
}
#copybody {
	background-image: url(images/copy-body-background.jpg);
	background-repeat: repeat-y;
	width: 600px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
	padding-left: 30px;
	padding-right: 100px;
}
#copyfooter {
	background-image: url(images/copy-footer.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 55px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
}
#headercopy {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 220px;
	padding-top: 34px;
	text-align: center;
}
#menu {
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 220px;
	text-align: center;
	padding-top: 13px;
}
#menu ul {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#menu li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	font-family: Calibri;
	font-size: 18px;
	color: #ffb700;
	font-weight: bold;
}
#menu li span {
	color: #a2a2a2;
}
#footermenu {
	float: right;
	margin-right: auto;
	margin-left: auto;
	padding-right: 190px;
	padding-top: 10px;
}
#footermenu ul {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#footermenu li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	font-family: Calibri;
	font-size: 12px;
	color: #5d5d5d;
}
#footermenu li span {
	color: #ffb700;
}
#footermenu .taken {
	color: #8cb3d0;
}
/* Div Tag Styles - End */

/* Menu Link Styles */
#menu a {
	font-size: 18px;
	color: #ffb700;
}
#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #ffb700;
}
#menu a:hover {
	text-decoration: none;
	color: #a2a2a2;
}
#menu a:active {
	text-decoration: none;
	color: #a2a2a2;
}
#footermenu a {
	font-size: 12px;
	color: #5d5d5d;
}
#footermenu a:link {
	text-decoration: none;
}
#footermenu a:visited {
	text-decoration: none;
	color: #5d5d5d;
}
#footermenu a:hover {
	text-decoration: none;
	color: #ffb700;
}
#footermenu a:active {
	text-decoration: none;
	color: #ffb700;
}
#footermenu .taken a {
	font-size: 12px;
	color: #8cb3d0;
}
#footermenu .taken a:link {
	text-decoration: none;
}
#footermenu .taken a:visited {
	text-decoration: none;
	color: #8cb3d0;
}
#footermenu .taken a:hover {
	text-decoration: none;
	color: #ffb700;
}
#footermenu .taken a:active {
	text-decoration: none;
	color: #ffb700;
}
/* Menu Link Styles - End */

/* Styles */
.heading {
	font-size: 14px;
	color: #ffb700;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
