body {
	background-color: #F1F5F8;
	font-family: Tahoma, Arial, sans-serif;
	background-image: url(images/css/silver-background.jpg);
	margin: 0px;
}
#main {
	background: url(images/css/pagetop.png) repeat-x center top;
	margin: 0px;
	width: 100%;
	padding-top: 10px;


}
a:link { color: #3D498E; }
a:hover {
	color: #FF3366;
}
a:active {
	color: #FF3366;
}
a:visited {
	color: #3D498E;
}
p, pre, textarea, td, ul, dl, #textlayer {
	font-size: 15px;
	margin-top:0em;
	letter-spacing: normal;
	line-height: 120%;
}
 ul{
	margin-bottom: 6px;
 }


li {
	
	font-size: 14px;
	margin-top:0em;
	margin-bottom: .4em;

}
#linktable
{
	position:relative;
	z-index:3;
	width:750px;
	left: 0px;

}

th {
	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding-top: 4px;
	background-color: #666666;
	margin-bottom: -6px;
}

h1 {
	font-size: 18px;
	color: #CC0066;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}

.header {
	font-size: 18px;
	color: #CE006C;
	vertical-align: middle;
	display: table-cell;
	padding-right:15px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;


}



h2 {
	font-size: 16px;
	font-weight: bold;
	color: #202F36;
	font-style: normal;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;


}
h3 {
	
	font-size: 14px;
	font-style: normal;
	font-weight: bold;


	}
h4 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h5 {
	
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

blockquote {
	
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	}
tt {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}

.border {
	border : 1px solid #D3D3D3;
}

.bborder {
	border-bottom : 1px solid #BCDC98;
	font-size: 10px;
	font-weight: bold;

}

.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}



.smallheader {
	
	font-size: 13px;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
}


input.small, textarea.small, select.small {
	
	font-size: 11px;
	font-weight: normal;
}

.small {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

}


.button {
	
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D74040;
}

.darkbutton {
	
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #990033;
}
.notbold {
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}


.smaller {
	
	font-size: 10px;
	font-weight: normal;
}

.sideborder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
.leftpic {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.padded {
	padding-top: 6px;
	padding-bottom: 6px;

}


.boldheader {
	font-size: 18px;
	font-weight: bold;
	color: #202F36;
	font-family: Arial, Helvetica, sans-serif;


}
p.header{
	font-weight:bold;
	padding-top: 5px;
	margin-bottom:-12px;
}
p.indent {
	text-indent: -13px;
	padding-left: 9px;
	margin-bottom: -12px;


}
.ltbg { background: #DFDFDF; }

.dkbg { background: #D3D3D3; }

.hilite { background: #FFCCCC; }
.bpadded {
	padding: 5px;
}
.signupbox
{
	color:#FFFFFF;

	font-size:10px;
	font-weight:bold;
}
img.bar
{
	background:#6C88C6;
	width:672px;
	height:2px;
}

a.nounderline:link,a.nounderline:visited,a.nounderline:active {
	text-decoration: none;
}
a.nounderline:hover {
	text-decoration: underline;
}
.white{
	color:#FFFFFF;
}

a.white:link {
	text-decoration: none;
	color:#FFFFFF;
}

a.white:hover, a.white.link:hover, a.white.active:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

a.white:active {
	text-decoration: underline;
	color:#FFFFFF;
}

a.white:visited {
	text-decoration: none;
	color:#FFFFFF;
}

.dottedborder {
	border: 1px dotted #CCCCCC;
}
.padded5 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}
.pad20 {
	padding-left: 20px;
}
.maincell {
	background-image: url(images/template/page_r10_c1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;

}
.padded15 {
	padding: 10px 12px;
}
.padded15top5 {
	padding: 5px 12px 10px 17px;
}
form,input,select { z-index: 0; }
.large {
	font-weight: bold;
}


.red {
	color: #CC0000;
	font-weight: bold;
}

.dottedborderbottom {
	padding-bottom:10px;
	border-bottom: 1px dotted #D3D3D3;
}
.greenborder {
	border-bottom: 12px solid #FFFFFF;
	background-color: #C6DC9C;
	border-top: 16px solid #FFFFFF;
	height: 6px;

}

.rtl {
	background-image: url(images/css/rtl.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rtr {
	background-image: url(images/css/rtr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	width: 11px;

}
.rbl {
	background-image: url(images/css/rbl.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 11px;
	width: 12px;
}
.rbr {
	background-image: url(images/css/rbr.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 11px;

}
.rtop {
	background-image: url(images/css/rtop.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 12px;
}
.rleft {
	background-image: url(images/css/rleft.png);
	width: 12px;
	background-repeat: repeat-y;
	background-position: right center;
}
.rright {
	background-image: url(images/css/rright.png);
	background-repeat: repeat-y;
	background-position: left center;
	width: 11px;
}
.rbottom {
	background-image: url(images/css/rbottom.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 12px;
}


#slideshow {
    display:table-cell;
    vertical-align:middle;
    width:660px;
    height:330px;
}
.green {

	font-size: 16px;
	font-weight: bold;
	color: #3C783A;
}

#buttons {
	text-align:center;
}
#buttons img {
	border:0px;
}
.bigboldheader {
	font-size: 18px;
	font-weight: bold;
	color: #5C7304;
}
.fakelist {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
dt {
	font-weight: bold;
	margin-top: 10px;
	color: #306C72;
	font-size: 14px;

}
dd {

}
.wdheads {
	font-size: 15px;
	font-weight: bold;

}

a.ibutton:link, a.ibutton:visited { 
	width:130px;
	display:block;
	font-size: 10px;
	font-weight: bold;
	background: #FF0066;
	color: #000000;
	padding: 2px 6px 2px 6px;
	margin-top:4px;
	border-left : 2px solid #CCCCCC;
	border-top : 2px solid #E5E5E5;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #000000;
	text-decoration: none;
}
a.ibutton:hover, a.ibutton:active { 
	color: #FFFFFF;
}



td.submenu  {
	padding: 6px;
	height: 12px;
}


td.submenu  a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990033;
	text-decoration: none;

}

td.submenu a:hover, td.submenu a:link:hover, td.submenu a:active:hover, td.submenu a:visited:hover {
	text-decoration: underline;
	color:#BD4352;
}

td.submenu a:active {
	text-decoration: underline;
	color:#B24C1A;
}

td.submenu a:link, td.submenu a:visited {
	color: #990033;
	text-decoration: none;
}
.titleblock {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #990033;
	padding-left: 20px;

}

a img {
    border-color: #000000;
}

