			* {
			  font-style: normal;
			  list-style: none;
			  margin: 0;
			  outline: none;
			  padding: 0;
			  text-decoration: none;
			  border: none;
			}
			body {
				background: url(img/body_bg.gif) repeat 0 0;
				color: #FFF;
				font: 1em/140% Arial, "Trebuchet MS", Verdana, sans-serif;
				text-align: center;
			}
			#wrapper {
				margin: 0 auto;
				text-align: left;
				width: 760px;
			}
			#header {
				background: url(img/inner_bg.jpg) no-repeat 0 0 #181A30;
				border-bottom: 1px solid #FFF;
				border-left: 1px solid #FFF;
				border-right: 1px solid #FFF;
				padding: 180px 20px 20px 250px;
				text-align: right;
			}
			#header ul {
				list-style-type: none;
				margin-bottom: 25px;
			}
			#header ul li {
				color: #FFF;
				text-align: right;
			}
			#header h1 {
				color: #FFF;
				font-family: Garamond;
				font-size: 3em;
				font-weight: normal;
				text-align: right;
			}
			#content {
				background: #181A30;
				border-bottom: 1px solid #FFF;
				border-left: 1px solid #FFF;
				border-right: 1px solid #FFF;
				padding: 25px 20px;
			}
			#content h2 {
				font-size: 1.3em;
				font-weight: bold;
				margin-bottom: 20px;
			}
			#content h3 {
				font-size: 1em;
				font-weight: bold;
				margin-top: 25px;
				margin-bottom: 10px;
			}
			#content h4 {
				font-size: 1em;
				font-weight: bold;
				margin-top: 15px;
				margin-bottom: 5px;
			}
			#content p {
				font-size: 0.8em;
				margin-bottom: 10px;
			}
			#content ul {
				list-style-type: none;
			}
			#content ul li {
				font-size: 0.8em;
			}
			#content td li {
				font-size: 1em;
			}
			#content .full_width {
				width: 100%;
			}
			#content td, #content th {
				font-size: 0.8em;
				padding: 5px 0;
			}
			#content th {
				font-weight: bold;
			}
			#content td {
				vertical-align: top;
			}
			#content a {
				color: #FFF;
				text-decoration: underline;
			}
			a.zip {
				background: url(img/zip.gif) no-repeat 0 0;
				padding-left: 20px;
			}
			a.pdf {
				background: url(img/pdf.gif) no-repeat 0 0;
				padding-left: 20px;
			}
			
			a {

					color: #FFF;

			}
