*	{/* Zero down margin and paddin on all elements */
	margin: 0;
	padding: 0;
	}
	
body	{
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	}
	
#wrapper_1	{  /* main wrapper of site */
	margin: 0 auto;
	width: 85%; /* 85% of screen size */
	max-width: 1400px; /* these prevent the site from growing too large or too small */
	min-width: 1000px;
	background-color:#ffffff;
	text-align: left;
	}
#content_1	{ /* left content column */
	width: 20%;
	background-color:#ffffff;
	float: left;
	}
#wrapper_2	{ /* holds the left and main content divs */
	width: 80%;
	float: right;
	background-color:#ffffff;
	}
#main_content	{
	width: 75%;
	float: left;
	background-color:#ffffff;
	}	
	
#content_2	{ /* holds the right-hand content */
	width: 25%;
	float: right;
	background-color: #ffffff;
	}
#footer	{
	height: 50px;
	background-image:url(images/nav_2_background.gif);
	background-color: #840000;
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 80px;
	text-align: right;
	color: #fff;
	clear: both;
	}
	
	
	
	
	
	
	
	
	
	
	
	
#nav_1		{ /* the small navigation bar at the top of the page */
	color: #ffffff;
	background-color: #2c231e;
	float: left;
	width: 100%;
	}
	#nav_1 p {
		text-align: left;
		}
	#nav_1 a{
		border:0;
		text-decoration:none;
		color: #ffffff;
		}
	#nav_1 a:hover {
		color: #ddd8d5;
		text-decoration: none;
		border-bottom: 1px dashed;
		}
		
	#nav_1 table{
		width:100%;
		}
	
	#nav_1 td{
		padding:10px;
		}
					
#nav_2		{ /* the main navigation bar of the page */
	float: left;
	width: 100%;
	height: 30px;
	background-image:url(images/nav_2_background.gif);
	background-color: #840000;
	background-position: top right;
	background-repeat: repeat;
	border-top: 1px solid #000000;
	}
.nav,.nav ul	{
	list-style:none;
	padding-left:0;
	padding-top: 0;
	margin-top:0;
	}
.nav {
	position:relative;
	z-index:100;
	
	}
.nav li {
	float:left;
	position:relative;
	} 
.nav li a,.nav li a:link, .nav li a:visited {
	background:url(images/nav.gif) top right no-repeat;
	color:#fff;
	display:block;
	font-weight:600;
	line-height:30px;
	padding:0 5px;
	width:auto;
	}
.nav li a:hover {
	text-decoration: none;
	background:url(images/nav_active.gif) top right repeat;
	}
.nav li a.active {
	background:url(images/nav-bg-active.gif) top right no-repeat;
	}
.nav ul {
	background:#fff;
	border:1px solid #e3eff2;
	left:-1px;
	list-style:none;
	padding:8px 0;
	position:absolute;
	display:none;
	top:30px;
	width:auto;
	}
.nav li:hover ul, .nav li.sfHover ul {
	display:block;
	}
.nav ul li {
	float:none;
	clear: left
	}
.nav ul a {
	border-bottom:0;
	white-space:nowrap;
	line-height:20px;
	}
.nav ul li a, .nav ul li a:link, .nav ul li a:active, .nav ul li a:visited {
	color:#232323;
	line-height:24px;
	padding-left:10px;
	padding-right:10px;
	background:none;
	font-weight:normal;
	}
.nav ul li:hover {
	background-color:#ADBF56;
	}
	
#branding	{
	float: left;
	width: 100%;
	height: 100px;
	background-image: url(images/branding.jpg);
	background-position: bottom right;
	}
	#branding h1 {
		font-family:"Times New Roman", Times, serif;
		font-size: 250%;
		margin: 0;
		color: #ffffff;
		margin-left: 40px;
		margin-top: 10px;
		clear:both;
		}

	#branding p {
		color: #999999;
		margin-top: 20px;
		margin-left: 40px;
		font-size: small;
		text-align:left;
		}
	#branding a:link, #branding a:visited {
		color: #988d87;
		}
	#branding a:hover, #branding a:active {
		color: #ddd8d5;
		}
		
