/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#7b062e url(/images/bg2.jpg) repeat-x;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 
 width:742px;
 margin:auto;
 }

#hdr {
 height:35px;
 background:#7B062E url(/images/tag_header.png) no-repeat;
 color: #fff;
 margin-right: 10px;
 font-size: 0.9em;
font-family:Arial, Helvetica, sans-serif;
 text-align:right;
 }
 
 
 

	
div#top_nav a, div#top_nav a:visited, div#top_nav a:hover {
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
        
}

div#top_nav a {
	color: #fff;
	
}

div#top_nav a:hover {
	color: #999999;
	
	text-decoration: underline; 
}

/* ------------------------------------------- */

#bar {
 height:200px;
 background:#c0c0c0;
 color: #333333;

 }

#bodyblock {
 position:relative;
 background: #e6f0f1;
 color: #333333;
 width:742px;
 padding:0;
 }

 
 /* left navigation -- begin */

#l-col {
 float:left;
 background-color:#e6f0f1;
 color: #7B062E;
 width:140px;
 text-align: left;
 padding-left: 3px;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 0.75em;
 }

div#l-col a, div#l-col a:visited, div#l-col a:hover {
	display: block;
	line-height: 3em;
	text-decoration: none;
	font-weight: bold;
}



div#l-col a {
	color: #7B062E;
	border-bottom: 1px solid #7B062E;
}



div#l-col a:hover {
	color: #FFF;
	background: #000; 
}

/* left navigation -- end */

/*Creating sub navigation menu on the left*/

div#subnav {

 background-color:#FAEBBE;
 color: #333333;
 width:auto;
 text-align: left;
 padding-left: 5px;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1em;
 }

div#subnav a, div#subnav a:visited, div#subnav a:hover {
	display: block;
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
}


div#subnav a {
	color: #7B062E;
	border-bottom: 1px solid #7B062E;
}

div#subnav a:hover {
	color: #FFF;
	background-color: #333; 
}

/* sub navigation -- end */

#cont {
	width:594px;
	background:#ffffff;
	color: #333333;
	border:solid #000000;
	border-width:0 0 0 1px;
	text-align:left;
	vertical-align: top; 
	min-height: 600px;
   
}

/*Define main content link properties*/
div#cont a, div#cont a:visited, div#cont a:hover {
	text-decoration: none;
	font-weight: bold;
}

div#cont a {
	color: #7B062E;
	border-bottom: 1px dotted #7B062E;
}

div#cont p, ul {
	margin-right: 5px;
}

div#cont a:hover {
	color: #333333;
	border-bottom: 0px;
}
div#cont h3{font-family:Arial, Helvetica, sans-serif;color: #7B062E;}


table {
	vertical-align: top;
	margin: 15px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
        width:95%;
}

ul, li {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 margin-top:0px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}

li {
	margin-bottom : 3pt;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	text-align: left;
}

.photoframe {
	border-style: ridge;
	border: 2px solid #030;
}



hr {
	color: #7B062E;
}

.b {
	font-weight: bold;
}



.u {
	text-decoration: underline;
}



.i {
	font-style: italic;
}


.bu {
	font-weight: bold;
	text-decoration: underline;
}
	

.picleftplain {
	float: left;
	margin-right: 4px;
	margin-left: 10px;
}



.picrightplain {
	float: right;
	margin-right: 4px;
	margin-left: 10px;
}


.picleft {
	float: left;
	margin-right: 4px;
	margin-left: 0px;
	border-style: ridge;
	border: 2px solid #333333;
}

.picright {
	float: right;
	margin-right: 10px;
	margin-left: 4px;
	border-style: ridge;
	border: 2px solid #333333;
}


/*End of main content link properties*/


#footer {
 height:70px;
 background:#7B062E url('/images/tag_line.png') no-repeat top left;
 color: #fff;
 border-width:1px 0 0 0;
 margin:0;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 0.7em;
 font-weight: bold;
 text-align:right;
 padding: 4px 4px 0 0;
 }
 
div#footer a, div#footer a:visited, div#footer a:hover {
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
}

div#footer a {
	color: #fff;
	
}

div#footer a:hover {
	color: #FFF;
}
 
 
 