@CHARSET "ISO-8859-1";

html,body {
	margin: 10px;
	padding:0;
	background: #001635;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .95em;
	font-weight: normal;
	color: #FFF;
}

a:link {
	color: #1e6fd1;
	text-decoration: none;
}

a:visited {
	color: #1e6fd1;
	text-decoration: none;
}

a:active,a:hover {
	color: #777777;
	text-decoration: none;
}

.orange {
	color: #c63;	
}

.green {
	color: #6c3;
}

.grey {
	color: #67739c;	
}

.contentHeading {
	font-weight: bold;
}

blockquote { font-style: italic; }

.contentTaglineHeading {
	font-size: large;
	font-weight: bold;
	font-style: italic;	
}

.small {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .9em;
	font-weight: normal;
	color: #ffffff;	
}

.title{
	font-family: "times new roman",serif;
	font-size: 1.05em;
	font-weight: bold;
	color: #aaaaaa;	
}

.footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .8em;
	font-weight: bold;
	color: #777777;	
}

div#cntMain {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 980px;
	background: #064286;
	border: 1px solid #000;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	
	padding-bottom: 40px;
}

div#cntHead {
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
}

div#cntHead img {
	border: none; 
	float: left;	
}


div#cntContent {
	padding: 1em 1em 5em; /* bottom padding for footer */
	
}
.cntContent {
	overflow: auto;	
}


#sdMain {
	position: relative;
   	vertical-align: middle;
}


