html { height:100%; }
body {
	font-family:verdana,tahoma,arial;
	font-size:12px;
	background:url('/images/body_background.png') repeat-x top left #EEE6E6;
	padding:0px;
	margin:0px;
}

a, a:active, a:visited {
	text-decoration:none;
	color:#5F1212;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

.required {
	color:red;
}

#window {
	width:1002px;
	margin:0 auto;
}

#pageLeft {
	float:left;
	width:100px;
	height:100px;
	background:url('/images/header_border_left.png') no-repeat top right;
	margin-bottom:25px;
}
#pageRight {
	float:left;
	width:100px;
	height:100px;
	background:url('/images/header_border_right.png') no-repeat top right;
	margin-bottom:25px;
}

#page {
	margin-bottom:25px;
	width:802px;
	padding:0px;
	float:left;
}

	#page #header {
		height:126px;
		width:782px;
		color:#FFFFFF;
		padding:0px 10px 0px 10px;
	}
		#page #header #left {
			float:left;
			width:50%;
			height:100px;
		}
			#page #header #left img {
				margin:10px 0px 0px 4px;
			}
		#page #header #right {
			width:50%;
			float:right;
			text-align:right;
			font-size:12px;
		}
			#page #header #right a, #page #header #right a:active, #page #header #right a:visited {
				text-decoration:none;
				color:#FFFFFF;
				font-size:12px;
			}
			#page #header #right img.free_tools {
				float:left;
				margin-left:55px;
			}
	#page #navigation {
		height:39px;
		margin:0px;
	}
		#page #navigation table {
			height:38px;
		}
			#page #navigation table td {
				text-align:center;
			}
				#page #navigation table td a, #page #navigation table td a:active, #page #navigation table td a:visited {
					font-size:14px;
					color:#AA4949;
				}
			#page #navigation table td.focus {
				text-align:center;
				background:url('/images/navigation_focus_background.png') repeat-x top left;
				border-width:0px 1px 0px 1px;
				border-color:#AA4949;
				border-style:solid;
			}
				#page #navigation table td.focus a, #page #navigation table td.focus a:active, #page #navigation table td.focus a:visited {
					font-size:14px;
					color:#FFFFFF;
				}
	#page #body {
		background:url('/images/content_background.png') repeat-y top center #FFFFFF;
	}
		#page #body #content {
			padding:5px;
		}
		#page #body #left {
			width:546px;
			height:550px;
			margin-left:1px;
			float:left;
			background:url('/images/gradient_p2w_b2t.png') repeat-x bottom left #FFFFFF;
		}
			#page #body #left #top {
				height:262px;
				background:url('/images/gradient_g2w_l2r.png') repeat-y top left #FFFFFF;
				border-bottom:1px solid #CCCCCC;
				text-align:justify;
				padding-right:10px;
			}
				#page #body #left #top img {
					float:left;
					margin:10px;
				}
				#page #body #left #top p {
					padding-top:15px;
				}
			#page #body #left #tag_cloud {
				position:relative;
				color:#AA4949;
			}
				#page #body #left #bottom img.mission-critical {
					float:left;
					margin:10px;
				}			
				#page #body #left #bottom img.woman {
					float:right;
				}			
		#page #body #right {
			width:254px;
			margin-right:1px;
			float:right;
			background:#DFDFDF;
		}
			#page #body #right table {
				height:550px;
			}
				#page #body #right table td {
					text-align:right;
					background-color:#DFDFDF;
					padding:3px 5px 3px 3px;
				}
					#page #body #right table td ul {
						list-style:none;
						margin:0px;
						padding:0px;
					}
				#page #body #right table td.toolbox-section-header {
					padding:3px;
					background-color:#AA4949;
					text-align:center;
				}
				#page #body #right table td.section-header {
					padding:3px 3px 3px 5px;
					background-color:#EFEFEF;
					text-align:left;
					font-weight:bold;
				}
					#page #body #right table td.section-header img {
						vertical-align:middle;
					}
	#page #footer {
		border-top:1px solid #000000;
		text-align:center;
		font-size:10px;
		padding:20px 0px 20px 0px;
		background:url('/images/body_bottom.png') no-repeat bottom center;
	}