/* CSS Document This page contains homepage, links, about, news, visitors pages */

/* Homepage- Start **************************************************************/
#homepage {
	width:700px;
	text-align:center;
}
#homepage img {
	border:1px solid #2d2d2d;
	padding:5px;
}
#homeleft {
	float:left;
	width:400px;
	text-align:left;
	padding-top:10px;
	padding-left:6px;
}
#homeright {
	float:right;
	width:288px;
	text-align:right;
	padding-right:6px;
	padding-top:10px;
	font-size:1.1em;
}
/*Homepage-end *************************************************************************/

/*Start links page ********************************************************************/
#links {
	width:700px;
	float:left;
	padding:20px 0px 20px 0px;
	border-bottom:1px solid #2d2d2d;
}
#linkcol1 {
 	width:250px;
	float:left;
	display:block;
}
#linkcol2 {
	width:250px;
	float:left;
	display:block;
}
#linkcol3 {
	width:200px;
	float:left;
	display:block;
}		
#links ul {
	margin-left:0.0em;
	padding-left:0.0em;
}
#links li {
	list-style-type: none;
	padding-left:0.0em;
	margin-left:0.0em;
	line-height:1.4em;
}
/*End Links page***********************************************************/

/*News - Start NEWS and ABOUT controlled by the same basic structure *****/
#newsleft {
	float:left;
	width:522px;
	margin:20px 40px 20px 0px;
}
#newsleft ul {
	padding-left:0.0px;
	margin-left: 15px;
}
#newsleft li {
	padding-bottom:5px;
	line-height:1.4em;
}
#newsleft h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:1px;
	padding-bottom:7px;
	margin-bottom:0px;
}
.newssection {
	width:100%;
	margin-bottom:20px;
}
.newssection p {
	margin-top:0px;
}
.newssection a:link { 
	color:#ffffff;
	text-decoration:underline;
}
.newssection a:visited { 
	color:#ffffff;
	text-decoration:underline;
}
.newssection a:hover { 
	color:#ffffff;
	text-decoration:none;
}
.newssection a:active { 
	color:#ffffff;
	text-decoration:none;
}
.comment {
	font-size:12px;
	padding-bottom:10px;
}	
#newsright {
	float:left;
	width:180px;
	margin-top:20px;
}
#newsright img {
	margin:0px;
	padding:0px;
	border:1px solid #a1a5a9;
}
#suggestedlinks {
	margin-top:20px;
	border: 1px solid #2d2d2d;
}
#suggestedlinks h4 {
	margin:0px;
	background-color:#2d2d2d;
	padding:5px;
	font-weight:normal;
	text-align:center;
	letter-spacing:1px;
	border-bottom: 1px solid #a1a5a9;
}
#suggestedlinks ul {
	padding: 10px 0px 5px 5px;
	margin:0px;
}
#suggestedlinks li {
	list-style-type:none;
	padding-bottom:5px;
}
/*News - end**********************************************************************************************/


/*about - Start *****************************************************************************************/
.aboutsection {
	width:100%;
	margin-bottom:30px;
}
.aboutsection h4 {
	padding-bottom:5px;
}
.aboutsection p {
	margin-top:0px;
}
.aboutsection a:link { 
	color:#ffffff;
	text-decoration:underline;
}
.aboutsection a:visited { 
	color:#ffffff;
	text-decoration:underline;
}
.aboutsection a:hover { 
	color:#ffffff;
	text-decoration:none;
}
.aboutsection a:active { 
	color:#ffffff;
	text-decoration:none;
}
/*about - end ******************************************************/

/*Visitors - start *************************************************/
#visitors {
	width:100%;
	float:left;
	padding:15px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #2d2d2d;
}
#visitors ul {	
	list-style-type:none;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#visitors ul li {
	line-height:20px;
	font-weight:normal;
}
#visitors ul li ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}
#visitors ul li ul li {
	line-height: 20px;
	font-weight:normal;
}
.visitors1 {
	float:left;
	width:25%;
}
#visitorintro {
	width:100%;
	margin:0px 0px 15px 0px;
	padding:0px;
}
#visitorintro P {
	margin:0px;
	margin:0px;
	}
/* Visitors end *******************************************************/	
/* CSS Document -End **************************************************/