﻿body
{
	background-image: url("../../Images/grey_white.JPG");
	background-repeat: repeat-x;
	background-color: #002395;
	color: #000000;
}

a
{
	color: #002395;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h3
{
	font-size: 20px;
	font-style: italic;
	font-weight: bolder;
	color: #002395;
	z-index: 10;
}

p
{
	z-index: 10;
}

img
{
	z-index: 10;
}

table
{
	z-index: 10;
}

hr
{
	z-index: 10;
}

div.masthead
{
	background-image: url("../../Images/masthead.GIF");
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #666666;
	color: #ffffff;
	position: relative;
	width: 1000px;
	height: 120px;
	border-bottom-width: 0px;
}

div.greycenter
{
	background-color: #cccccc;
	padding: 10px;
	padding-left: 75px;
	font-size: x-large;
	margin-bottom: 10px;
}

div.breadcrumb
{
	position: relative;
	width: 970px;
	font-size: 12px;
	margin-left: 30px;
}

div.masthead img
{
	vertical-align: top;
}

div.masthead .sdvo
{
	text-align: center;
	vertical-align: bottom;
}

div.body
{
	margin-left: auto; 
	margin-right: auto;
	width: 1000px;
	position: relative;
	background-color: #ffffff;
}

div.leftbar
{
	position: relative;
	float: left;
	width: 160px;
	border-color: #000000;
	color: #000000;
	margin-left: 5px;
}

div.leftbar .navmenu
{
	padding-right: 10px;
	border-style: none;
	min-height: 200px;
	margin-bottom: 50px;
}

div.leftbar .navmenu a
{
	display: block;
	border-width: 0px;
	background-image: url("../../Images/button.PNG");
	background-repeat: no-repeat;
	font-variant: small-caps;
	font-size: 10pt;
	height: 30px;
	width: 150px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	padding-bottom: 2px;
}

div.leftbar .navmenu a:hover
{
	text-decoration: none;
}

div.leftbar .sidebar
{
	border-style: none;
	min-height: 50px;
}

div.main
{
	/*background-image: url("../../Images/swoosh.GIF");
	background-position: top right;
	background-repeat: no-repeat;*/
	position: relative;
	float: left;
	width: 660px;
	min-height: 500px;
	border-style: none;
	font-size: 14px;
	margin-left: 40px;
	margin-right: 40px;
}

div.main hr
{
	width: 75%;
}

div.main img
{
	padding: 5px;
}

div.main td
{
	width: 150px;
}

div.footer
{
	position: relative;
	width: 1000px;
	min-height: 50px;
	border-style: solid;
	border-width: 0px;
	text-align: center;
	font-size: 12px;
	padding-top: 35px;
	background-image: url("../../Images/greybar.JPG");
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

div.footer hr
{
	width: 75%;
}

div.floatbreak
{
	clear: both;
	line-height: 0px;
	height: 0px;
	border-width: 0px;
	margin: 0px;
	border-color: #000000;
	padding: 0px;
}

img.swoosh
{
	position: absolute;
	/*width: 425px;
	min-width: 425px;
	height: 465px;
	min-height: 465px;*/
	top: 180px;
	left: -30px;
	z-index: 0;
}

img.imsdlogo
{
	position: absolute;
	width: 300px;
	min-width: 300px;
	height: 360px;
	min-height: 360px;
	top: 0px;
	left: 690px;
	z-index: 10;
}

img.right
{
	float: right;
	border: 0px;
}

table.contactform td
{
	text-align: left;
}

.movie
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.logoblock
{
	text-align: center;
	border-style: inset;
	border-color: #ffffff;
	background-color: #ffffff;
	margin-top: 20px;
}

.logoblock img
{
	padding: 10px;
	vertical-align: top;
}

.unindent
{
	text-indent: -20px;
}

.textblock
{
	text-align: center;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
	margin-top: 20px;
	padding: 10px;
}

.narrow
{
	width: 475px;
}