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

body {
	background-color:#444444;
	font-family: "Helvetica", Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
}

hr {
	
	border:none;
	border-bottom:1px solid gray;

}

a {
	text-decoration: none;
	font-weight:bold;
	color:#005BB4;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#005BB4;
}

p {
	font-size: 13px;
	line-height:20px;
	margin-bottom:16px;
}

ul {
	font-size:13px;
	line-height: 20px;
	margin-bottom:15px;
	margin-left:30px;
}

h3 {
	font-size:17px;
	margin-bottom:15px;
	color:#343434;
}

.section {
	font-size:13.5px;
	color:#005BB4;
}

img {
	margin:10px;
}

img.frame {
	border:4px solid lightgray;
}

#header {
	height:206px;
	background-image:url("../images/headerBackground.png");
	background-repeat:repeat-x;
}

#header_holder {
	width:800px;
	margin:auto;
}

#logo {
	/*background-image:url("../images/logo.png");*/
	height:46px;
	width:326px;
	position:relative;
	top:47px;
}

#logo img {
	text-decoration: none;
	border:none;
}

#navigation {
	
	float:right;
	top:60px;
	position:relative;
	
	background-image:url("../images/navigationBackground.png");
	height:38px;
	/*width:376px;*/
	width:276px;
	text-align:center;
}

#navigation a {
	text-decoration: none;
	color:#343434;
	
}

#navigation a:hover {
	text-decoration: underline	
}

#navigation ul {
	margin:0px;
}

#navigation ul li {
	
	line-height:38px;
	padding:3px;
	padding-top:0px;
	padding-bottom:0px;
	
	list-style:none;
	display:inline;
	font-family: "Helvetica", Arial, "MS Trebuchet", sans-serif;
	font-weight:bold;
	font-size:12px;
}

#content {
	background-color:#E9E9E9;
	padding-bottom:10px;
}

#content_holder {
	background-image:url("../images/contentBackground.png");
	background-repeat:no-repeat;
	/*width:817px;*/
	width:777px;
	position:relative;
	top:-50px;
	margin:auto;
	
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;	
}

#content_title {
	border-bottom:1px solid #343434;
	
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:15px;
}

#breadcrumb {
	float:right;
	color:#343434;
	font-weight:bold;
}

#title {
	text-transform: uppercase;
	font-weight:bold;
	font-size:20px;
	color:#343434;
}

#footer {
	height:112px;
/*  	background-image:url("../images/footerBackground.png");*/
	background-image: url("../images/genericShadow.png");
	background-repeat: repeat-x;
	line-height:112px;
	color:white;
	font-size: 13px;
}

#footer a {
	color:rgb(0, 136, 204);
	font-weight:normal;
}

#footer_holder {
	width:800px;
	margin:auto;
}


#sidebar {
	width:200px;
	float:left;
	clear:none;
}

#sidebar h4 {
	text-transform:uppercase;
	color:#343434;
	font-weight:bold;
	font-size:13px;
	
	margin-bottom:5px;
}

#sidebar ul {
	margin-left:25px;
	font-size:13px;
}

#sidebar li {
	list-style-type: square;
	margin-bottom:3px;
}

#right_column {
	margin-left:201px;
}

.left_side_column {
	width:372px;
	float:left;
	clear:none;
}

.right_side_column {
	margin-left:405px;
}

.clear {
	clear:both;
}