

/* body
----------------------------------------------- */

body { 
	font-family:Arial, Helvetica, sans-serif;
	background-color: #99CCE6; 
	margin: 0px; 
	padding: 20px;
}



/* typography
----------------------------------------------- */

.text-h1 {
	color: #003366;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
}

.text-h2 {
	color: #3399CC;
	font:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
}

.text-h3 {color: #003366;
    font:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
}



/* links
----------------------------------------------- */

.links {
    font-size: 12px;
    color: #003366; 
	text-decoration: underline;
}

a:hover, a:active {
    font-size: 12px;
    color: #FF0000; 
	text-decoration: underline;
}



/* vert-one = menu
----------------------------------------------- */

ul.vert-one {margin:0px; padding:0; list-style-type:none; display:block; font:bold 12px Arial; line-height:200%; width:160px;}
ul.vert-one li {margin:0; padding:0; border-bottom:1px solid #ffffff;}
ul.vert-one li a {display:block; text-decoration:none; color:#ffffff; background:#99CCE6; padding:0px 0px 0px 10px; width:160px;}
ul.vert-one li a:hover {text-decoration:none; color:#ffffff; background:#5DAED6}
ul.vert-one li a.current,ul.vert-one li a.current:hover {background:#5DAED6}
ul.vert-one li a.highlight,ul.vert-one {background:#85C2E1} 



/* thumbnails
----------------------------------------------- */

.thumbnail{
	padding: 5px 5px 5px 5px;
	background-color: #EBF5FA;
	border: 1px solid #EBF5FA;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}



