/* Generic Selectors */

body {
	background-color: #ffffff;
	align: center;
}


p {
	text-align: justify;
}


h1 {
	font-family: Arial, Helvetica, sans-serif
	font-weight: bold;
	color: #003366;
	border-bottom: 2px solid #336699;
	font-size: 20px;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333399;
	font-size: 13px;
	display: inline;
}

h3 {
	font-weight: bolder;
	line-height: normal;
	padding:0px;
	margin:0px;
}
h4 {
	color: #FF0000;
	padding:0px;
	margin:0px;
	font-size: 12px;
}


/**************** Pseudo classes ****************/



li {
	list-style-type: disc;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


a:link {
	color:#000033;
	text-decoration:none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.xmas {
	color: #F00;
	padding-left: 7px;
	font-family: Verdana, Geneva, sans-serif;
}
.xmas a:link {
	color:#F00;
	font-family: Verdana, Geneva, sans-serif;
}
.xmas a:visited {
	color:#F00;
	font-family: Verdana, Geneva, sans-serif;
}
.xmas a:hover {
	color:#F00;
	font-family: Verdana, Geneva, sans-serif;
}

li :link {
	color: #000033;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;

}

a:visited {
	color: #000033;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

li a:visited {
	color: #000033;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;

}

a:hover {
	color: red;
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 13px;
}

li a:hover {
	color: red;
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 13px;
}





/************************* ID's *************************/

#outercontainer {
	background-color: #000000;
	align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

#topbar   {
	position: absolute;
	width: 250px;
}


#flashmovie {
	width: 765px;
	margin-top: 55px;
	height: 200px;
	position: absolute;
	border: 2px solid #000000;
}

#navigation {
	text-align:left;
	width: 260px;
	margin-top: 325px;
	font-weight: lighter;
	position: absolute;
	color: #333399;
	z-index: 50;
}
#navpicture {
	width: 260px;
	margin-top: 475px;
	position: absolute;
	z-index: 75;
}
#MainContent {
	margin-top: 265px;
	margin-left: 125px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333399;
	font-size: 13px;
	width: 630px;
	border-width: 15px;
	border-color: #003366;
	padding: 15px;
	position: absolute;
	list-style: disc;
	line-height: 150%;
}	

#footer {
	height: 40px;
	background: #ffffff;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #003366;
	border-top: 1px solid #336699;
	font-size: 13px;
	}
	
#footerPic {
	height: 40px;
	background: #ffffff;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #6699CC;
	border-top: 1px solid #336699;
	font-size: 10px;
	float: right;
	}
#AwardMainContent {
	align: left;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333399;
	font-size: 13px;
	width: 720px;
	border-width: 15px;
	border-color: #003366;
	padding: 15px;
	position: absolute;
	list-style: disc;
	line-height: 150%;
}
.thinborderfloat {
	float:left;
	border: solid 1px silver;
	padding: 5px;
	margin-right: 10px;
}
.floatimgleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333399;
	font-size: 13px;
}
.blog-container {
	width: 625px;
}
.blog-logo {
	margin-left: 25px;
}

