
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #99ccff url(images/background.jpg) top repeat-x;
}

a:link, a:visited { color: #f8d459; text-decoration: underline; font-weight: bold; } 
a:active, a:hover { color: #f8d459; text-decoration: none; }

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	color: #f8d459;
	font-weight: bold;
	line-height:1.5em;
	border-bottom: #f8d459 groove;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f8d459;
}

h3 {
	padding: 0;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

img {
	border:none;
}

/*ul {
	margin: -10px;
	list-style: disc;
}

ul li { 
	font-size:13px;
	height: 18px;
	padding: 5px 0 0 0px;
}*/

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_60 { margin-right: 60px; }

.h_divider { background: url(images/templatemo_horizontal_divider.jpg) bottom repeat-x; }
.vl_divider { background: url(images/templatemo_vertical_divider.jpg) left repeat-y; }
.vr_divider { background: url(images/templatemo_vertical_divider.jpg) right repeat-y; }

.fl { float: left; }
.fr { float: right }

.flimage { float: left; 
	padding: 0px 10px 0px 5px;
}

.frimage { float: right;
	padding: 0px 5px 0px 15px;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/templatemo_container_bg.png) repeat-y;
}

#banner {
	width: 960px;
	height: 175px;
	margin: 0 auto;
    /*background: url(images/header.jpg) no-repeat;*/
}


/* Menu */

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	height:42px;
	margin: 0 auto;
	padding-top:1px;
	background: url(images/templatemo_menu_bg.jpg) repeat-x;
}

#menu ul{	
	list-style: none;
}

#menu li
{
	padding:0 54px 0 2px;
	display: inline;
	list-style-type: none;
}

#menu a:link, #menu a:visited
{
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
}

#menu a:link#current, #menu a:visited#current, #menu a:hover
{
	border-bottom: 2px solid #f8d459;
	padding-bottom: 1px;
	color:#f8d459;
}

/* leftside */

#leftsidebullets li
{
	margin:0px 0px 0px -15px;
	padding:5px 0px 0 0px;
	display:block;
}

/* content */

#templatemo_content {
	padding: 0 20px;
}

.column_w210 {
	padding: 0 20px;
	margin-top: 40px;	
	width: 185px; /* width 205 */
}

.column_w430 {
	padding: 0 20px;
	margin-top: 40px;	
	width: 430px; /* width 470 */
}

.column_w640 {
	padding: 0 20px;
	margin-top: 40px;	
	width: 640px; /* width 640 */
}

.column_w920 {
	width: 880px;
	padding: 0 20px;
}

.column_w190 {
	width: 160px;
}

.column_w430 p {
	text-align: justify;
	margin-bottom: 15px;
}

.textstyle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

#contentbullets li{
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	
}

.q {
	padding: 0;
	font-size: 12px;
	color: #f8d459;
	font-weight: bold;
}

.a {
	padding: 1px 0 19px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


	
/* end of content */

/* footer */

#footer {
	clear: both;
	width: 960px;
	padding: 20px 0 20px 0;
	text-align: center;
	border-top: 1px solid #8b8a8b;
	background: #343233;
}

.footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #cccccc;
}

.footer_list li a {
	color: #cccccc;
	text-decoration: none;
}

.footer_list li a:hover {
	color: #fcdd31;
}

.footer_list .last {
	border-right: none;
}

/* end of footer */