* { margin: 0; padding: 0; outline: none; }
a:focus, a:active { outline: 0; -moz-outline: none;}
ul {
	margin: 3px 35px;
	line-height: 1.3em;
	list-style-type: square;
}

ol { float: left; width: 700px; position: relative; left: -45px; }
ol li { margin-left: 100px; padding: 0; }

img {
	border: 0;
}

html {
	color: #000000;
	background-color: #FFF;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}

body {
	font-size: 15px;
	color: #44bde5;
	background: #FFF;
	height: auto;
	height: 100%;
	text-align: center;
}

/* SECTIONS */

#wrapper {
	position: relative;
	background: FFF;
	min-height: 100%;
	height: 100%;
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width: 800px;
	height: 225px;
	line-height: 1.6em;
	background:url('img/top.png') #FFF no-repeat top center;
}

#links {
	position: relative;
	background: #FFF;	
	text-align: center;
	font-size: 18px;
	color: #FFF;
	width: 800px;
	height: 40px;
}

#content {
	float: left;
	padding: 5px;
	margin: 0px;
	background: #FFF;
	width: 515px; 
}

#content-mar {
	float: left;
	padding: 10px;
	margin-left: 50px;
	background: #FFF;
	width: 675px;
}
	
#content2 {
	float: left;
	padding: 3px;
	margin-top: 0px;
	background: #FFF;
	border-left: 1px solid #e780dc;
	width: 245px; 
}
#content_caddy {
	float: left;
	padding: 5px;
	margin-top: 5px;
	background: #FFF;
	width: 250px; 
}

#footer {
	float: left;
	padding: 0px;
	margin: 0px;
	background: #FFF;
	width:800px; 
	border-top: 2px solid #5A9FBE;
	text-align: center;
}

/* FONT COLORS */

a:active, a:link, a:visited { color: #145ab1; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

a.links:active, a.links:link, a.links:visited { font-size: 16px; color: #FFF; text-decoration: none; }
a.links:hover { font-size: 16px; color: #000; text-decoration: none; }

a.foot:active, a.foot:link, a.foot:visited { font-size: 12px; color: #000; text-decoration: none; }
a.foot:hover { font-size: 12px; color: #145ab1; text-decoration: none; }

.emb { font-size: 22px; color: #666; }
.H1 { font-size: 26px; color: #C77CC8; }
.H15 { font-size: 22px; color: #C77CC8; }
.H2 { font-size: 16px; color: #e780dc; }
.H3 { font-size: 14px; color: #e780dc; }
.red { font-size: 13px; color: #C77CC8; }
.red2 { font-size: 13px; color: red; }
.red3 { font-size: 12px; color: red; }
.blue { font-size: 13px; color: #145ab1; }
.black { font-size: 13px; color: #000; }
.green { font-size: 13px; color: green; }

/* BLANKET */

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

.solid {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	
}