/* CSS Document */

body {background-color:#FFFFFF ;
		background-image:url(images/background.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		font-family: Arial, Helvetica, sans-serif;}
table {margin-top: 100px;
		border-spacing: 5px; 
		margin-left: 100px;}
td.whatison {height: 10px; 
		padding: 0px;
		width: 780px; /* +5 for border-sapcing between navigation*/}
td.navigation {padding: 0px;
		width: 200px;
		vertical-align:top;}
td.border {padding: 0px;
		width: 575px;
		height: 25px;}
td.content {padding: 0px;
		width: 575px;}
td.base {height: 40px; 
		background-color:#FFFFFF;
		padding: 0px;
		width: 780px; /* +5 for border-sapcing between navigation*/
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #999999;}

/*PICTURE FORMAT*/
.picture {/*background-color: #A8FE52; 
	     border: 1px solid #A8FE52; padding: 3px;*/
		 background-color: #F39A98;
	     border: 1px solid #F39A98; padding: 3px;
		 font: 11px/1.4em Arial, sans-serif;
		 font-weight:bold;
		 text-align:center;
		 color: #AA1818}
.picture img { vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0px 15pt 0px 15px; float:right; } 
.left { margin: 0px 15px 0px 15px; float:left; } 
.center { margin: 0px 15px 0px 15px; float:none; } 

/*MAIN MENU FORMAT*/
/*sub menu website - http://louis-sawtell.com/content/css-menu-tutorial*/
/*popout menu design - http://ago.tanfa.co.uk/css/examples/menu/tutorial-v.html*/
#menu {width: 200px;} 
#menu ul {list-style-type: none; 
	margin: 0px;
	padding: 0px;}
#menu a {font-weight:bold;
	font-size: 11px;
	display: block;
	text-decoration:none;
	text-indent: 8px;
	margin:0px;
	padding: 0px;
	color: #333333;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B91A1A;}
#menu a:hover {color:  #AA1818;
	background-image: url(images/hover.png);
	background-repeat: no-repeat;
	backgroud-position: left;}
#menu li {position: relative}
#menu ul ul {position:absolute;
	top: 0px;
	right: 100%;
	width: 80%;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #78BA3C;
	border-right-width: 1px;
	border-right-style:dashed;
	border-right-color: #78BA3C;}
div#menu ul ul {display: none;}
div#menu ul li:hover ul {display: block;}

/*for lists in basic facts page*/
ul {font-size: 13px;
    margin: 15px 15px 15px 15px;
    text-align: justify;
	color:#333333;}

/***********HOME LINK*/
#home a {text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	vertical-align:text-top;
	font-size: 11px;
	color:#AA1818;
	/*color:#506C13;*/}
#home a:hover {	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color:#8D7D2F;}

/***********INTERNAL LINKS*/
#Internal_Link a {text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	vertical-align:text-top;
	font-size: 12px;
	color:#AA1818;
	/*color:#506C13;*/}
#Internal_Link a:hover {	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color:#8D7D2F;}

/*#Links a {text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	vertical-align:text-top;
	font-size: 13px;
	color: #506C13;}
#Links a:hover {	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	color:#CC0033}*/

/***********FONT AND HEADERS*/
h2 {margin: 15px 15px 15px 140px; 
	/*padding: 15px 0px 15px 100px;*/
	font-size: 13px;
	font-weight: bold;
    text-align: justify;
	color: #333333;}	
h1 {font-family: Arial,sans-serif;
	font-size: 30px;
	margin: 30px 15px 15px 140px; 
	/*padding: 15px 0px 15px 100px;*/
	text-align:left;
	color:#AA1818;
	/*color:#506C13;*/
	/*background-color:#A8FE52;
	background-image:url(images/corner3.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	background-color:#414034;*/}		
h3 {font-family: Arial,sans-serif;
	font-size: 15px;
	margin: 0px 15px 0px 15px; 
	text-align:center;	
	color: #1C1D16;}

p.v2 {font-size: 12px;
    margin: 15px 15px 15px 140px;
    text-align: justify;
	color:#333333;}
p {font-size: 12px;
    margin: 15px 15px 15px 15px;
    text-align: justify;
	color:#333333;}
p.v1 {font-size: 11px;
    margin: 5px 15px 5px 15px;
    text-align: center;
	color:#999999;} 

hr{color:#717171; 
    height:1px;
	border-style:dotted;}

