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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*real styles start here*/
body {
  /*  background-color: #F8E330; */
   background: #F8E330 url('/images/yellow.png') repeat top left;
   font-family: 'Myriad Roman', Verdana, Geneva, sans-serif;
   font-size: 10pt;
   min-width: 1095px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
	
td {
	padding: 4px;
}
		
#header{
	padding: 15px 30px 0 15px;
	color: #FFFFFF;
	height: 352px;
	background: black url('/images/bg_tiretop.png') no-repeat bottom center;
}

.left {
	float: left;
}

.right{
	text-align: right;
}	

#header .right{
	padding-top: 15px;
	line-height: 1.3em;
}

.large{
	font-size: 1.5em;
	font-weight: bold;
}

.medium{
	font-weight: bold;
}

.small{
	font-size: 0.8em;
}


#footer{
	padding: 20px 35px 20px 30px; 
	font-size: 0.8em;
}
	
#container{
	position: relative;
}

#leftstripe{
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 118px;
	z-index: 1;
	background: transparent url('/images/leftstripe.png') no-repeat left top;
}

#rightstripe{
	position: absolute;
	top: -88px;
	/* top: -14px; */
	right: 0;
	width: 300px;
	height: 183px;
	/* height: 114px; */
	z-index: 0;
	background: transparent url('/images/rightsstripe-finance.png') no-repeat left top;
}

#rightnavigation{
	position: relative;
	float: right;
	z-index: 1;
	margin-right: 30px;
	margin-top: 100px;
}

#organizer{	
	margin: -70px 300px 100px 45px;
	padding: 10px 20px 15px 20px;
	position: relative;
	min-width: 700px;
	border: 1px solid #758696;
	background: #F1F5F6 url('/images/tire_bg.png') no-repeat bottom right;
}

#content{
	position: relative;
	top: -18px;
	line-height: 1.3em;
}

#content .emphasis{
	font-weight: bold;
}
	
#content .section{
	padding: 5px 0 15px 0;
	margin: 10px 0;
	color: #AF0100;
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	background: url(/images/content_line.png) no-repeat bottom center;	
}

#content .center{
	width: 588px;
	margin-left: auto;
	margin-right: auto;
}

#content li {
	background: url('/images/tire_bp.png') no-repeat left;
	padding: 5px 0 5px 25px;
}

#topnav{
	position: relative;
	top: -20px;
	background: url('/images/nav_mid.png') repeat-x;
	height: 42px;
}
#topnav div{
	float: left;
	width: 25%;
	text-align: center;
	line-height: 42px;
	height: 42px;
	background: url('/images/nav_div.png') no-repeat left top;
}
#topnav div.first{
	position: absolute;
	left: -6px;
	top: 0;
	width: 9px;
	background: url('/images/nav_left.png') no-repeat left top;
}
#topnav div.last{
	position: absolute;
	right: -6px;
	top: 0;
	width: 9px;
	background: url('/images/nav_right.png') no-repeat left top;
}
	
.rightmargin{
	margin-right: 5px;
}

.bottommargin{
	margin-bottom: 5px;
}

.topmargin{
	margin-top: 15px;
}

.topmargin img{
	vertical-align: top;
}

img.border{
	border: 1px solid black;
}

