/* 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: ?????;
} */

/* 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:850px;
	margin-top:20px; 
	padding:0;
	border:0;
	font-size: 12px;
			}
			
/* #content {width:100%;} */

#topnavigatemenu { 
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#FFFFFF;
			width:800px;
			padding:10px 0;
				}

#loggoimage {margin-bottom:20px; }

#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:60px; padding:0px 0px;    }

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

#pagetitle {font-size:16px; color:#CE3522; margin-left:0px; margin-top:25px;}
		
#profileimage {float:right; margin-top:25px; margin-right:60px; }

#profiletext {
	margin-left:0px;
	margin-bottom:10px;
	margin-top:20px;
	width:500px;
	text-align: justify;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	padding:5px 0;
			}
			
#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;
}

