html{height:100%;}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:170%;
	color:#333333;
	margin:0px;
	height:100%;
	background-image:url(images/bg_blue_plaid.png);
}

a:link{
	color:#0066CC;
	text-decoration:none;
	border-bottom:1px dotted black;
	}
a:visited{
	color:#003399;
	text-decoration:none;
	border-bottom:1px dotted black;
	}
a:hover{
	color:#663300;
	border-bottom:1px dotted red;
	}

.container {
	width: 700px;
	min-height:100%;
	border-right: 2px solid #663300;
	border-left: 2px solid #663300;
	padding: 0px 0px 10px 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#DCEEFB;
}

li{
	text-align:justify;
	padding-right:10px;
	padding-bottom:10px;
	}

.content{
	padding:0px 35px;
	background-color:#DCEEFB;
	}

p {
	text-align:justify;
}

h2{
	color:#663300;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-size:16px
	}
	
h1{
	color:#663300;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	margin:0px;
	padding:0px;
	}
	
.mission{
	background-color:#FFFFCC;
	border:ridge #996600 5px;
	width:540px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 15px;
	}
