/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #5a7095;
		color: #000000;
		font-size: 62.5%;	
		background-image: url(images/background.jpg);
		background-position: center top;
		background-repeat: repeat-x;
		}
                         	
h1		{  
		font-family: Georgia, serif;
		font-size: 2.2em;  	
		margin: 40px 25px 15px 0;
		color: #971212;
		}

h2		{
		font-family: Georgia, serif;
		font-size: 1.8em;  	
		margin: 35px 25px 5px 0;
		color: #971212;
		}

h3		{
		font-family: Georgia, serif;
		font-size: 1.6em;  	
		margin: 15px 25px 5px 0;
		color: #971212;
		}

h4		{
		font-family: Georgia, serif;
		font-size: 1.4em;  	
		margin: 15px 25px 5px 0;
		color: #971212;
		}

p		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.3em; 
		line-height: 1.8em;
		color: #60617e;
		font-weight: bold;
		margin: 0 45px 18px 2px;		
		}
		
.formTag		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.3em; 
		line-height: 1.8em;
		color: #60617e;
		font-weight: bold;
		text-align: right;
		vertical-align: top;	
		}
		
.terminology {
	font-size: 1.3em;
	font-family: verdana, sans-serif;
	color: #60617e;
	line-height: 1.5em;
	border-top: #ccc solid 1px;
	}
.terminology td {
	border-bottom: #ccc solid 1px;
	vertical-align: top;
	text-align: left;
	}

		
#right ul,ol {
		font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.8em;
	color: #60617e;
	font-weight: bold;
	margin: 5px 45px 5px 25px;
	padding: 0;
	}
#right li {
	margin-bottom: 9px;
			}
#menu ul {
	margin: 0 0 10px 2px;
	padding: 0;
	}
#menu li {
	list-style-type: none;
	}
#menu a {
	width: 200px;
	display: block;
	font-size: 14px;
	font-family: verdana, sans-serif;
	line-height: 14px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	margin-bottom: -1px;
	border-top: #212121 solid 1px;
	border-bottom: #212121 solid 1px;
	text-decoration: none;
	}
#onit {
	width: 200px;
	display: block;
	font-size: 14px;
	font-family: verdana, sans-serif;
	line-height: 14px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	margin-bottom: -1px;
	border-top: #212121 solid 1px;
	border-bottom: #212121 solid 1px;
	text-decoration: none;
	color: #fff;
	background-color: #ff0000;
	}
#menu a:link, #menu a:visited, #menu a:active {
	color: #dfdfdf;
	background-color: #000;
	}
#menu a:hover {
	color: #fff;
	background-color: #3d46ae;
	}
	
#topmenu {
	text-align: right; 
	background-image: url(images/topmenubackground.jpg); 
	background-repeat: no-repeat; 
	background-position: top right; 
	height: 38px; 
	clear: right;
	line-height: 38px;
	padding-right: 50px;
	font-size: 14px;
	font-family: arial, sans-serif;
	}
#topmenu a {
	color: #1e1e5b;
	}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	text-decoration: none;
	}
#topmenu a:hover {
	text-decoration: underline;
	}
	
#wrapper {
	width: 900px; 
	margin: 15px auto; 
	border: #37383a solid 3px; 
	background-image: url(images/menubackground.jpg); 
	background-position: left top; 
	background-repeat: repeat-y; 
	background-color: #fff;
	}
#contentwrapper {
	background-image: url(images/contentbackground.jpg); 
	background-position: top right; 
	background-repeat: no-repeat;
	}
#left {
	width: 225px; 
	float: left;
	}
#right {
	width: 640px; 
	float: right;
	}
#mission {
	margin-right: 125px; 
	color: #9fa1ba; 
	font-size: 18px; 
	padding-top: 15px; 
	font-family: "Palatino Linotype", "Book Antiqua", serif; 
	font-weight: bold; 
	line-height: 24px; 
	text-align: left; 
	font-style: italic;
	}
	
#credits	{	
		font-size: 10px;
		line-height: 14px;
		font-family: verdana, sans-serif;
		text-align: center;
		color: #fff;
		padding: 0 5px 10px 5px;		
		}
				


