*{ margin: 0; padding: 0; }* 
body, html { font-size: 15px; font-family:Trebuchet MS, Trebuchet, Arial, Verdana, Sans-serif; line-height: 1.6em;  }
.clear {
	clear: both;
    }
  
a {color: #B60D0A; background: inherit; text-decoration: none; }
a:hover { color: #000000; background: inherit; }
p { margin: 0 0 15px 0; }
/*
h1 { font: normal 3.7em "Trebuchet MS", Arial, Sans-Serif; color: #111189; }
h1 a { color: #111189; background: inherit; }
h1 a:hover { color: #111189; background: inherit; }
sup { font-size: 1.5em; color: #111189; }
*/
h2 { color: #111189; font: bold 1.6em "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px;}
h3 { color: #111189; background: inherit; padding: 3px 10px; margin: 0 0 15px; }
h14 { color: #111189; background: inherit; font: bold 1.2em "Trebuchet MS", Arial, Sans-Serif;}
#content { width: 800px; margin: 10px auto; background: #fff; padding: 10px ; border-style: solid; border-width: 1px; 
border-color: black}

#header { background: #fff url('Image10.jpg') no-repeat; height: 252px;}
	#header p { margin: 15px 0 0; color: #D6E5EA; }
	#logo { padding: 1px 0 0 20px;  float: left; width: 780px;}

	#search { float: right; width: 240px; text-align: right; margin: 10px 15px 0 0; }
	#search a, #watch a { color: #fff; font-size: .8em; cursor: pointer; }

	#searchform { padding: 10px; background: #A1BDD2;  }
	#searchform p { margin: 0; }





.third { font-size: .9em;  float: left; width: 280px; margin: 0 30px 10px 10px;}


.last { float: right; margin: 0 10px 10px 0; }

.more { border-top: 1px solid #eee; padding: 5px 0 0 0; }

#contact {width: 350px; margin: 0 100px 0px 140px;}


#prefooter { height: 35px; width: 785px; margin: 0 auto; background: #fff; padding: 0px 18px 20px; font-size: 1em; }

        #prefooter a { color: #444; }

#footer { width: 800px; margin: 15px auto; color: #000000; font-size: .9em; }
	#footer a { color: #000000; }
	.right { float: right; text-align: right; font-size: 1em; }
		#footer .right a { margin: 0 0 0 2px; padding: 3px 10px; }
		#footer .right a:hover { background: #fff; color: #000; text-decoration: underline; }









#photo { float:left; width:3px; height:250px;}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

div.indentmenu {
font-family:Arial;
font-weight:bold;
font-size:13px; line-height:23px;
width: 800px; /*leave this value as is in most cases*/
overflow: hidden;
}

div.indentmenu ul {
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 5px solid #ffffff; /*white purple border*/
border-width: 5px 0;
background: white url(/indentbg.gif) center center repeat-x;
}

div.indentmenu ul li{
display: inline;
}

div.indentmenu ul li a {
float: left;
color: black; /*text color*/
padding: 0px 42px;
text-decoration: none;
border-right: 2px solid #ffffff; /*white divider between menu items*/
border-bottom:0px solid #cc0000;
}

div.indentmenu ul li a:visited{
color: black;
}

div.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 0px; /*shift text down 1px for selected and active item*/
padding-bottom: 0px; /*shift text down 1px for selected and active item*/
background: white url(indentbg2.gif) center center repeat-x;
}

ul#list {
	margin: 10px 0 0 20px;	
	position: relative;
	
	}
	
.ie ul#list {
	margin: 10px 0 0 15px;	
	position: relative;
	
	}	

ul#list li {
    list-style-type: disc; 
    list-style-image: url(bullet.jpg);
    background-position: left top; 
	background-repeat: no-repeat; 
	padding: 0 -5px 5px 5px;
    }
    
.ie ul#list li {
    list-style-type: disc; 
    list-style-image: url(bullet.jpg);
    background-position: left top; 
	background-repeat: no-repeat; 
	padding: 0 0 5px 10px;
	border:0px solid #cc0000;
    }    