@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;}

body, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

body {
	background: #f9fdfe;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #392d7f;
	font-size: 16px;
}

h1 {
	font-size: 46px;
	color: #a3dbe7;
	font-weight: normal;
}

h2 {
	font-size: 26px;
	color: #a3dbe7;
	font-weight: normal;
}


a:link {
	color: #392d7f;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #392d7f;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #392d7f;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #392d7f;
	text-decoration: underline;
	font-weight: bold;
}


.outer {
	width: 950px;
		margin-left: auto;
	margin-right: auto;
	overflow: hidden;

	
}

.rounded {
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #dff2f6;
	background-color: #fff;
	margin-top: -10px;
}

.pad {
	padding: 20px;
	vertical-align: top;
}

.nav {
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #fff;
	background-color: #dff2f6;
	width: 280px;

}

.right {
	padding: 20px 20px 20px 0;
	vertical-align: top;
}

.left { 
	width: 350px;
	margin: 20px;
}

.nav td {
	padding-bottom: 10px;
		padding-top: 10px;

}

.hover td {
		padding-left: 10px;
}

.hover td:hover{
	background: url(images/circle.png) no-repeat left center;
}

.dash {
	border-bottom: 2px dotted #f9fdfe;
}

.content {			
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #dff2f6;
	background-color: #f9fdfe;
	width: 605px;
}

.bottom {
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #dff2f6;
	background-color: #fff;
	margin-top: 20px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;

}
.pic {
	margin-top: 20px;
}

