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

html, body, div, h1, h2, h3, h4, h5, h6, h7, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	border: 0;
	font-size: 100%;
	position: top center;
	float: inherit;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #dce0df;
	font-family: Futura, Arial, Helvetica;
	font-style: normal;
	margin-top: 0px;
	background-image: url(../2010/bkgrdpattern1.png);
	background-repeat: repeat;
	z-index: 3;
	background-position: top center;
	font-size: 16px;
}

li	{
	line-height: 15px;
}

/* Header Area Styles */
div#header {
	height: 300px;
	width: 1000px;
	text-align: center;
	position: relative;
	visibility: visible;
	overflow: visible;
	font-size: 22px;
	padding-top: 100px;
	color: #dce0df;
}
div#logo {
	position:absolute;
	left:299px;
	top:130px;
	width:400px;
	height:100px;
	z-index:4;
}
div#subcontent {
	position:absolute;
	top:150px;
	width:150px;
	height:380px;
	visibility: visible;
	overflow: visible;
	z-index:5;
	color: #dce0df;
	padding-left: 40px;
}

div#content {
	position:inherit;
	top:300px;
	width:600px;
	height:50px;
	visibility: visible;
	overflow: visible;
	z-index: 1;
	float: inherit;
	border-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	word-break: 5px;
	word-spacing: 3px;
	color: dce0df;
}
	
	div#subcontent p {
		margin: 0 0 12px 8px;	
	}
	div#subcontent h1 {
		margin: 40px 0 6px 8px;
	}
	div#subcontent h2 {
		margin: 60px 0 6px 8px;
	}
	div#subcontent h3 {
		margin: 0 0 0 8px;
	}
	div#subcontent h3 a {
		border: none;	
	}
	div#subcontent h3 a:hover {
		border-bottom: 1px dotted;	
	}

	

/* Main Area Styles */
div#Main {
	width: 880px;
	height: auto;
	text-align: center;
	background-repeat: repeat;
	background-image: url(../3point/Sidewayz.png);
	z-index: 1;
	visibility: visible;
	overflow: hidden;
	color: #1F2E36;
	position: inherit;
	top: 340px;
	border-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	padding: 10px 10px 25px 10px;
}

/* Footer Area Styles */
div#footer {
	margin: 0;
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	padding-right: 50px;
	width: 600px;
	padding-left: 200px;
}

/* Styles */
a {
	color: #4f879d;
	text-decoration: none;
	border-bottom: 0px dotted;
}
a:link {
	color: #4f879d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4f879d;
}
a:hover {
	text-decoration: none;
	color: #295285;
}
a:active {
	text-decoration: none;
	color: #dce0df;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Futura, Arial, Helvetica;
	color: #4f879d;
}
h1 {
	font-weight: bolder;
	font-size: 22px;
	color: #1F2E36;
	font-style: italic;
}
h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #4f879d;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #1F2E36;
}
h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #1F2E36;
}
h5 {
	font-size: 13px;
	font-weight: normal;
	color: #1F2E36;
}
h6 {
	font-size: x-large;
	font-weight: bold;
}
h7 {
	font-size: small;
	font-weight: bold;
}