.vpadding	{ /* adds vertical padding to columns */
	padding-top: 1em;
	padding-bottom: 1em;
	}


	#content_1 .dated {
		color: #232323;
		font-size: small;
	}
	#content_1 img.displayed {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:1.5em;
		margin-top: 1em;
		max-width:90%;
		}
	#content_1 h1{
		display: block;
		background-image:url(images/r_button.gif);
		background-color: #840000;
		background-position: top right;
		background-repeat: no-repeat6
		;padding: 10px;
		color:white;
		font-size:115%;
		line-height: 1.25em;
		text-align:center;
		}
	#content_1 .color1 {
		padding:10px;
		margin-bottom:10px;
		border: 1px solid #666666;
		//background-color:#D2C1B4;
		background-image:url('images/gradient.png');
		background-repeat: no-repeat;
		}
	#content_1 .color1 p	{
		color: #222222;
		text-align: center;
		line-height: 1.5em;
		margin-bottom: 1em;
		}
	#content_1 .color1 a{
		border:0;
		text-decoration:none;
		color: #222222;
		}
	#content_1 .color1 a:hover {
		color: #222222;
		text-decoration: underline;
		}		
		
		
	#content_1 p	{
		color: #222222;
		text-align: center;
		line-height: 1.5em;
		margin-bottom: 1em;
		}
	#content_1 a{
		border:0;
		text-decoration:none;
		color: #222222;
		}
	#content_1 a:hover {
		color: #222222;
		text-decoration: underline;
		}
		
	
		



	#main_content .right {
		text-align: right;
		}

