/************************/
/* INDEX PAGE           */
/************************/
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/background.jpg);
	background-color: #ECEBEB;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0 auto;
}

a:link, a:visited {

}

a:hover {

}

img {
	border:none;
}



iframe {
  border: #636363 1px dotted;
  border-right: none;
  margin-bottom: 20px;
  padding: 0px 0 5px 5px;
}


h1 {
	margin: 65px 0 30px 0;
	font-size: 130%;
	font-family: arial, sans-serif;
	color: #636363;
	font-weight: normal;
	border-top: dotted 1px #737373;
	border-bottom: dotted 1px #737373;
}

h2 {
	margin: 15px 0;
	font-size: 115%;
	font-family: arial, sans-serif;
	color: #636363;
	font-weight: normal;
}


p {
	font-size: 10pt;
	font-family: arial, sans-serif;
	color: #333333;
	font-weight: normal;
	padding-bottom: 10px;
}

ol {
	font-size: 10pt;
	font-family: arial, sans-serif;
	color: #636363;
	font-weight: normal;
	margin: 15px 10px 45px 30px;
}

ol.sub {
	font-size: 10pt;
	font-family: arial, sans-serif;
	color: #636363;
	font-weight: normal;
	list-style-type: lower-alpha;
	margin: 5px 10px 10px 45px;
}

li {
	margin-bottom: 5px;
}

#content {
	margin: 0 auto;
	min-height: auto;
	_height: auto;
	overflow: auto;
	width: 620px;
}


.bottomlinks {
	margin: -25px 0 35px 0;
	font-family: arial, sans-serif;
	color: #636363;
	font-weight: normal;
	text-align: right;
	padding-bottom: 0;
}

.bottom {
	text-decoration: none;
	font-weight: bold;
}

.bottom {
	text-decoration: none;
	font-weight: bold;
}


a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: purple;
}



/*********************/
/* SPLASH PAGE           */
/*********************/
#content #contentmain {
	float: left;
}

#content #contentmain #tagline {
	margin: 40px 10px 40px 30px;
	width: 352px;
}

#content #contentmain #register {
	margin: 30px 50px 30px 150px;
	width: 108px;
}

#content #sidebar {
	float: right;
	margin: 55px 10px 10px 0;
	width: 188px;
}
#content #sidebar p {
	display:none;
}

/*****************/
/* HEADER           */
/****************/
#content #header {
	margin:0 0 0 45px;
}

#content #header #SU2C {
	float: left;
}
 
#content #header #dots_short {
	float: right;
	margin:36px 45px 0 0;
}

#content #header #pagenotfound {
	float: right;
	margin:12px 45px 10px 0;
}

#content #header #dots_long {
	clear: both;	
}

#topbanner {
	margin: 0;
	text-align: center;
	}


/*******************/
/* FOOTER                */
/*******************/
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 191px;
	position: bottom;
}

#footer p {
	color: #717171;
	font-size: 10px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: auto;
	width: 580px;
}

#footer .legal a{
	color: #717171;
}


/*******************/
/*REGISTRATION PAGE*/
/*******************/

#registerheader {
	background-image: url(../images/register_header.jpg);
	width: 511px;
	height: 87px;
	margin: 0px auto;
}
#registerheader a {
	display: block;
	height: 0px;
	padding-top: 10px;
	overflow: hidden;
	width: 50px;
	float: right;
	margin-top: 30px;
}
#registerdescription {
	width: 510px;
	margin: 20px auto;
	color: #454545;
	font-size: 12px;
	font-family: Arial;
}
#registerform {
	background-image: url(../images/register_background.jpg);
	width: 506px;
	height: 257px;
	margin: 0px auto;
	margin-top: 40px;
	color: #454545;
	font-size: 12px;
	font-family: Arial;
}
#registerform .genderfield {
	display: block; 
	width: 70px; 
	float: left;
}
#registerform .genderfield span {
	position: relative; 
	top: -2px;
}
#registerform .fields {
	height: 165px;
	padding: 20px 0px;
	padding-bottom: 0px;
}
#registerform .fields ul {
	padding-top: 10px;
	height: 20px;
	overflow: hidden;
	clear: both;
}
#registerform .fields li {
	list-style: none;
	float: left;
}
#registerform .fields .fielddesc {
	width: 80px;
	padding-left: 115px;
	text-align: left;
}
#registerform #month {
	width: 65px;
	
}
#registerform #day {
	width: 55px;
	
}
#registerform #year {
	width: 60px;
	
}
#registerform #submit {
	text-align: center;
}
#registerform #submit input {
	background-image: url(../images/register_submit.jpg);
	border: none;
	width: 104px;
	height: 44px;
}
#registerform #submit a {
	width: 104px;
	height: 44px;
}
#registertos {
	font-size: 10px;
	text-align: center;
	margin-top: 15px;
}
#registertos a {
	color: #454545;
}

