﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	 
}

h1, h2, h3, h4, h5, p  {font-family:Arial, Helvetica, sans-serif;line-height:1.5em;}
	
}


h1 {
	font-size:2.2em;
	font-weight:bold;
	color:#24499A;
}

h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#24499A;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#24499A;
}


h4 {
	font-size:1.3em;
	font-weight:bold;
	color:#24499A;
}


h5 {
	font-size:1.1em;
	font-weight:bold;
	color:#24499A;
}




p {
	font-size: 1.0em;
	color: #333333;
	text-align: justify;
	padding-right:10px;
}

p2 {
	font-size: 0.8em;
	color: #333333;
	text-align: justify;
	padding-right:10px;
}

ol {
	list-style-type:upper-alpha;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.0em;
}


ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	list-style-type:disc;
}

#masthead {
	padding-left:50px;
	min-height:200px;
}

#top_nav {
	padding-left:50px;
}

#container {
	width:1000px;
	position:relative;
}

#right_col {
	padding-top:10px;
	margin-left:20px;
	width: 325px;
	float:right;
	}

#page_content {
	padding-top:10px;
	padding-left:50px;
	margin-left: 10px;
	
}

#footer {
	padding-left:50px;
	clear: both;
}
