/* Clearing */
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:100%;
	font-weight:normal;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym {
	border:0;
	}

/* Styles */

a {
	color: #fdff00;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
body {
	background-color: #6d84b4;
	font-size: 12px;
	}
.column {
	background-color: #003ca8;
	float: left;
	padding: 10px;
	width: 370px;
	}
	.column.left {
		}
	.column.right {
		margin-left: 10px;
		width: 380px;
		}
.content {
	background-color: #005cc8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	margin: 20px auto;
	padding: 20px;
	width: 800px;
	}
	.content h1 {
		font-size: 1.9em;
		text-align: center;
		}
h2 {
	font-size: 1.3em;
	text-decoration: underline;
	}
h3 {
	font-size: 1.05em;
	margin-top: 5px;
	text-decoration: underline;
	}
hr.clearing {
	border: 0;
	clear: both;
	margin: 20px 0 20px 0;
	}
li {
	font-size: 0.8em;
	margin: 3px 0 0 20px;
	}
p {
	margin: 1em 0;
	}
ol {
	line-height: 150%;
	list-style: lower-roman;
	margin: 0 0 0 14%;
	}

