body {
	margin : 0;
	padding: 0;
	background-color: white;
}

/*header-------------------------------------------------*/
header {
	margin : 0;
	padding: 0;
	width: 800px;
	height: 250px;
	background-color: #ffffff;
}

/*navigation-------------------------------------------------*/
nav {
	margin : 0;
	padding: 0;
	width: 800px;
	height: 20px;
	background-color: #7cb4ff;
}
nav ul {
	margin:0px;
	padding:0px;
	background-color:#7cb4ff;
	list-style-type:none;
}
nav li {
	float:left;
	width: 111px;
	height:20px;
	list-style: none;
	text-align: center;
	background-color:#7cb4ff;
}
nav li a {
	display:block;
	height:100%;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
nav li a:hover {
	display:block;
	height:100%;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	background-color:#c2f5d2;
}


/*article-------------------------------------------------*/
article {
	margin : 0;
	padding: 0;
	width: 800px;
	height: 600px;
	background-color: #304738;
	font-size: 80%;
	color: white;
	float: center;
}
article h1 {
	font-size: 12pt;
}



/*section-------------------------------------------------*/
section#main {
	margin : 0;
	padding: 0;
	width: 800px;
	
	background-color: #ffffff;
	float: center;
}


/*aside-------------------------------------------------*/
aside {
	margin : 0;
	padding: 0;
	width: 200px;
	
	background-color: #eeeeee;
	float: left;
}



/*footer-------------------------------------------------*/
footer {
	clear: both;
	margin : 0;
	padding: 0;
	width: 800px;
	height: 24px;
	background-color: #b5ccdb;
}
footer p {
	padding-right: 20px;
	text-align: right;
	font-size: 9pt;
}











/*title-------------------------------------------------*/

/*title heading*/
/*text color dark blue*/
span.title {
font-family:sans-serif;
font-size: 20px; 
color: #0a25ca;
}


/*article left-------------------------------------------------*/

/*heading 1*/
/*text color dark blue*/
span.heading_1 {
font-family:serif;
font-size: 24px; 
color: #0a25ca;
}

/*heading 2*/
/*text color gray*/
span.heading_2 {
font-family:serif;
font-size: 14px; 
color: #727272;
}

/*URL text*/
/*text color blue*/
span.url_text {
font-family:sans-serif;
font-size: 20px; 
color: #0000ff;
}

/*article text*/
/*text color gray*/
span.article_text {
font-family:sans-serif;
font-size: 16px; 
color: #727272;
}

/*warning text*/
/*text color red*/
span.warning_text {
font-family:sans-serif;
font-size: 16px; 
color: #ff0000;
}


/*colors-------------------------------------------------*/
/*text_blue*/
span.text_blue {
color: #0000ff;
}
/*text_pink*/
span.text_pink {
color: #ff76ad;
}
/*text_green*/
span.text_green {
color: #1faf29;
}

/*text_bold*/
span.text_bold {
font-weight: bold;
}



/*profile-------------------------------------------------*/

/*lottery*/
/*text color gray*/
span.lottery {
font-family:sans-serif;
font-size: 18px;
font-weight: bold;
color: #727272;
}

/*profile*/
/*text color gray*/
span.profile {
font-family:sans-serif;
font-size: 12px; 
color: #727272;
}






/*hidden_profile*/
span.hidden_profile {
font-family:sans-serif;
font-size: 12px; 
color: #001365;
}

/*copyright-------------------------------------------------*/

/*copyright*/
span.copyright {
font-family:serif;
font-size: 18px; 
color: #000000;
}