/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, img { 
	margin: 0;
	padding: 0; 
	border: 0;
	outline: 0; 
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited {
	cursor: pointer;
	color: #9B141D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	padding: 8px 0;
}

h1 {
}

h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #9B141D;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-bottom: 5px;
	color: #9B141D;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #9B141D;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

body {
	background: #E6E6E6 url(../images/bg_body.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 893px;
	margin: 0 auto;
}

#content {
	background: url(..//images/bg_content.png) repeat-y;
	*margin-top: -3px;
	padding-left: 13px;
	min-height: 600px;
	overflow: auto;
}

#contentleft {
	width: 219px;
	float: left;
}

#contentright {
	width: 643px;
	float: right;
padding-right:10px;
}
#breadcrumb {
	width: 300px;
	float: right;
text-align:right;
padding-right:20px;
}

#menu {
	background: url(../images/bg_menu.gif) repeat-y;
	height: 393px;
}

#memberlogin {
	background: url(../images/bg_memberlogin.gif) repeat-y;
	height: 153px;
	margin-top: 8px;
	padding-left: 22px;
	padding-top: 5px;
	padding-right: 20px;
}

#username, #password {
	padding: 2px 5px;
}

#password {
	margin: 5px 0;
}

.goto {
	margin-top: 5px;
}

#registernow {
	width: 287px;
	float: left;
	background: url(../images/bg_registernow.gif) no-repeat;
	min-height: 125px;
	border-right: 1px solid #CCB79C;
	border-bottom: 1px solid #CCB79C;
	padding-top: 40px;
	padding-right: 13px;
	margin-top: 25px;
}

#provider {
	width: 292px;
	float: left;
	background: url(../images/bg_provider.gif) no-repeat;
	min-height: 125px;
	border-bottom: 1px solid #CCB79C;
	padding-top: 40px;
	padding-left: 12px;
	margin-top: 25px;
}

a.readmore:link, a.readmore:visited {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

a.readmore:hover {
	text-decoration: underline;
}

#welcome {
	margin-top: 15px;
	margin-left: 10px;
padding-right:20px;
}

#welcome a:link {
	color: #000;
}

#cover {
	background: url(../images/cover.png) no-repeat;
	width: 893px;
	height: 26px;
}

#sponsor {
	clear: both;
	padding: 20px 0 0 22px;
	*padding: 10px 0 0 22px;
}

#sponsorinside {
	clear: both;
	padding: 10px 0 0 17px;
	border-top: 1px dotted #8B8B8B;
	width: 840px;
	margin-left: 5px;
}

#footer {
	font-size: 11px;
	text-align: center;
	margin: 3px 0;
}

#footer a:link, #footer a:visited {
	color: #9B141D;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.registernowtxt {
	height: 110px;
	overflow: hidden;
}

#insidecontent {
	margin: 15px 20px 20px 10px;
}