/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	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;
}

/* remember to define visible focus styles! */
:focus {
	outline: 0;
} 

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Hamid's CSS Code Starts Here */

#wrapper {
	margin:0 auto;
	width:950px;
	margin-top:0px;
	padding:0;
	border:0;
	font-size: 12px;
			}	
		
#loggoimage { margin-left:0; margin-bottom:0px; margin-top:0; padding:80px 0}
#pagetitle {font-size:25px; color:#000; }		
#topnavigatemenu { 
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#FFFFFF;
			width:800px;
			padding:10px 0;
				}

/* #topnavigatemenu ul {border-top:1px #000 solid; 
						border-bottom:1px #000 solid; 
						} */
						
#topnavigatemenu ul {border-top:1px #000 solid; 
						border-bottom:1px #000 solid; 
						}						
#topnavigatemenu ul li {display:inline; margin-left:0; padding:0px 10px;
						}
						
#topnavigatemenu ul li a {margin-left:40px; padding:0px 0px;   }

#topnavigatemenu a:link {color:#000;}
#topnavigatemenu a:hover {color:#0CF;}
#topnavigatemenu a:visited {color:#000;}
#topnavigatemenu a:active {color:#000000;}
#topnavigatemenu a:focus {color:#000;}

#hometext1 {
	margin-top:20px;
	margin-left:75px;
	width:650px;
	alignment-adjust:auto;
	text-align: justify;
	/* font-family:"Times New Roman", Times, serif; */
	font-size: 15px;
	padding:5px 0;
	margin-bottom:10px;
			}
#hometext2 {
	margin-left:75px;
	width:650px;
	alignment-adjust:auto;
	text-align: justify;
	/* font-family:"Times New Roman", Times, serif; */
	font-size: 14px;
	padding:5px 0;
	margin-bottom:10px;
			}
#hometext3 {
	margin-left:75px;
	width:650px;
	alignment-adjust:auto;
	text-align: justify;
	/* font-family:"Times New Roman", Times, serif; */
	font-size: 14px;
	padding:5px 0;
	margin-bottom:10px;
			}
#footnote { 
			font-family:Verdana, Geneva, sans-serif;
			font-size:10px;
			color:#000; 
			width:816px;
			}
	
#footnote ul {border-top:1px #000 solid; margin-left:0px; padding:10px 0;}
#footnote ul li {display:inline; margin-left:150px;}
#footnote ul li a {
	margin-left:0px;
	margin-right:215px;
	color:#0099FF;
}







			
