div {
	zoom:1;
}

body {
	margin-top:0;
	padding:0;
	background:#4692AF url(../imgs/background.jpg) center top no-repeat fixed;	
}

hr {
	color:#0481BD;
	height:1px;
}

.rule {
	background-image:url(../imgs/hr_line.png);
	background-repeat:repeat-x;
	height:5px;
}

.layoutbkg {
	background-color:#FFFFFF;
	border:solid #83CCDE 1px;
	margin-top:230px;
	width:962px;
	min-height:684px;
	height:100%;
	background-image:url(../imgs/side_spots.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.homebkg {
	background-color:#FFFFFF;
	background:url(../imgs/krista_bkg3.jpg);
	background-repeat:no-repeat;
	border:solid #83CCDE 1px;
	margin-top:230px;
	width:962px;
	min-height:500px;
	height:100%;
}

.tstbkg {
	position:absolute;
	margin:0 0 0 0;
	//margin:0px 0px 0 -481px;
}

/* .colorbkg {
	width:500px;
	height:383px;
	//height:382px;
	position:relative;
	margin:0 -458px 0 0px;
	border-left:#FFFFFF solid;
	border-width:5px;
	background-color:#00b8a4;
	background-image:url(../imgs/side_spots2.png);
	background-repeat:no-repeat;
	background-position:right bottom;
} */

/* Navigation */

.navbkg {
	background-color:#36AFE2;
	height:27px;
	width:962px;
	margin-top:-16px;
	//margin-top:-4px;
}

/* Font Styling */

H1 {
	font-family:Tahoma;
	font-size:24px;
	color:#0099CC;
}

H2 {
	font-family:Tahoma;
	font-size:13px;
	color:#FFFFFF;
}

a {
	text-decoration:none;
}

a.H2:link,a.H2:visited,a.H2:active {
	text-decoration:none;
	color:#FFFFFF;
}

a.H2:hover {
	text-decoration:underline;
}

H3 {
	font-family:Tahoma;
	font-size:18px;
	color:#0099CC;
	text-align:left;
}

H4 {
	font-family:Tahoma;
	font-size:18px;
	color:#0099CC;
}

H5 {
	font-family:"Baskerville BE Regular";
	font-size:48px;
	color:#FFF;
	line-height:80%;
}


P {
	font-family:Tahoma;
	font-size:13px;
	color:#0099CC;
	text-align:justify;
}


.P2 {
	font-family:Tahoma;
	font-size:13px;
	color:#FFF;
	text-align:justify;
}

.bodytxt {

	font-family:Tahoma;
	font-size:13px;
	color:#0099CC;
}

a {
	text-decoration:none;
}

a.bodytxt:link,a.bodytxt:visited,a.bodytxt:active {
	text-decoration:none;
}

a.bodytxt:hover {
	text-decoration:underline;
	color:#83CCDE;
}

.bodytxt2 {

	font-family:Tahoma;
	font-size:13px;
	color:#00CC00;
}

a {
	text-decoration:none;
}

a.bodytxt2:link,a.bodytxt2:visited,a.bodytxt2:active {
	text-decoration:none;
}

a.bodytxt2:hover {
	text-decoration:underline;
	color:#83CCDE;
}

.formtxt {

	font-family:Tahoma;
	font-size:12px;
	color:#0099CC;
	text-align:justify;
}

.foottxt {

	font-family:Tahoma;
	font-size:9px;
	color:#FFFFFF;
}

a {
	text-decoration:none;
}

a.foottxt:link,a.foottxt:visited,a.foottxt:active {
	text-decoration:none;
}

a.foottxt:hover {
	text-decoration:underline;
}

/* -- Home Page Button -- */

.regbttn {
	display:block;
	width:229px;
	height:28px;
	left:465px;
	top:92px;
	text-decoration:none;
}

a {
 outline:none;
}

a.regbttn:link,a.regbttn:visited,a.regbttn:active{
	background:url(../imgs/Register_Button.gif) no-repeat left top;
	text-decoration:none;
}

a.regbttn:hover{
	background-position: 0 -28px;
	text-decoration:none;
}