/* Visual Element Styling */
/* Reference "structural.css" for site layout styling */

body  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	background: url("../images/background.gif") top left repeat-x #b1b3b4;
	line-height: 1.5em;
	}

a {
	cursor: pointer;
	}

a:link, a:visited {
	color: #B81C12;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}

#right a, #right a:link, #right a:visited {
	color: #e2e2e2;
	text-decoration: none;
	}
#right a:hover {
	text-decoration: underline;
	}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
	}

#left {
	font-size: .9em;
	}

#left h2 {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 1em 0;
	font-size: 16px;
	height: 17px;
	color: #333333;
	background: url("../images/h2_back.gif") 0 1px no-repeat;
	}

#left h3 {
	position: relative;
	font-size: 13px;
	font-weight: bold;
	}

.footNote {
	font-size: 10px;
	}

.box p {
	font-size: .82em;
	line-height: 1.25em;
	}
	.box h4 {
		font-size: 18px;
		height: 18px;
		}
		.box[class] h4 {
			height: auto;
			}
	.box h2 {
		font-size: 18px;
		margin-bottom: .5em;
		height: 22px;
		overflow: hidden;
		}
		.box[class] h2 {
			font-size: 22px;
			}
		#home_side .box h2 {
			padding-left: 15px;
			}
	.box h3 {
	font-size: 18px;
	height: 18px;
	padding-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
		}
	
	.standard_sidebar .caption {
		font-size: .85em;
		color: #FFFFFF;
		}
	
#title h1 {
	font-size: 24px;
	height: 24px;
	color: #e7e7e7;
	}

#right .caption {
	background: #6d7478;
	font-size: 11px;
	color: e2e2e2;
	}
	
	#right a.selected, #right a.selected:link, #right a.selected:visited {
		text-decoration: underline;
		}
	#right a.selected:hover {
		color: #ffffff !important;
		}

#footer {
	font-size: 11px;
	color: #CCCCCC;
	}
	#footer a, #footer a:link, #footer a:visited {
		color: #CCCCCC;
		text-decoration: none;
		font-weight: normal;
		}
	#footer a:hover {
		text-decoration: underline;
		}
