/*Team Site CSS Template 3.0 Samy Waz Here*/

html,body,div,span,applet,button,input,textarea,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,img{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;}ol,ul,li{list-style-type:none;}table{border-collapse:separate;border-spacing:1;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
body{
	text-align:center;
	background: #696969 url('background.jpg') repeat fixed top right;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#headerImg {
	display: block;
}
#body{
	height:auto;
	width:800px;
	background-color:#a9a9a9;
}
#navbar{
	width:150px;
	float: left;
	text-align:center;
}
#button1, #button2, #button3{
	background-color:#4682b4;
	color:#DDD;
	border:1px solid #333;
	height:35px;
	width:150px;
	font-size:25px;
	vertical-align:middle;
	float:left;
	font-family:courier;
}
#button4{
	background-color:#4682b4;
	color:#DDD;
	border:1px solid #333;
	height:35px;
	width:150px;
	font-size:22px;
	vertical-align:middle;
	float:left;
	font-family:courier;
}
#button5{
	background-color:#4682b4;
	color:#DDD;
	border:1px solid #333;
	height:35px;
	width:150px;
	font-size:17px;
	vertical-align:middle;
	float:left;
	font-family:courier;
}
li ul {
	display: none;
}
li a{
	color:#2570B2;
	text-decoration:none;
	font-weight:bold;
}
li:hover > ul {
	display: block;
	background-color:#222;
	max-width:160px;
	line-height:25px;
}
ul li:hover ul li:hover a{
	display:block;
	color:#EEE;
	background-color:#4682b4;
}
ul#nav li ul {
	display: none;
}
ul#nav li:hover > ul {
	display: block;
}
#contentBody{
	margin-left: 150px; /*match width of #navbar*/
}
#content{
	margin-left:10px;
	margin-right:10px;
}
#footer{
	height:50px;
	background-image:url('footer.gif');
	text-align:center;
	color:#333;
	clear:both;
}
#footer a{
	color:#EEE;
}

/*content formatting*/

#content{
	color:#444;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	color:#F4A460;
	font-weight:bold;
	background-color:#777;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Courier New,monospace, courier;
}
h1,h2,h3{
	border:10px double #444;
}
h4,h5,h6{
	border:3px solid #444;
}
h1{font-size:500%;}
h2{font-size:400%;}
h3{font-size:300%;}
h4{font-size:200%;}
h5{font-size:150%;}
h6{font-size:125%;}
#content ul{
	text-indent:5px;
}
#content ul li{
	list-style-image:url('FIRST-logo.ico');
	list-style-position:inside;
	font-size:16px;
	color:#222;
	line-height:125%;
}
#content p{
	font-size:16px;
	font-weight:bold;
	margin-left:10px;
	line-height:125%;
}
#content a{
	color:#DDD;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}
#content blockquote{
	border-left:4px solid #666;
	padding-left:7px;
	margin-left:2px;
	font-size:medium;
}
#content li a{
	color:#2570B2;
	text-decoration:none;
}
#content li a:hover{
	text-decoration:underline;
}
#img400{
	text-align:center;
	margin-left:120px;
}
#content img{
	border: 3px solid #4682b4;
}