body {
	margin:0;
	padding:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:800px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		
		font-family:               "Segoe UI", "Verdana", sans-serif;
	font-size:80%;
	height: 100%;
	overflow: visible;
	background-position: center center;
	background-color: #FFFFFF;
	
	}
	#bodybackgroundright {
	width:95%;
	height: 95%;
	position: absolute;
	z-index: 1;
	border: medium inset #DCB90C;
	left: 2.5%;
	top: 2.5%;
	right: 2.5%;
	bottom: 2.5%;
	
	}
body, html{
	height:100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}
	a {
	color:#000066;
	text-decoration: none;
	font-weight: bold;
	}
	a:hover {
	color:#000066;
	text-decoration:none;
	background-color: #DCB90C;
	}
	h1, h2, h3 {
	padding:0;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	}
	
	h1{
	font-size: 250%;
	font-variant: small-caps;
	text-transform: capitalize;
	}
	h2{
	}
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	}
	#header {
	
	color:#99C3F5;

	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}

	#layoutdims {
	margin:0;
	clear: both;
	padding: 0px;
	width: 100%;
	
	}
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:90%;			/* width of whole page */
	overflow:visible;
	z-index: 1000;
	height: 90px;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	
	
	
	
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
		height:100%;
		
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	
	
	}
	/* 3 Column settings */
	.threecol {
	color:#000000;
	height: 100%;
	
	
	}
	
	.threecol .colmid {
	right: 19%;
	height: 100%;
	}
	.threecol .col1 {
	width:79%;			/* 100% plus left padding of center column */
	color: #000000;
	left: 20%;
	height: 100%;
	
	
	}
	.threecol .col3 {
	width:18%;		/* Please make note of the brackets here:*/
	left:21%;
	color: #000066;
	font-size: 90%;
					
	}

	
	#footer p {
	padding:10px;
	margin:0;
	}
	#footer {
	padding:1px;
	margin:0;
	border-top-width: medium;
	border-top-style: ridge;
	border-top-color: #666666;
	background-color: #000000;
	
	}
	.stylejump {
	color: #000000;
	font-weight: normal;
	border-right-width: medium;
	border-bottom-width: thin;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #999900;
	background-color: #FFFFFF;
	line-height: normal;
	width: 90%;
	font-size:70%;
	left: 5%;
	right: 5%;
	border-bottom-color: #999900;
}


#spacepad10bottom {
	padding-bottom: 20px;
	}
#spacepad10top10bottom {
	padding-top: 20px;
	padding-bottom: 20px;
	}
.style1 {
	color: #000000;
	
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000066;
	text-align: inherit;
}
.style3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
}
.style4{
	font-family: "Monotype Corsiva", "Lucida Handwriting", "Arial Black";
	font-size: 24px;
	color: #F9F277;
	text-align: center;
	font-style: normal;
}
.style5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #324A1A;
	text-align: center;
	font-style: normal;
}



.borderYellow2 {
	border: medium inset #DCB90C;
	padding: 5px;
	background-color: #DCB90C;
}

#borderYellow {
	border: medium inset #EBE0A0;
	padding: 5px;
}

.maskbkgrd {
	background-image: url(../images/mask.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 284px;
	width: 103px;
}

.bottomimage{
	position: absolute;
	bottom: 9%;
	height: 48%;
	width: 50%;
	left: -1%;
}
.verticalcenter{
	
width: 550px;
height: 423px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
margin-left: -275px; 
/* Half the width of the DIV tag which is 50 pixels */
margin-top: -212px; 
/* Half the height of the DIV tag which is also 50 pixels */


}
