﻿body
{
	background-image: url(/images/bgTile.gif);
	background-repeat: repeat;
	background-color: #B2B2B2;
	text-align: center;
	font-family: Arial, Verdana;
	color: #333333;
	font-size: 9pt;
}

#container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
}

#header
{
	height: 266px;
	margin-bottom: 1px;
}

.navBar, .navBarBottom
{
	height: 22px;
	padding-top: 6px;
	padding-left: 7px;
	text-align: center;
	color: #F2FFF4;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	background-color: #004F0A;
}

	.navBarBottom
	{
		text-align: center;
	}

	.navBar a, .navBarBottom a
	{
		color: #F2FFF4;
		text-decoration: none;
	}

#leftNav
{
	width: 185px;
	float: left;
	padding-left: 7px;
	margin: 0px 0px 7px 0px
}

	.navBox
	{
		width: 175px;
		border: solid 1px #BABABA;
		margin: 7px 0px 0px 0px;
		min-height: 200px;
	}
	
		.navBox h1
		{
			background-color: #999999;
			height: 18px;
			color: #FFFFFF;
			text-transform: uppercase;
			font-size: 9pt;
			padding-left: 5px;
			padding-top: 1px;
			margin-bottom: 5px;
			margin-top: 0px;
		}
		
		.navBox ul
		{
			margin: 0px 0px 0px 10px;
			padding: 0px;
		}
		
			.navBox ul li
			{
				list-style-type: none;
				line-height: 22px;
				font-size: 8pt;
				margin: 0px;
				padding: 0px;
			}
			.navBox ul li .inner
			{
				list-style-type: none;
				line-height: 20px;
				font-size: 8pt;
				margin: 0px 0px 0px 5px;
	
			}				
				.navBox ul li a
				{
					text-decoration: underline;
					color: #333333;
				}
				
					.navBox ul li a:hover
					{
						text-decoration: underline;
						color: #000000;
					}
			
#rightBar
{
	width: 182px;
	float: right;
	padding-left: 5px;
	margin: 0px 0px 7px 0px;
}

	.rightnavBox 
	{
		width: 163px;
		height: 148px;
		line-height: 148px;
		margin-left: 5px;
		text-align: center;
		vertical-align: middle;
		border: solid 1px #CCCCCC;
		margin-bottom: 5px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

		.rightnavBox img
		{
			max-width: 161px;
			max-height: 148px;
		}
	
	.caption
	{
		width: 165px;
		margin-left: 5px;
		margin-bottom: 3px;
		line-height: 18px;
		padding-top: 1px;
		background-color: #CCCCCC;
		text-align: center;
		color: #333333;
		font-weight: bold;
	}
	
		.caption a
		{
			color: #333333;
			text-decoration: none;
		}

#content
{
	width: 417px;
	float: left;
	margin: 7px 0px 7px 0px
}

#footer
{
	text-align: center;
	min-height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
}

.comment
{
	border: solid 1px #E4E4E4;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

#commentForm
{
	margin-top: 5px;
	border: solid 1px #E4E4E4;
	padding: 5px;
}

	#commentForm input
	{
		width: 170px !important;
	}
	
		#commentForm textarea
		{
			width: 270px !important;
			font-family: Arial;
		}
	
		#commentForm input[type=submit]
		{
			margin-left: 70px;
			width: 75px !important;
		}
	
	#commentForm select
	{
		width: 200px;
	}
	
	#commentForm .required
	{
	}

#articleSubmitForm input[type=text]
{
	width: 200px;
}

#articleTitle input[type=text]
{
	width: 410px !important;
}

/** standard **/

h1
{
	text-transform: uppercase;
	font-size: 10pt;
}

h2
{
	font-size: 9pt;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 5px;
}

	h1 a
	{
		text-decoration: none;
		color: #333333;
	}

/** end standard **/

/** general css **/

.clear
{
	clear: both;
}

a
{
	color: #000066;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

/** end general css **/

/** Link Form **/

.row
{
	margin-bottom: 6px;
}

	.row label
	{
		width: 120px;
		display: block;
		float: left;
	}

	.row .field input[type=text]
	{
		width: 180px;
	}
	
	.row input[type=submit]
	{
		margin-left: 120px;
		margin-top: 10px;
	}

/** End Link Form **/
