/* general */
body {
  margin: 39px 0 0 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #6d6c6c;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	scrollbar-face-color:#cdb187;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#e8e8ea;
}	
body#frame{
  margin:0 0 0 0;
}	
body#pe-s{
  margin:15px 0 0 0;
}	
img{
	border:0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
	}
td, p {
	font-size: 11px;
	padding: 0; 
	}

/*misc*/
#main {
	border: 1px #e2e2e2 solid;
	background-image:url(images/mainbg.gif);
	background-repeat:repeat-y;
	height: 351px;
	margin-top: 9px;
}
#main2 {
	border: 1px #e2e2e2 solid;
	height: 385px;
	margin-top: 9px;
}
#pkg {
	border: 1px #e2e2e2 solid;
	height: 378px;
	margin-top: 9px;
	background-color: #f5f5f6;
}
.welcome {
	margin: 22px 30px 0 45px;
	line-height: 15px;
}
.top {
	float:right;
}
#content {
	margin: 18px 10px 0 15px;
	padding: 19px 15px 0 20px;
	background-color:#ffffff;
	text-align: center;
	line-height: 18px;
}
.about {
	margin: 20px 30px 0 10px;
	line-height: 15px;
}
.leftpanel {
	margin: 17px 0 0 22px;
	font-size: 10px;
}
.div-vert {
	background-image: url(images/div-vert.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#pe{
	margin: 20px 20px 0 20px;
	}
#strip{
	background-color:#e8dfd2;
	margin: auto;
	padding: 5px 30px 5px 30px;
	width: 360px;
	text-align: center;
}	


/* links */
a:link {
	color:#a0702a;
	text-decoration: none;
}	
a:visited {
	color:#a0702a;
	text-decoration: none;
}	
a:hover {
	color:#000;
	text-decoration: none;
}	
a:active {
	color:#a0702a;
	text-decoration: none;
}

.sm td {
	font-size: 9px;
	color:#a6a6a6;
}
.sm a:link {
	color:#a6a6a6;
	text-decoration: none;
}	
.sm a:visited {
	color:#a6a6a6;
	text-decoration: none;
}	
.sm a:hover {
	color:#828181;
	text-decoration: none;
}	
.sm a:active {
	color:#a6a6a6;
	text-decoration: none;
}
.note {
	font-size: 9px;
	line-height: 10px;
}

/* nav */
#nav {
	height: 57px;
	font-size: 10px;	
	color:#6d6c6c;	
}
#nav a:link {
	font-size: 10px;
	font-weight: bold;	
	color:#6d6c6c;
	text-decoration: none;
}	
#nav a:visited {
	font-size: 10px;
	font-weight: bold;
	color:#6d6c6c;
	text-decoration: none;
}	
#nav a:hover {
	font-size: 10px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}	
#nav a:active {
	font-size: 10px;
	font-weight: bold;
	color:#6d6c6c;
	text-decoration: none;
}

/* form */
input, select, textarea{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	}
