body
{
	background-color: #617082;
	font-family: Verdana, Geneva, Helvetica;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}

	body .contentMini
	{
		background-color: #7589A0;
		color: #FFFFFF;
		padding: 10;
		text-align: left;
		height: 380px;
	}

	body .content
	{
		width: 1026px;
		margin-bottom: 20px;
	}

		body .content .leftNav
		{
			float: left;
			width: 300px;
			padding-top: 10px;
		}
		
		body .content .contentMain
		{
			background-image: url("header.jpg") ;
			background-repeat: no-repeat;
			background-position: top center;
			background-color: #617082;
			margin-left: 301px;
			margin-right: 215px;
			margin-bottom: 20px;
			padding-top: 70px;
			color: #FFFFFF;
		}
			
			body .content .contentMain a.headerLink
			{
				font-weight: bold;
				font-style: italic;
				color: #FFFFFF;
				text-decoration: none;
			}

			body .content .contentMain a.headerLink:hover { color: #FFFFFF; text-decoration: underline; }
			body .content .contentMain a.headerLink:visited { color: #FFFFFF; }
			body .content .contentMain a.headerLink:active { color: #FFFFFF; }
			
			body .content .contentMain .mainContents
			{
				float: left; 
				margin-top: 10px;
			}
				
				body .content .contentMain .mainContents a
				{
					color: #FFFFFF;
					font-weight: bold;
					text-decoration: none;
				}
				
				body .content .contentMain .mainContents a:hover { color: #FFFFFF; text-decoration : underline; }
				body .content .contentMain .mainContents a:visited { color: #FFFFFF; }	
				body .content .contentMain .mainContents a:active { color: #FFFFFF; }

				body .content .contentMain .mainContents img
				{
					border: 0;
					overflow: hidden;
				}
				
				body .content .contentMain .mainContents .moduleContent 
				{
					border: 1px solid #FFFFFF;
					background-color: #7589A0;
					color: #FFFFFF;
					text-align: left;
					overflow: hidden;
					margin-bottom: 10px;
					width: 508px;
				}
					body .content .contentMain .mainContents .moduleContent .moduleContentHeader 
					{
						width: 376px;
						margin-top: 10px;
						margin-right: 20px;
						margin-bottom: 5px;
						border-bottom: 1px solid #FFFFFF;
						float: right;
					}
					
					body .content .contentMain .mainContents .moduleContent .moduleContentHeader .moduleContentHeaderText
					{
						font-size: 15px;
						font-weight: bold;
					}

						body .content .contentMain .mainContents .moduleContent .moduleContentHeader .moduleContentHeaderText a { color: #FFFFFF; text-decoration : none; }
						body .content .contentMain .mainContents .moduleContent .moduleContentHeader .moduleContentHeaderText a:hover { color: #FFFFFF; text-decoration : none; }
						body .content .contentMain .mainContents .moduleContent .moduleContentHeader .moduleContentHeaderText a:visited { color: #FFFFFF; text-decoration : none; }	
						body .content .contentMain .mainContents .moduleContent .moduleContentHeader .moduleContentHeaderText a:active { color: #FFFFFF; text-decoration : none; }
						
						body .content .contentMain .mainContents .moduleContent .moduleContentHeader .moduleContentHeaderSub
						{
							padding-top: 5px;
							padding-bottom: 2px;
							font-size: 10px;
							font-style: italic;
							font-weight: bold;
						}
					
					body .content .contentMain .mainContents .moduleContent .moduleContentAvatar 
					{
						float: left;
						width: 110px;
					}
					
					body .content .contentMain .mainContents .moduleContent .moduleContentText 
					{
						padding: 5px;
						text-align: justify;
					}
					
					body .content .contentMain .mainContents .moduleContent .commentLinks
					{
						text-align: center;
					}
					
					body .content .contentMain .mainContents .moduleContent .moduleContentText .blogReadMoreLink
					{
						text-align: center;
					}
		
		body .content .rightNav
		{
			float: right;
			width: 214px;
			padding-top: 10px;
		}

.sideNavBox
{
	border: 1px solid #FFFFFF;
	background-color: #7589A0;
	color: #FFFFFF;
	margin: 12px;
	padding: 5px;
	overflow: hidden;
}

form
{
	margin: 0;
	padding: 0;
}
	
	.sideNavBox div.form
	{
		padding: 5px 0 5px 0;
	}

	.sideNavBox div.form input
	{
		width: 80px;
	}

	.sideNavBox div.form dl
	{
		margin: 0;
		padding: 0;
		width: 180px;
		height: 20px;
	}

		.sideNavBox div.form dl dt
		{
			margin: 0;
			padding: 0 10px 0 0;
			float: left;
			text-align: right;
			width: 80px;
		}
		
		.sideNavBox div.form dl dd
		{
			margin: 0;
			padding: 0;
			float: left;
		}



	.moduleContent a
	{
		color: #FFFFFF;
	}
	
	.moduleContent a:hover { color: #FFFFFF; text-decoration : underline; }
	.moduleContent a:visited { color: #FFFFFF; }	
	.moduleContent a:active { color: #FFFFFF; }

	.moduleContent img
	{
		border: 0;
		overflow: hidden;
	}

.moduleTextSmall
{
	font-size: 9px;
}

.sideNavBox a
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration : none;
}

.sideNavBox a:hover
{
	text-decoration : underline;
}

.moduleTextSmall b
{
	font-weight: bold;
	font-size: 10px;
}

.button, input, select
{
	font-size: x-small;
	border: solid 1px Black;
	background-color: #FFFFFF;
}

input:focus, select:focus {
	background-color: #E4ECBD;
}

textarea
{
	font-size: small;
	border: solid 1px Black;
	background-color: #FFFFFF;
}

textarea:focus {
	background-color: #E4ECBD;
}

div.links dl
{
	text-align: left;
	margin: 0 0 8px 0;
	padding: 0;
}

	div.links dl dt
	{
	}
	
	div.links dl dd
	{
		margin-left: 10px;
	}
	
	div.links dl dd p
	{
		font-style: italic;
		margin: 4px 0 0 0;
	}
	
.sideNavBox .contributors
{
	font-size: 10px;
	text-align: left;
}

	.sideNavBox .contributors .contributor 
	{
		clear: both;
	}
	
		.sideNavBox .contributors .contributor .sideBarAvatar
		{
			float: left;	
			padding-bottom: 8px;
		}
	
		.sideNavBox .contributors .contributor .contributorText
		{
			font-size: 9px;
			text-align: left;
			margin-left: 85px;
			margin-top: -10px;
			width: 94px;		
		}

.highlight {
	color: #000000;
	background-color: #FFFF00;
}