/* CSS Document */

a	{text-decoration: none; color: #003366; font-weight: bold;}
a:hover	{text-decoration: none; color: black; font-weight: bold;}

body
	{margin: 0px;
	 font-family: tahoma, arial, san serif;
	 font-size: 12pt;
	 color: black;}

h1	{font-family: Times New Roman, serif;}

input, textarea
	{border: 1px solid black;
	 background-color: #F5F5F5;}

ul	{list-align: left;}

.title
	{position: absolute;
	 top: 40px;
	 width: 100%;
	 background-color: #003366;
	 font-family: Times New Roman, serif;
	 color: white;
	 font-size: 18pt;
	 text-align: right;
	 padding: 5px 5px 5px 180px;}
	
.menu
	{background-image: url(img/gr.jpg);
	 background-position: 0 0;
	 background-repeat: repeat-x;
	 background-attachment: scroll;
	 position: absolute;
	 left: 20px;
	 height: 100%;
	 padding: 10px;
	 width: 155px;}

.menu a	{color: white;}
	
.button
	{background-image: url(img/b1.jpg);
	 background-position: 0 0;
	 background-repeat: no-repeat;
	 font-family: Times New Roman;
	 font-size: 12pt;
	 text-align: center;
	 margin: 4px 0 0 0;
	 padding: 4px;}
	
.logo
	{border: 2px solid black;}
	
.content
	{position: absolute; 
	 top: 119px;
	 left: 200px;
	 padding: 0px 20px 20px 0px;}
	 
.mission
	{border: 1px solid #003366;
	 background-color: #E6EBF1;
	 width: 400px;
	 margin: 0 0 0 50px;
	 padding: 5px;}
	 
.extralinks a
	{font-size: 10pt;
	 color: black;
	 font-weight: bold;}

.extralinks a:hover
	{color: #003366;
	 font-weight: bold;}
