/* ---------- Body Attributes ---------- */

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #404040;
	background: #dfdbd3 url(../images/background.gif) repeat top center;
	margin: 0;
	height: 100%;
}

html{
	height: 100%;
}

/* ---------- Div Attributes ---------- */

#logo{
	position: absolute;
	top: 35px;
	left: 10px;
}

#container{
	position: relative;
	width: 760px;
}

	#leftColumn{
		position: relative;
		float: left;
		width: 130px;
		margin: 130px 5px 5px 10px;
		padding: 5px;
		border: 1px solid #C7D4D5;
		font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #757779;
		background: #E0E9EF;
	}
	
		.leftMenuItems{
			list-style: none;
			margin-left: 0;
			padding-left: 0;
		}
		
			.leftMenuItems li a{
				font-weight: bold;
				text-decoration: none;
			}
			
			.leftMenuItems li a:hover{
				font-weight: bold;
				text-decoration: underline;
			}
		
			.leftSubmenuItems{
				list-style: none;
				margin-left: 0;
				padding-left: 15px;
				font-size: 11px;
			}
			
				.leftSubmenuItems li a{
					font-weight: normal;
					text-decoration: none;
				}
				
				.leftSubmenuItems li a:hover{
					font-weight: normal;
					text-decoration: underline;
				}
	
	#rightColumn{
		position: relative;
		float: right;
		width: 590px;
		font-size: 10px;
	}
	
		#adContainer{
			position: relative;
			margin: 20px auto;
			width: 468px;
			height: 60px;
			border: 1px solid #afaba3;
		}
		
			#MicrositeAd{
				
			}
			
		#breadcrumb{
			position: relative;
			padding-left: 10px;
			height: 10px;
			color: #757779;
			font-weight: bold;
		}
		
			#breadcrumb a{
				color: #C21A20;
				text-decoration: none;
			}
			
				#breadcrumb a:hover{
					color: #afaba3;
					text-decoration: underline;
				}
	
		#rightColumnContent{
			position: relative;
			background: #E0E9EF;
			width: 560px;
			min-height: 450px;
			margin-top: 10px;
			padding: 10px;
			color: #333333;
			border: 1px solid #C7D4D5;
			font-size: 13px;
		}
		
			* html #rightColumnContent{
				height: 450px;
			}
		
			#rightColumnContent a{
				text-decoration: none;
			}
			
			#rightColumnContent a:hover{
				text-decoration: underline;
			}

		#footer{
			position: relative;
			width: 735px;
			padding: 20px 0 5px 10px;
			font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
			color: #757779;
			line-height: normal;
			clear: both;
		}
		
			#footer p{
				margin: 0;
			}

/* ---------- Common Styles ---------- */

img{
	border: none;
	behavior: url(assets_unmanaged/SewOn/css/iepngfix.htc);
}

p{
	margin: 0 0 15px 0;
}

hr{
	width: 100%;
	height: 1px;
	background: #247825;
	color: #247825;
	border: none;
}

.leftImage{
	float: left;
	margin: 0 10px 0 0;
	display: block;
}

.centerImage{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.rightImage{
	float: right;
	margin: 0 0 0 10px;
	display: block;
}

.ad{
	border: 1px solid #afaba3;
	clear: right;
}

.centerText{
	text-align: center;
}

.rightText{
	text-align: right;
}

.clear{
	clear: both;
}

/* ---------- Text Styles ---------- */

h1{
	font: 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #247825;
	margin: 5px 0;
}

h2{
	font: 15px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #247825;
	margin: 10px 0 0 0;
}

h3{
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	margin: 0;
}

.boldText{
	font-weight: bold;
}

/* ---------- Link Attributes ---------- */

a{
text-decoration: none;
color: #C21A20;
}

a:link{
text-decoration: none;
color: #C21A20;
}

a:visited{
text-decoration: none;
color: #C21A20;
}

a:active{
text-decoration: underline;
color: #C21A20;
}

a:hover{
text-decoration: underline;
color: #C21A20;
}
