/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #eee;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 0 auto;
	}
	div#header {
		color: inherit;
		background-color: #eee;
		border: 1px solid #e5e5e5;
		border-width: 0 0px 0px 0;
		}
		div#header-in {
			padding: 0;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 10px;
				
				}
		div.column {
			width: 200px;
			color: inherit;
			background-color: #eee;
			border: 1px solid #e5e5e5;
			border-width: 0 0px 0px 0;
			}
			div.column-in {
				padding: 0px;
				}
	div#footer {
		color: inherit;
		background-color: #062d76;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		text-align: right;
		}
		div#footer-in {
			padding: 5px 5px 5px 547px;
			}

<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid #063d76;
visibility: hidden;
color: #063d76;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 100px;
left: 70px; /*position where enlarged image should offset horizontally */

}

</style>

<style type="text/css">

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}

</style>





															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/