body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6e6f71;
	background-color: white;
	height:100%;
	padding:0px;
	margin: 0px;
	line-height: 17px;
}
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6e6f71;
	line-height: 17px;
}
p{
	margin-top: 0px;
	margin-bottom: 12px;
}
h1{
	font-size: 12px;
	text-transform: lowercase;
	color: #6e6f71;
	margin-bottom:12px;
}
form{
	margin: 0px;
	padding:0px;
}
input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0px;
	padding:0px;
}
textarea, input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
address{
	font-style:normal;
}
a:link{
	color: #6e6f71;
	text-decoration: underline;
}
a:visited{
	color: #6e6f71;
	text-decoration: underline;
}
a:hover{
	color: #6e6f71;
	text-decoration: none;
}
.checkstyle{
	margin:0;
	width:13px;
	height:13px;
	overflow:hidden;
}
ul{
	padding-top:0px;
	margin-top:0px;
}

/*page*/
.wrapper{
	width: 100%;
	height:100%;
}
.header{
	background-image:url(../../images/bgTop.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:101px;
}
.footerbg{
	background-image:url(../../images/bgFooter.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:86px;
}
.content{
	background-color: #fff;
	height: 534px;
	width: 890px;
}
.logo{
	width: 253px;
	height: 114px;
	text-align: left;
	float:left;
}
.bodytext{
	clear:both;
	text-align: left;
}
.photobox{
	float: left;
}
.bodytextbox{
	float:left;
	width: 400px;
	margin-left:25px;
	margin-right: 20px;
	height: 403px;
	text-align: left;
}
.bodytextboxscroll{
	float:left;
	overflow: auto;
	scrollbar-face-color: #eca7c2;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #fff;
	width: 405px;
	margin-left:25px;
	margin-right: 20px;
	height: 385px;
	text-align: left;
}
.pink{
	color: #c60070;
}

/*nav*/
.topnav{
	width: 850px;
	padding-right: 30px;
	height:33px;
	text-align: right;
	margin-top:61px;
}
.topnav ul {
	margin:0px;
	padding:0px;
}
.topnav li{
	display: inline;
	list-style-type: none;
	margin-right: 20px;
}
.mainnav{
	font-size: 14px;
	color: #c60070;
	float:left;
	width: 637px;
	text-align: right;
	margin-top: 75px;
}
.mainnav ul {
	margin:0px;
	padding:0px;
}
.mainnav li{
	display: inline;
	list-style-type: none;
	margin-left: 2px;
}
.subnav{
	width: 164px;
	height: 390px;
	padding-top: 13px;
	background-color: #f9e5ee;
	float: left;
	margin-left:8px;
}
.subnavdiv{
	height:19px;
	line-height:19px;
	padding-top:2px;
	padding-bottom:2px;
}
.subnavdiv a{
	background-color: #f9e5ee;
	display: block;
}
.subnavdiv a:hover{
	background-color: #ffffff;
	display: block;
}
.subnavon{
	background-color: #ffffff;
	display: block;
}
table.nextprevious td.next a{
	background-image: url(../../images/next.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-decoration: none;
	height:24px;
	display: block;
}
table.nextprevious td.next a:hover{
	background-image: url(../../images/next.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-decoration: none;
	height:24px;
	display: block;
}
table.nextprevious td.previous a{
	background-image: url(../../images/previous.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	height:24px;
	display: block;
}
table.nextprevious td.previous a:hover{
	background-image: url(../../images/previous.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-decoration: none;
	height:24px;
	display: block;
}

/*footer*/
.footer{
	margin-top: 20px;
	height: 24px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
.footer ul {
	margin:0px;
	padding:0px;
}
.footer li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
.footer a:link{
	color: #fff;
	text-decoration: underline;
}
.footer a:visited{
	color: #fff;
	text-decoration: underline;
}
.footer a:hover{
	color: #fff;
	text-decoration: none;
}
