HTML {
	height : 100%;
	min-height : 100%;
}

BODY {
	background-color : #E1E1E1;
	font-size : 0.9em;
	padding : 0px;
	margin : 0px;
	height : 100%;
	min-height : 100%;
}

DIV.content {
	border-left : #869BB9 1px solid;
	border-right : #869BB9 1px solid;
	border-bottom :#869BB9 1px solid; /* Remove this for full height layout*/
	
	width : 996px;
	/*height : 100%;*/ /* Remove comments for full height layout*/
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	
	background-color : white;
}

DIV.contenttext {
	width : 996px;
	min-width : 996px;
	padding-left : 15px;
	
	margin-top : 1%;
	padding-bottom : 5%;
	font-size : 1em;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	
	min-height : 297px;
	
}

DIV.footer {
	/*display : block;*/	/* Remove comments for full height layout*/
	/*position : absolute;
	bottom : 0px;*/			/* Remove comments for full height layout*/
	padding-bottom : 2%;
	
	
	width : 966px;
	height : 3%;			/* Remove this for full height layout*/
	border-top : #869BB9 1px solid;
	
	/*margin-bottom : 0px;*/	/* Remove comments for full height layout*/
	margin-left : 15px;
	margin-right : 15px;
	
	text-align : center;
	font-size : 0.7em;
}

IMG {
	border : 0px;
}

IMG.topimage {
	padding-top : 5%;
	padding-left : 15px;
}

IMG.blueimage {
	padding-left : 15px;
}

H1 {
	display : block;

	font-size : 1em;
	font-weight : bold;
	padding : 2px;
	
	color : #0d63a9;
}

P {
	font-size : 0.9em;
	line-height : 1.3em;
}

DIV.bluebar {
	margin-left : 15px;
	margin-right : 15px;
	height : 24px;
	
	background-image : url('../img/Menu.jpg');
	background-repeat : no-repeat;
	
	font-family : Geneva, Arial, Helvetica, sans-serif;
	text-align : right;
}

#bluebar UL {
	
	padding : 0px;
	
	display : inline;

	position : relative;
	right : 35px;
	top : 3px;
	
	list-style-type : none;
}

#bluebar LI {
	display : inline;
	padding : 5px;
}

#bluebar A, #bluebar A:VISITED {
	color : black;
	text-decoration : none;
	text-shadow : #7F7F7F 2px 2px 1px;
}

#bluebar A:HOVER {
	color : white;
	text-shadow : #7F7F7F 2px 2px 1px;
}

#contenttext TABLE {
	width : 70%;
	padding : 5px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 3%;
	text-align : left;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
}

#contenttext A, #contenttext A:VISITED {
	text-decoration : none;
	font-weight : bold;
	color : Navy;
}

#contenttext A:HOVER {
	color : Red;
}