/* CSS Document */
*{
	margin:0; 
	padding:0;
}
body{
	margin:0px;
	padding:10px 0px 0px 0px;
}
html{
	overflow-y: scroll;
}
.main{
	margin:0 auto;
	width:770px;
	height:auto;
}
.clear{
	clear:both; margin:0px; padding:0px;
}
h0{
	font-family:comic sans MS, new york, times;
	color:#FFFFFF;
	font-size:48px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	}

h1{
	font-family:comic sans MS, new york, times;
	color:#1C86EE;
	font-size:17px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	}
p{
	font-family:comic sans MS, new york, times;
	color:#151515;
	font-size:17px;
	font-weight:normal;
	line-height:18px;
	padding:0px 0px 0px 0px;
	}

/*
---------------------------------------------
03. HEADER
---------------------------------------------
*/
.bg-header{
	background-image:url(../images/bg-header.gif);
	background-repeat:repeat-y;
	}

/*
---------------------------------------------
03. NAVIGATION
---------------------------------------------
*/


/*-------------------Navigation-Left--------*/
#navlist {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
#navlist li
{
	background-color:#FF0080;
	width:174px;
	border-bottom:3px solid #EAFFA8;
	padding:5px 0;
}
#navlist li a
{
	font-family:comic sans MS, new york, times;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 10px;
}
#navlist li a:hover
{
	font-family:comic sans MS, new york, times;
	color:#1C86EE;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 10px;
}
/*-------------------Navigation-Right--------*/


/*
---------------------------------------------
05. CONTENT
---------------------------------------------
*/
.mailto{
	font-family:Arial, Helvetica, sans-serif;
	color:#151515;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	}
.mailto:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#151515;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	}

/*
---------------------------------------------
FOOTER
---------------------------------------------
*/
.footer-line{
	background-image:url(../images/blue.gif);
	background-repeat:repeat-x;
	}
p.footer {
	font-family:comic sans MS, new york, times;
	font-size:10px;
	text-decoration:none;
	text-transform:none;
	color:#717171;
	font-weight:normal;
	text-align:right;
}