/* CSS Document */

html {
	height: 100%;
	text-align:center;
}

#flashcontent {
	height: 100%;
}
/* end hide */
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0D599A;
	
	font-family:"Trebuchet MS", Trebuchet MS, Verdana, Arial, "Times New Roman", sans-serif;
	font-size:14px;
	color:#F5F5F5;
	text-align:center;
}
a:link, a:visited, a:active{
	color:#ffc425;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#overall {
	/*float:left;*/
	margin: 0px auto;
	padding:20px 20px 20px 20px;
	width:900px;
	text-align:left;
}

h1 {
	font-size:25px;
	font-weight:bold;
	line-height:32px;
}

h2 {
	font-siz:20px;
	font-weight:bold;
	line-height:30px;

}

h3 {
	font-siz:16px;
	font-weight:bold;
	line-height:25px;
}

h4 {

}

h5 {

}

h6 {

}

#logo {
	float:left;
	width:100%;
	color:#CCCCCC;
}

#navigation {
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
	line-height:20px;
	background-color:#3077b3;
	
}

#navigation a {
	padding:5px 5px 5px 5px;
}


#navigation a:hover {
	background-color:#0D599A;
	text-decoration:none;
}

#navigation b {
	color:#FFFFFF;
}

#title{
	float:left;
	width:100%;
	margin-top:20px;
}

#content{
	float:left;
	width:100%;
	margin-top:20px;
	line-height:20px;
}

#footer{
	float:left;
	width:100%;
	margin:20px 0px 20px 0px;
	padding:20px 20px 20px 20px;
	font-size:10px;
	border:1px solid #FFFFFF;
	background-color:#155185;
}

#work-row {
	float:left;
	width:100%;
	padding-bottom:30px;
}

#work-column {
	float:left;
	width:20%;
	text-align:center;
	font-size:12px;
}

#work-column a {
	width:100%;
	padding:3px 0px 3px 0px;
}

#work-column a:hover{
	background-color:#3077b3;
	text-decoration:none;
}

.keywords {
	font-size:10px;
}
