@charset "UTF-8";


/* layout for page below */

body {
	margin: 0;
	padding:0;
	
	background-color: #000;
	background-image:url(images/01_bg_tile.gif);
	background-repeat:repeat-x;
	text-align: center;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	line-height:16px;
	
		
	}


#container {
	height: 100%;
	width: 750px;
	margin:0 auto;
}


#header {
	text-align: left;
	background-image:url(images/01_bg_tile.gif);
	background-repeat:repeat-x;
}


#left_col {
	width: 450px;
	text-align: left;
	float:left;
	margin-left:50px;
}

#right_col {
	margin-left:20px;
	margin-right:20px;
	float:right;
	vertical-align:top;
	width: 210px;
}


/*#footer {
	background-color: #fff;
	margin-top: 20px;
}
#footer p{
	margin: 0px;
	padding:0px;
}*/


#content {
	background-color: #fff;
}
#top_menu {
	background-image: url(images/05_topmenu_bg.gif);
	background-repeat: no-repeat;
	height:27px;
	width:210px;
	margin-bottom:15px;
	padding-top:5px;
	float:right;
}

#top_menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#top_menu ul li {
	margin-left: 0;
	padding: 3px 5px;
	border-left: 1px solid #d6ebff;
	list-style: none;
	display: inline;
	}
	
		
#top_menu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	
	}
	
#top_menu a:link {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#top_menu a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#top_menu a:hover {
	font-weight:bold;
	color:#d6ebff;
	text-decoration:none;
}
#top_menu a:active {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.quicklink {
	margin-bottom:10px;
	float:right;
	clear:right;
	width:210px;
}

.content_text {
	padding-left:50px;
	padding-right:60px;

}

.makebold{
	font-weight:bold;
}

a:link {
	font-weight:bold;
	color:#6699ff;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:#6699ff;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#6699ff;
	text-decoration:none;
}
a:active {
	font-weight:bold;
	color:#6699ff;
	text-decoration:none;
}

/*main content */
#content-holder {
	background: #ffffff;
	}
.content-header {
	background: url(images/03_whitetop.gif) top no-repeat scroll;
	width: 450px;
	height: 12px;
	}
.content-footer {
	background: url(images/04_whitebot.gif) top no-repeat scroll;
	width: 450px;
	height: 21px;
	}
.content {
	width: 350px;
	padding: 30px 50px 30px 50px;
	}

/* footer */
#footer-holder {
	background: #ffffff;
	margin: 40px 0 25px 0;
	}
.footer-header {
	background: url(images/03_whitetop.gif) top no-repeat scroll;
	width: 450px;
	height: 12px;
	}
.footer-footer {
	background: url(images/04_whitebot.gif) top no-repeat scroll;
	width: 450px;
	height: 21px;
	}
.footer {
	width: 350px;
	padding: 10px 50px 10px 50px;
	}