/* reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* website
*/

body { background-color:#E7E7E7;  }

#outer { width:960px; margin:0 auto; background-color:#E7E7E7; }

#wrapper { width:900px; margin:0 auto; background-color:#E7E7E7; }

#top_panel { margin:5px;  background-color:#000; color:#FFF; height:100px;vertical-align:middle; }
#top_panel img {float:left;	margin-right: 20px; padding-top:25px; margin-left:10px;}
#top_panel h1 {font-size:250%; color:white;}
#top_panel a {text-decoration: none;}
#top_panel h2 {font-size:150%;}
#top_panel_mid { width:500px; padding:25px 0 0 0; margin-left:100px;}
#top_panel_right {float:right;padding:25px 0 0 0; margin-left:100px; margin-right:10px; }
#top_panel_right a:link {text-decoration: none; color:#F00;}
#top_panel_right A:hover {text-decoration: underline; color:green;}
#top_panel_right a:visited {text-decoration: none; color:#F00;}

#contact_panel {margin:5px; border-bottom: 1px #000 solid; padding-bottom:5px }

#center_panel { float: left; overflow: hidden; }

#navigator {float: left; background:#E7E7E7; width: 125px;  margin-bottom: -2000px; padding-bottom: 2000px;}
#navigator ul li { margin:10px; padding:5px; }
#navigator a:link {text-decoration: none; color:blue;}
#navigator ul li:hover {text-decoration: none; background-color:red; }
#navigator a {display: block;}
#navigator a:visited {text-decoration: none; color:blue;}

#content {float: left; background:#E7E7E7; width: 750px; margin-right: 5px; margin-bottom: -2000px; padding-bottom: 2000px;}
#banner { text-align:center; }
#banner li {float:left; margin: 15px; display:inline;  }
#banner img { border:1px #000 solid; }
#banner h6 { margin:15px; }

#box li { border:5px #000000 solid; display:inline-block; margin:5px; width:200px; height:100px; }

#box_table {border-collapse: separate;
  border-spacing:20px;}
#box_table td { border:1px #000 solid; width:400px; height:150px;  
-moz-border-radius: 10px; 
   -webkit-border-radius: 10px; 
   border-radius: 10px; }
#box_table h2 { text-align:center; font-size:150%; height:50px; color:black;}
#box_table a {text-decoration: none; color:black; padding:0px; }
#box_table a:link {text-decoration: none; 
color:black;}
#box_table a:visited {text-decoration: none; 
color:black;}
#box_table h6 { text-align:center; color:red; text-decoration:underline; padding-bottom:5px;}
#box_table P {text-align:justify; padding:0 5px; height: 100px; color:black;}

#clr {clear:both}

#footer { text-align:center; background-color:black;color:white; }

#other_content h3 {font-size:250%;text-align:center; }
#other_content p {text-align:justify;} 
