* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
	background-image: url(../../../images/bg.gif);
	background-repeat: repeat-x;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}

a {
	color: #A71F1F;
}
a:hover {
	color: #ffc600;
}
td {
	vertical-align: top;
}

#layout {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#masthead {
	height: 150px;
	background-color: #a71f1f;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

#masthead a{
    border-width:0px;	
}

#navigation {
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	color: #404040;
	background-color: #a71f1f;
	height: 50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#navigation  a.selected  {
	color: #FFFFFF;
}

#navigation a {
	color: #face00;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
#navigation a:hover {
	color: #FFF;
}
/* Left Column Items */
#left_column {
	font-size: 13px;
	color: #FFF;
	background-color: #111111;
	text-align: left;
}
#left_column  .left_content {
	font-size: 13px;
	color: #FFF;
	background-color: #111111;
	padding: 25px;
}
#left_column h2 {
	font-size: 17px;
	color: #FFF;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#left_column h3 {
	font-size: 14px;
	margin-bottom: 4px;
}
#left_column ul {
	margin-bottom: 16px;
	list-style-type: none;
}
#left_column li {
	background-image: url(../images/generic_bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 13px;
	margin-bottom: 3px;
}

#left_column a {
	font-size: 13pt;
}

/* Right Column Items */
#right_column {
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}
#right_column .home_content  {
	padding-top: 37px;
	padding-right: 2px;
	padding-left: 42px;
	margin-bottom: 40px;
}


#right_column h1 {
	font-size: 26px;
	color: #000000;
	margin-bottom: 24px;
	font-weight: normal;
}

#right_column h2 {
	font-size: 16px;
	margin-bottom: 16px;
}
#right_column h3 {
	font-size: 14px;
	margin-bottom: 4px;
}




/* Footer styles */
#footer {
	font-size: 11px;
	color: #949494;
	text-align: center;
	padding-top: 12px;
}
#footer a {
	color: #3b3b3b;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h3 {
	font-size: 13px;
	margin-bottom: 8px;
}
#left_column ul.subnav{
	list-style-type: none;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
}
#left_column ul.subnav li{
	list-style-type: none;
	margin-bottom: 0px;
	display: block;
	background-image: none;
	padding-left: 0px;
}
#left_column ul.subnav li a {
	color: #A71F1F;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#left_column ul.subnav li a:hover {
	color: #FFF;
}


/* Misc styles */
.caption {
	font-size: 12px;
	font-style: italic;
    text-align: center;
}


.bordered_box
{
    border: solid 1px gray;
    padding:5px 5px 5px 5px;
    margin:5px 5px 5px 5px;
}