.my_corners_tl, .my_corners_t, .my_corners_tr, .my_corners_l, .my_corners_r, .my_corners_bl, .my_corners_b, .my_corners_br, .my_corners {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
.my_corners_t {
    /*
        change this div to layout the whole box (width, height, float, margin, ...)
        example lines:  */
        width: 95%;
        margin: 0;
        margin-left:20px;
        margin-right:20px;
        margin-bottom:10px;
        /*to change distance to content/text scroll to class ".my_corners" and change the padding */
  
    background-color: #ffffff;
    background-image: url("images/my_corners_border.png");
    background-repeat: repeat-x;
    background-position: top;
}

.my_corners_t h1 {
	font-size: 150%;
	color: #840000;
	margin-bottom:.25em;
	font-weight: bold;
	margin-top:.75em;
}
.my_corners_t h2 {
	font-size: 120%;
	color: #840000;
	font-weight:normal;
	margin-top:1em;
	}
	.my_corners_t h2 a{
		border:0;
		text-decoration:none;
		color: #840000;
		}
	.my_corners_t h2 a:hover {
		color: #840000;
		text-decoration: underline;
		}	
	.my_corners_t hr{
		margin-bottom:.5em;
		}
	.my_corners_t img.displayed {
		display: block;
		margin:20px;
		}	

.my_corners_t p{
	color: #222222;
	line-height: 1.5em;
	margin-bottom:.5em;
}	

.my_corners_t ul{
	color: #222222;
	line-height: 1.5em;
	margin:0;
	margin-top:-10px;
	margin-left:15px;
}

.my_corners_t .right {
	text-align: right;
	display: block;
	background-image:url(images/next2.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right:24px;
	padding-top:0;
}
	.my_corners_t .right a{
		border:0;
		text-decoration:none;
		color: #840000;
		}
	.my_corners_t .right a:hover {
		color: #840000;
		text-decoration: underline;
		}

.my_corners_t table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
	margin-bottom: 1em;
	}
	.my_corners_t td {
		padding: 4px;
		padding-right:10px;
	}
	.icon{
		height:125px;
		}
	.my_corners_t fieldset{
		position: relative;
		width: 95%;
		padding: 1em;
		background-color: #ffffff;
		margin-top:1em;
		margin-bottom:1em;
		}
	.my_corners_t legend{
		font-weight: bold;
		color: #840000;
		}
	.my_corners_t .noscroll{
		overflow: hidden; 
		overflow-y: hidden; 
		overflow-x: hidden; 
		overflow:-moz-scrollbars-vertical;
		width: 90%;
		background-color:#ffffff;
		color:#132C40;
		border-style:solid;
		border-width:1px;
		border-color:#132C40;
		font-family:Arial, Helvetica, sans-serif;
		height:1.25em;
		padding:2px;
		}
	.my_corners_t .scroll{
		width: 90%;
		background-color:#ffffff;
		color:#132C40;
		border-style:solid;
		border-color:#132C40;
		border-width:1px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: small;
		}
		
	.ct	{
		color:#444444;
		line-height:1.25em;
		margin-bottom: 1.5em;
		}		
		
		

	.my_corners_t input{
		padding:4px;
		}











.my_corners_tl {
    height: 100%;
    background-image: url("images/my_corners_topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.my_corners_tr {
    height: 100%;
    background-image: url("images/my_corners_topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.my_corners_bl {
    height: 100%;
    background-image: url("images/my_corners_bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.my_corners_br {
    height: 100%;
    background-image: url("images/my_corners_bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.my_corners {
    height: 100%;
    /* change this if you want to change the distance distance to text/content */
    padding:20px;
    padding-left:25px;
    padding-right:25px;
}

.my_corners_l {
    height: 100%;
    background-image: url("images/my_corners_border.png");
    background-repeat: repeat-y;
    background-position: left;
}
.my_corners_r {
    height: 100%;
    background-image: url("images/my_corners_border.png");
    background-repeat: repeat-y;
    background-position: right;
}
.my_corners_b {
    height: 100%;
    background-image: url("images/my_corners_border.png");
    background-repeat: repeat-x;
    background-position: bottom;
}	
	
		


	
	#content_2 h1{
		display: block;
		background-image:url(images/r_button.gif);
		background-color: #840000;
		background-position: top right;
		background-repeat: no-repeat;
		padding: 10px;
		color:white;
		font-size:115%;
		line-height: 1.25em;
		text-align:center;
		}
	#content_2 .color1 {
		padding:10px;
		margin-bottom:10px;
		border: 1px solid #666666;
		//background-color:#D2C1B4;
		background-image:url('images/gradient.png');
		background-repeat: no-repeat;
		}
	#content_2 .color1 p	{
		color: #222222;
		text-align: left;
		line-height: 1.5em;
		margin-bottom: 1em;
		}
	#content_2 .color1 a{
		border:0;
		text-decoration:none;
		color: #222222;
		}
	#content_2 .color1 a:hover {
		color: #222222;
		text-decoration: underline;
		}	
	#content_2 img.displayed {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:1.5em;
		margin-top: 1em;
		}
	
	#content_2 p	{
		color: #222222;
		text-align: left;
		line-height: 1.5em;
		margin-bottom: 1em;
		}
	#content_2 a{
		border:0;
		text-decoration:none;
		color: #222222;
		}
	#content_2 a:hover {
		color: #222222;
		text-decoration: underline;
		}
		
	#content_2 .right {
		text-align: right;
		display: block;
		background-image:url(images/next2.png);
		background-position: top right;
		background-repeat: no-repeat;
		padding-right:24px;
		padding-top:0;
		}
	

	#footer a{
		border:0;
		text-decoration:none;
		color: #fff;
		}
	#footer a:hover {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dashed;
		}
		
		
		
		
.imagebox {
	min-height: 150px;
	height:auto !important;
	height:175px;
	margin-bottom:30px;
	}
		
		
		
		
		
		
		
		
		
		
		
