
/* 3 Colums */


a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
/*	text-decoration: underline; */
}



ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


.contents{
margin:0 auto; padding:0;
width:910px; /* height:355px; */
}
.contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.main-info{
float:left; width:490px;
text-align:center;
}

/*********** #right-col link styles ***********/

#right-col ul a:link, #navBar ul a:visited {display: block;}
#right-col ul {list-style: none; margin: 0; padding: 10px 10px 10px 10px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#right-col li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#right-col{

	float:left;
	width: 20%;
	background-color:#FFFFFF;
	border-right: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid #4a4a4a;
	border-left: 1px solid #4a4a4a;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;

}

/*********** #right-col2 link styles ***********/

#right-col2 ul a:link, #navBar ul a:visited {display: block;}
#right-col2 ul {list-style: none; margin: 0; padding: 10px 10px 10px 10px;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#right-col2{
	float:left;
	width: 20%;
	background-color:#fff200;
	border-right: 1px solid #009cf4;
	border-bottom: 1px solid #009cf4;
	border-top: 1px solid #009cf4;
	border-left: 1px solid #009cf4;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	list-style-type: circle;
	text-decoration: blink;
}
	
#content{
	float: left;
	width: 55%;
	font-size: 12px;
}

#content img{
	float: center;
	padding: 0px 0px 0px 0px;
}

#content h3{
	padding: 0px 0px 10px 10px;
	text-align: left;

}

#left-col{
	float:left;
	width: 20%;
	background-color:#8c8678;
	border-right: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid #4a4a4a;
	border-left: 1px solid #4a4a4a;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	text-align:justify;
}

.feature h3{
	padding: 0px 0px 10px 10px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	text-align:justify;	
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
}
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 0px 0px 0x 0px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/* End of 3 Col */