/* CSS Document */

body {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #FDA9C5;
	background-color: #777777;
	margin-left: 5%;
	margin-right: 5%

}

.txtsmall {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.txtWhite {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
}

a:link {
	font-family: Georgia, sans-serif;
	font-size: 16px;
	color: #FDA9C5;Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #FDA9C5;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.btnSubmit {
	margin: 2;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	background-color: #7f7e7e;
	color: #ffffff;
	border: thin solid #FDA9C5;
}
.blink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: blink;
}

.txtpink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #FDA9C5;
	font-style: normal;
	font-weight: normal;
}
.txtpinkmed {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	color: #FDA9C5;
}

.txtbold {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
	
.hdg {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
#mainframe {
	position:relative;
	left:auto;
	top:0px;	
	height:1500px;
	z-index:1;
	right: auto;
	background-color: 777777;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	width: 80%; 
	max-width: 1050px; 
	min-width: 1050px; 
	margin: 0 auto; 
	padding: 0;
}

#logo {
	position:absolute;
	left:3px;
	top:absolute;
	width:263px;
	height:75px;
	z-index:2;
}
#navbar2{
	position:absolute;
	left:894px;
	top:18px;
	width:156px;
	height:500px;
	z-index:2;
	background-color: 777777;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	text-align: left;
}


#navbar {
	position: absolute;
	top: 56px;
	right: 36px;
	margin: 0;
	padding: 0;
	width: 607px;
}
#navbar li {
	list-style: none;
	float: left; }
	
#navbar li a {
	display: block;
	padding: 3px 8px;	
	text-decoration: none;	
	color: #fda9c5;
	 }
	
#navbar li a:hover {
	color: #fff; }
	
#navbar li ul {
	display: none;  }
	
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0; }	
	
#logo2 {
	position: absolute;
	height: 500px;
	width: 69px;
	top: 14px;
	left: 9px;
}

#slideshow {
	position: absolute;
	height: 500px;
	width: 700px;
	top: 17px;
	left: 88px;
}
