/* open-sans-regular*/
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  src: url("/fonts/OpenSans-Regular.ttf") format("truetype");
}

/* open-sans-regular*/
@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  src: url("/fonts/OpenSans-Semibold.ttf") format("truetype");
}

/* open-sans-regular*/
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  src: url("/fonts/OpenSans-Bold.ttf") format("truetype");
}

/* open-sans-extrabold*/
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  src: url("/fonts/OpenSans-ExtraBold.ttf") format("truetype");
}

/* basic */

	html {
		background-color: rgb(210,210,210);
		-ms-text-size-adjust: none;
		margin: 0px;
		padding: 0px;
		height: 100%;
		min-height: 100%;
		background-image: url(graphics/background.png);
		background-repeat: repeat-y;
		background-position: center;
	}
	
	body {
		background-color: rgb(255,255,255);
		font-family: 'Open Sans', Arial;
		color: black;
		font-size: 14px;
		font-style: light;
		font-weight: normal;
		margin: 0px auto 0px auto;
		padding: 0px;
		width: 1000px;
		height: 100%;	
	}	
	
	img {
		border: 0px;
		padding: 0px;
		margin:0px;
	}
	
	ul {
		color: black;
	}
	
	li {
		list-style-position: outside;
	
	}

/* navigation */

	#nav {
		font-weight: normal;
		border-right: 2px solid rgb(0,50,120);
		float:left;
		text-align: center;
		background-color: rgb(255,255,255);
		height: 100%;
		width: 138px;		
		margin: 0px;
		padding: 20px;
	}
	
	#nav a {
	display: block;
	line-height: 20px;
	}
	

	
	a:link { color: rgb(0,50,120) }

	a:visited { color: rgb(0,50,120) }

	a:hover { color: rgb(0,50,120); 	font-weight: bold;}

	a:active { color: rgb(0,50,120) }	
	
/* content */	
	
	#header {
		text-align: right;
		margin:0px;
		padding: 30px 230px 30px 0px;
		background: rgb(0,50,120);
	}

	#content{
		float: right;
		width: 780px;
		height: 100%;
		padding: 20px;
		margin: 0px;
		background-color: white;
		text-align: left;
	}	
	
	h1 {
		font-size: 24px;
		color: rgb(0,50,120);		
		font-weight:bold;
		margin: 0px 0px 15px 0px;
		}
	
	h2 {
		font-size: 16px;
		color: rgb(0,50,120);
		font-weight:bold;
		margin: 0px 0px 15px 0px;	
	}

	h3 {
		font-size: 14px;
		color:black;
		font-weight: bold;
		margin: 0px 0px 5px 0px;	
	}
	
	h4 {
		font-size: 14px;
		color: rgb(0,50,120);
		font-weight:bold;
		margin: 0px;		
	}		

			