@charset "utf-8";
/* CSS Document */

body {
	background-color: #465561;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 8px;
	margin-top: 0px;
}
.headerbg {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-y;
}
.headerLG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #CCC;
}
.headerSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
}
.headerLGred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #CCBD02;
}
.bodybg {
	background-image: url(../images/images/body_bg.png);
	background-repeat: repeat;
}
.cautionBG {
	background-image: url(../images/cautionbar.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.newStuffTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #06C;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #06C;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #06C;
}
.welcome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	border: thin dashed #CCC;
}
.rightBorder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
