
body {
	background: url(../img/background.jpg) repeat-x white;
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
}


#left {
	margin-top: 10px;
	clear: both;
	background: repeat-x bottom white;
	float: left;
	width: 50px;
}

#right {
	background: repeat-x bottom white;
	margin-top: 10px;
	margin-left: 10px;
	width: 50px;
	float: left;
}

a:link{ color: #100084; }

a:visited{ color: #100084; }

a:hover, a:focus{ color: #100084;	text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #100084; margin-bottom:0.5em; }

h1 {
	padding: 5px 0px 0px 10px;
	font-size: 2.3em;
	color: #100084;
}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

.container {
	margin-left: 180px;
	margin-right: 50px;
	text-align: left;
	width: 80%;
	overflow: hidden;
}

#content {
	border-left: 2px solid #bbbbbb;
	border-right: 2px solid #bbbbbb;
	border-top: 2px solid #bbbbbb;
	border-bottom: 2px solid #bbbbbb;
	padding-right: 20px;
}

#content p {
	padding-top: 20px;
	margin-left: 20px;
}

#content tr td img {
	float: left;
	margin: 15px 0px 15px 15px;
}

#content table {
	margin-left: 20px;
}

#footer {
	font-size:12px;
	padding-right: 20px;
	text-align:center;
	width: 100%;
}
