body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16%;
	color: #000000;
}

p {
	padding: 5px;
	margin: 0px;
	font-size: small;

}
a.smalllnk:link, a.smalllnk:active, a.smalllnk:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.smalllnk:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;

}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #2A2AE4;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #D4032F;
	text-decoration: underline;
}

a.menu:link, a.menu:visited, a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-right: 50px;
	padding-left: 50px;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #3A97D0;
	text-decoration: none;
	padding-right: 50px;
	padding-left: 50px;
}
.menuhover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000057;
	padding: 5px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3A97D0;
	padding: 5px;
}
.smalldark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
div#welcomebox {
	background-color: #E4CE43;
	background-image: url(images/welcome-bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#welcomebox p {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #000;
}
div#leftmenu {
	background-color: #CAFFFF;
	background-image: url(images/leftnav-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: large;
}
#leftmenu p {
	padding: 0px;
}
#leftmenu a:link, #leftmenu a:visited, #leftmenu a:active {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6600CC;
	display: block;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
	font-size: 85%;
}
#leftmenu a:hover {
	font-weight: bold;
	color: #6600CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6600CC;
	display: block;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #FCC931;
	font-size: 12%;
}
.leftcolumnbg {
	background-image: url(images/column-bg.gif);
	background-repeat: repeat-x;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #D3D049;
}


div#rightmenu {
	background-color: #FCCB3A;
	background-image: url(images/rightnav-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#rightmenu p {
	padding: 0px;
}
#rightmenu .righttext {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #D4032F;
	font-size: small;
	color: #FFF;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#rightmenu a:link, #rightmenu a:visited, #rightmenu a:active {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6600CC;
	display: block;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
	font-size: 85%;
}
#rightmenu a:hover {
	font-weight: bold;
	color: #FEDC78;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6600CC;
	display: block;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #D4032F;
	font-size: 85%;
}
.rightcolumnbg {
	background-image: url(images/column-bg.gif);
	background-repeat: repeat-x;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #D3D049;
}
div#footer {
	background-color: #96E4FF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 75%;
	color: #333333;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #003399;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
}
div#footer2 {
	font-size: small;
	color: #990066;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	margin: 0px;
}
h5 {
	font-size: 18px;
	color: #D4032F;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 14px;
	font-weight: normal;
}


div#age {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	border-top: 1px solid #D4032F;
	border-left: 1px solid #D4032F;
	margin-left: 5px;
}
#age h1 {
	font-size: medium;
	margin: 0px;
	padding: 2px;

}
#age p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4032F;
	margin: 0px;
	padding: 2px;
	font-size: small;
}
.head-strip {
	background-color: #FCC931;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 5px;
	background-image: url(images/yellow-cnr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
}
div#txtbox {
	background-image: url(images/info_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #63ACC7;
	width: 401px;
}

#txtbox p {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#txtbox h5 {
	font-size: 16px;
	font-weight: bold;
	color: #D10808;
	padding-left: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
