/*------------------  Reset -------------------------*/

 * body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:62.5%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*------------------  end of reset -------------------------*/
/* ------- links --------- */

/*a:link {color:#666666;} 
a:visited {color:#6181af;}*/

a, a:visited {
	color:#DA0000;
	text-decoration: none;
}
a:hover {
	color: #000;
}

/* ----------------------- */

h1{
	font-size:2.2em;
	font-weight:bolder;
	color:#b90808;
	}
h2{
	font-size:1.8em;
	font-weight:bold;
	/*color:#4d72a6;*/
	color:#DA0000;
	margin-bottom:17px;
	}

h3{
	font-size:1.2em;
	font-weight:bold;
	color:#4b4b4b;
	padding-top:17px;
	margin-bottom: 12px;
	}

p{
	font-size:1.2em;
	margin-bottom: 10px;
}

/*------------------*/
/* lists */

.copy ul {
  display: block;
  list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 20px; 
	padding-left: 20px;
}

.copy ol {
  display: block;
  list-style-type: decimal;
}

.copy li {
  display: list-item;
	font-size:1.2em;
	margin-bottom: 10px;
}


/*------------------*/
/* ----------------------- */	
body{
	text-align:center; 
	font-family: arial, sans-serif;
	font-size: 62.5%;
	color: #4b4b4b;
	background-color:#FFFFFF;
	line-height:150%;

	}
	
#pagebody{
	/*width: 1035px;*/
	margin-left: auto;
  margin-right: auto;
  margin-top:0px;
 	text-align:left; 
	/*background-color:#FF0000;*/
}

/* ---- Header ---- */
#header{
  height: 85px;
	width: 863px;
	margin-left: auto;
  margin-right: auto;
}


#header_tl{ 
	float: left;
	width: 220px;
	height: 60px;
	background: url('/images/template/logo.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	cursor:pointer;
}

#header_tr_wrapper{
	padding-top:5px;
	}
#header_tr{
	float: right;
	width: 640px;
	height: 60px;
    margin: 0px;
	text-align:right;
}

/* ---- Nav ---- */
.nav li{
	display: inline;
}

.nav a {
color:#666666;
padding-left: 10px;
}

.nav ul {
color:#666666;
padding-top: 13px;
}

/*First row of nav*/
#nav1{
	font-weight: bold;
	font-size: 1.0em;	
}
#nav1 a{
	font-weight: bold;
	font-size: 1.0em;	
	text-decoration: underline;
}

/*Second row of nav*/
#nav2{	
	font-weight: bold;
	font-size: 1.05em;	
}

#nav2 a{	
	font-weight: bold;
	font-size: 1.1em;	
	text-decoration:none;
}
.bold{
	font-weight: bold;
	}

strong {
	font-weight: bold;
}


/* ----------------------------------- */

#main_left h1{
	font-size:2.2em;
	font-weight:normal;
	padding-top:72px;
	padding-left:12px;
	padding-bottom:10px;
	color:white;
	}

/* ---- Footer ---- */
#footer{
	height:70px;
	width: 863px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align:right;
	clear: both;
}	
	#footer a:hover {
		color: #333;
		text-decoration: underline;
	}

	#footer a, #footer a:visited {
		margin-left: 15px;
		color: #666;
		text-decoration: underline;
	}
	
#main_right ul li {
	list-style-type: circle;
	margin-left: 20px;
}
	
div.eventOutter {
	width: 95%;
	border: 1px solid #DADEE5;
	padding: 15px;
	background-color: #E8EBF0;
	margin-bottom: 20px;
}

div.eventInner {
	background-color: #F3F4F8;
	padding: 10px;
	min-height: 160px;
}

div.eventInner img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.eventContent {
}

#affiliatesOutter {
	background-color: #E9EDF2;
	border: 1px solid #DDDEE1;	
	padding: 10px;
	margin-top: 30px;
}

#affiliatesInner {
	background-color: #fff;
	padding: 10px;
}

#affiliatesInner img {
	margin: 10px;
}