
body {
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	font-family: Verdana, Arial, san-serif;
	font-size: 100%;
	color: #282f2c;
	background: #ffffff;
}

a:link, a:visited { color: #0099CC; text-decoration:none;} 
a:active, a:hover { color: #006699; text-decoration: underline;}

p { margin: 8; padding: 0; text-align: justify; font-size:1.25em;}

ul
{
    list-style-type: none;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.cleaner_with_height10 {
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.cleaner_with_height30 {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;
}

/* wrap the entire body section in container */
#template_container{
	//width: 960px;
/*	background: url(images/template_main_bg.gif) repeat-y; */
	margin: 0 auto;
	padding: 0px 10px;
}
#template_header h3{
	font-size: 12px;
    /*font-style:italic;*/
    text-align: left;
    
/*	width: 960px;
	height: 500px;
	background: url(images/page1_header.png) top center no-repeat;
*/
}
#template_header h4{
	font-size: 12px;
    font-style:italic;
    text-align: left;
    
/*	width: 960px;
	height: 500px;
	background: url(images/page1_header.png) top center no-repeat;
*/
}
#template_header h9{
	font-size: 12px;
    /*font-style:italic;*/
    text-align: center;
    
/*	width: 960px;
	height: 500px;
	background: url(images/page1_header.png) top center no-repeat;
*/
}
#template_header {
	font-size: 12px;
    text-align: center;
/*	width: 960px;
	height: 500px;
	background: url(images/page1_header.png) top center no-repeat;
*/
}

/* menu */
#template_menu {
	clear: both;
	width: 960px;
	height: 50px;
}

#template_menu ul {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}

#template_menu ul li{
	text-align: center;
	display: inline;
}

#template_menu ul li a{
	padding: 5px 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #4979af;
	border-right: 1px solid #d5d5d5;	
}

#template_menu li a:hover, #template_menu li .current{
	color: #1d2f53;
}

#template_menu li .last{
	border-right: none;
}

#template_menu li .current_last{
	color: #1d2f53;
   	border-right: none;
}

/* end of menu */

/* content */
#template_content {
    clear: both;
	width: 960px;
	height: 100%;
	font-size: 12px;
}

#template_content #template_left {
	float: left;
	width: 280px;
	margin-top: 20px;
	margin-left: 30px;
	padding: 0;
}

#template_content #template_right {
	float: right;
	width: 570px;
	margin-top: 30px;
	margin-right: 30px;
	padding: 0px 0px;
}

#template_content #template_subpage_right {
	float: left;
	margin-top: 30px;
	margin-right: 10px;
	padding: 0px 0px;
}

/* left column */

#template_left #template_news_section {
	clear: both;
	width: 280px;
}

#template_news_section h1 {
    font-size: 22px;
	height: 30px; /* + 20 for padding top */
	padding: 20px 0 0 5px;
	margin-top: 30px;
	//background: url(images/template_news_title_bg.gif) bottom left no-repeat;
}

#template_news_section .template_news_box {
	margin: 0 15px 30px 15px;
}
.template_news_box h2 {
	padding: 0px;
	margin: 0 0 4px 0;
	font-size: 14px;
	color: #0099CC;
}

.template_news_box h3 {
	padding: 0px;
	margin: 0 0 2px 0;
	font-size: 12px;
	color: #ff6666;
}

#template_left .left_col_section {
	padding: 0px;
	margin-bottom: 30px;
}

/* end of left column */

#template_right .right_col_section {
	margin-bottom: 30px;
	padding: 0px;
}

#template_subpage_right .right_col_section {
	margin-bottom: 30px;
	padding: 30px;
    width: 100%
}

.right_col_section h1 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 22px;
	font-weight: bold;
	color: #777777;
}

.right_col_section h2 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #777777;
}

.right_col_section h3 {
	font-size: 12px;
	font-weight: bold;
   	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #777777;
}

.right_col_section img {
	float: left;
	margin: 3px 15px 0 0;
	border: 4px solid #e4e4e4;
}

.right_col_section p{
	margin-bottom: 15px;
}

.right_col_section ul {
	margin: 15px 0;
	padding: 0 0 0 30px;
}

.right_col_section ul li {
	margin-bottom: 5px;
}

.right_col_section #welcome_title {
	height: 38px;
	background: url(images/welcome.gif) top left no-repeat;
	margin-bottom: 20px;
}

.right_col_section .right_cleaner_with_10px {
	float: left;
	display: block;
	width: 10px;
	height: 100%;
	font-size: 1px;
}

.right_col_section .right_cleaner_with_30px {
	float: left;
	display: block;
	width: 10px;
	height:30px;
	font-size: 1px;
}
/* end of right column


/* end of content */

/* footer */

#template_footer{
	clear: both;
	width: 960px;
	text-align: center;
	padding: 10px 0;
	
	border-top: 5px solid #dadada;
}