html {
	min-height: 100%;
	margin-bottom: 1px;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #668B8B;
	margin-top: 0;
	margin-right : 10px;
	margin-left : 50px;
	margin-bottom : 0;
	background-color:#1d0133;
}
A {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a9fd1;
	font-size: 11px;
	text-decoration : none;
}
A:Hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	text-decoration : underline;
}
A.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a9fd1;
	font-size: 13px;
	text-decoration : none;
}
A.link:Hover {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	text-decoration : none;
}
A.nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a9fd1;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right:5px;
	padding-left:5px;
	margin-bottom : 5px;
}
A.nav:Hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a9fd1;
	font-size: 16px;
	text-decoration : underline;
}
.white {
	background-color:  #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #047517;
	padding: 0px;
	font-size: 11px;
}
.black {
	background-color:  #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	font-size: 11px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}
.tblehead {
	background-color:  #1d0133;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}
.tblehead2 {
	background-color:  #1d0133;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	border: 3px #FED468 ridge;
	margin:0 auto;
	width:757px;
}
.tblehead3 {
	background-color:  #1d0133;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
	margin:0 auto;
}
.tblehead4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	margin:0 auto;
	background-color:  #1d0133;
}
.tblehead5 {
	top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	margin:0 auto;
	vertical-align: top;
}
.dkblue {
	background-color:  #236B8E;
	font-family: Arial, Helvetica, sans-serif;
	color: #2fe34d;
	font-size: 11px;
}
.calhead {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 12px;
	padding:0px;
	margin: 0px;
	text-align: center;
	clear: both;
	float: none;
	height: 10px;
	width: auto;
}
.blackcalhead {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	padding: 2px;
	font-size: 14px;
	margin:0 auto;
}
.blackcalhead2 {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 20px;
}
.borderbottom {
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #FED468;
}
.borderbottomc {
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #FED468;
	background-color:#1d0133;
	border-top-width: 3px;
	border-top-style: ridge;
	border-top-color: #FED468;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #49A9D2;
	font-size: 16px;
}
.field {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	border-style: solid;
	border-width: 1px;
	border-color:  #cccccc;
	height: 21px;
}
/* BUTTONS */

.buttons a, .buttons button {
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#990000;
	cursor:pointer;
	width:100%;
	margin:0 auto;
}
.buttons button {
	width:100%;
	overflow:visible;
	padding:3px 1px 4px 1px; /* IE6 */
	margin:0;
}
.buttons button[type] a {
	padding:5px 1px 5px 1px; /* Firefox */
	margin:0;
	width:100%;
}
#IEroot .buttons button {
	width:100%;
	overflow:visible;
	padding:2px 1px 2px 1px; /* IE6 */
	margin:0;
}
*:first-child+html button[type] {
	padding:4px 5px 3px 4px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin:0 0px -0px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
/* POSITIVE */

button.positive, .buttons a.positive {
	color:#990000;
	border:1px solid #990000;
	background-color:#FFFFFF;
	width:100%;
	margin:0;
}
input.positive {
	color:#990000;
	border:1px solid #990000;
	background-color:#FFFFFF;
	width:100%;
	margin:0;
}
.buttons a.positive:hover, button.positive:hover {
	background-color:#000000;
	border:1px solid #990000;
	color:#990000;
}
.buttons a:hover, button:hover {
	background-color:#000000;
	border:1px solid #990000;
	color:#990000;
}
.buttons .positive_over {
	background-color:#000000;
	border:1px solid #990000;
	color:#990000;
}
.input .positive_over {
	background-color:#000000;
	border:1px solid #990000;
	color:#990000;
}
.buttons a.positive:active {
	background-color:#FFFFFF;
	border:1px solid #990000;
	color:#990000;
}
#stylecontainer table {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.primary4 {
	border: 3px #FED468 ridge;
	width:761px;
	margin:0 auto;
	background:white;
	font: Arial;
	text-align:left;
	overflow:visible;
}
#IEroot .primary4 {
	border: 3px #FED468 ridge;
	width:750px;
	margin:0 auto;
	background:white;
	font: Arial;
	text-align:left;
	overflow:visible;
}
.primary5 {
	border: 3px #FED468 ridge;
	width:761px;
	margin:0 auto;
	background:white;
	font: Arial;
	text-align:left;
	overflow:hidden;
}
#IEroot .primary5 {
	border: 3px #FED468 ridge;
	width:756px;
	margin:0 auto;
	background:white;
	font: Arial;
	text-align:left;
	overflow:hidden;
}
.primary2 {
	border: 3px #FED468 ridge;
	width:755px;
	margin:0 auto;
	background:#1d0133;
	font: Arial;
	text-align:left;
	overflow:visible;
}
#IEroot .primary2 {
	border: 3px #FED468 ridge;
	width:750px;
	margin:0 auto;
	background:#1d0133;
	font: Arial;
	text-align:left;
	overflow:visible;
}
.primary3 {
	margin:0 auto;
	background:white;
	font: Arial;
	text-align:left;
	overflow:hidden;
	width:755px;
}
#IEroot .primary3 {
	width:750px;
	margin:0 auto;
	background:white;
	font: Arial;
	text-align:left;
	overflow:hidden;
}
div.primary {
	border: 3px #FED468 ridge;
	width:800px;
	margin:0 auto;
	background:#000000;
	font: Arial;
	text-align:left;
	overflow:visible;
	top:10px;
	position:relative;
	behavior:url("csshover.htc");
}
div.catbox {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	width:450px;
	height:10px;
	top:40px;
	position:absolute;
}
.tblewidth {
	width:755px;
}
#IEroot .tblewidth {
	width:750px;
}
.tblewidth2 {
	width:755px;
}
#IEroot .tblewidth2 {
	width:750px;
}
.tblewidth3 {
	width:761px;
	background-color:  #1d0133;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	border: 3px #FED468 ridge;
	margin:0 auto;
}
#IEroot .tblewidth3 {
	width:755px;
	background-color:  #1d0133;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	border: 3px #FED468 ridge;
	margin:0 auto;
}
.fixer {
	width:755px;
}
#IEroot .fixer {
	width:750px;
}
transic {
	left: 0px;
	top: 20px;
	right: auto;
	bottom: 0px;
}
div.prodlink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	width:762px;
	height:24px;
	top:245px;
	left:19px;
	position:absolute;
}
#IEroot div.prodlink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	width:750px;
	height:24px;
	top:245px;
	left:22px;
	position:absolute;
}
div.boardlink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:20px;
	position:absolute;
}
#IEroot div.boardlink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:22px;
	position:absolute;
}
div.collink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:117px;
	position:absolute;
}
#IEroot div.collink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:119px;
	position:absolute;
}
div.minlink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:279px;
	position:absolute;
}
#IEroot div.minlink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:281px;
	position:absolute;
}
div.rolelink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:406px;
	position:absolute;
}
#IEroot div.rolelink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:404px;
	position:absolute;
}
div.vidlink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:546px;
	position:absolute;
}
#IEroot div.vidlink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:544px;
	position:absolute;
}
div.suplink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:590px;
	position:absolute;
}
#IEroot div.suplink {
	visibility: hidden;
	background: #FFFFFF;
	font: Arial;
	margin:0 auto;
	border: 3px #FED468 ridge;
	top:273px;
	left:592px;
	position:absolute;
}
