/* CSS Document Life2themax */

html, body, ul, ol, li, p, h1, h2 {
	margin: 0;
	padding:0;
	border: 0;
	font-size: 100%;
}

body {
	color: #666666;
	text-align: left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

body a {
text-decoration:none;
color:#00AEF0;

}

body a:hover {
	text-decoration: underline;
	color:#00AEF0;
	}

 p {
	line-height:20px;
	padding-top:10px;
	font-size:75%;
	}
	
h1 {
	padding-top:20px;
	margin-left:0px;
	color: #EC248D;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color:#999999;
	font: bold 102% Verdana, Arial, Helvetica, sans-serif;
	padding-top:20px;
	padding-bottom:10px;
}

h3 {
	color:#999999;
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height:5px;
}

.largefont {
	color:#999999;
	font: bold 102% Verdana, Arial, Helvetica, sans-serif;
	padding-top:15px;
}

.largebluefont{
	color:#00B0DA;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
}

.largegreyfont{
	color:#666666;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}

.pinkfont{
	color:#EC008B;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
}

.advertisement {
	color:#999999;
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height:5px;
}

ul{
	list-style: square;
	font-size:80%;
	line-height:20px;
	padding-left:10px;
	margin-left:5px;
}


.rightimage {
	float:right;
	margin:0px 0px 0px 0px;
}

.leftimage {
	float:left;
	margin:0px 0px 0px 0px;
	padding-top:10px;
}

.photos p{
	float:right;
	width:350px;
	font-size:75%;
	padding-top:10px;
	line-height:20px;
}


	.clear { clear:both;}
	.small { line-height:10px;}
	.large { line-height:30px;}
	.bold {color:#666666;}
	.divider {}

#wrapper {
	margin:20px auto;
	width: 796px;
	background:#FFFFFF;
	}
	
#banner {
	background: url(../images/banner.jpg) no-repeat;
	height:110px;
}


#navbar_links {
	width:796px;
	height:22px;
	border-bottom: 3px solid #00AEF0;
	padding-top:2px;
	
}

#navbar_links li {
	float:right;
	width:150px;
	margin-left:10px;
	
}

#navbar_links ul {
	list-style-type: none;
	}


/*Breadcrumb*/
#breadcrumb {
	margin-left:135px;
	font-size:75%;
	padding:0px 0px 0px 0px;
	background: url(../images/background_pages.gif);
	list-style:none;
	border-left: 1px solid #CCCCCC;
	}

#breadcrumb li {
	display:inline;
	padding-left:5px;
	}
	
#breadcrumb ul {
	padding-top:5px;
	}
	
#breadcrumb a {
	text-decoration: none;
	color:#00AEF0;
	padding-right: 15px;
	font-weight: normal;
	background-image: url(../images/breadcrumb.gif); 
	background-repeat: no-repeat; 
	background-position: right;
	}
	
#breadcrumb a:hover {
	text-decoration: underline;
	color:#6DD0F6;
	}

#contentarea {
	float:left;
	background-color:#FFFFFF;
	width:796px;
}

#leftcol{
	width:135px;
	float:left;

}

#sublinks {
	width:130px;
	padding-bottom:10px;
	font-size:85%;
	padding-top:10px;
	}
	
	#sublinks ul{
	font-size:80%;
	line-height:20px;
	padding-left:0px;
	margin-left:5px;
	}
	
#sublinks a {
	text-decoration: none;
	color:#666666;
	font-weight: normal;
	}
	
#sublinks a:hover {
	text-decoration: none;
	color:#00AEF0;
	}
	
#sublinks li {
	display:list-item;
	list-style: none;
	padding-top:10px;
	border-bottom: 1px dotted #999999;
	text-align:left;
	padding-right:5px;
	}
	
#middle {
	float:left;
	width:500px;
	padding-left:10px;
	border-left: 1px solid #CCCCCC;
}

#bottom{
	float:left;
	width:498px;
}

#form {
	
	float:left;
	width:450px;
	margin-top:6px;
	font-size:0.7em;
	line-height:20px;
	}
	
#form p {
	font-size:1.0em;
	}


#temp {
	float:left;
	width:600px;
	padding-left:30px;
	padding-top:30px;
}

#rightcol {
	float:right;
	width:130px;
	font-size:95%;
	padding-top:3px;
}

/*Footer*/

#footer {
	width:790px;
	clear:both;
	height:30px;
	background: #FFFFFF;
}


#footerlinks {
	margin-top: 2px;
	float:right;
	width:796px;
	border-top: 3px solid #00AEF0;
	text-align:right;	
}

#footerlinks a{
	color:#666666;
	padding-left:10px;
	text-decoration:none;
	font-size:75%;	
}

#footerlinks a:hover {
	text-decoration: none;
	color:#00AEF0;
}
	
	#footerlinks li {
	display:inline;	
}
	
	.copyright {
	padding-left:2px;
	font-size:70%;
	float:left;
	padding-top:5px;
}