@charset "utf-8";
/* profile.css */
.center{text-align:center}
.red, .maroon{color:#990000}
.u{text-decoration:underline}
html{background:url(../img/profilePageBg.jpg); background-repeat:repeat-x; background-attachment:fixed}
textarea{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
a:link, a:visited{color:#102568}
#container{background:none; border:solid #000 1px}
#header{padding-bottom:10px; background:none}
#pic{width:150px}
#snapshot{float:left; clear:left; width:200px; text-align:center}
#quickLinks{width:200px; margin-left:10px; float:right; text-align:center; }
	#quickLinks h1{color:#990000}
	#quickLinks ul{list-style:none; margin:0 0 10px 0; padding:0; font-size:16px; font-weight:bold; border:solid #000 1px; background:url(../img/profileBg.png);}
	#quickLinks li{padding:5px 0 5px 0;}
	#quickLinks li:hover{background:#102568;}
	#quickLinks li:hover a{color:#FFF}
	#quickLinks h1{font-size:28px}
	

#main{clear:both; width:940px; margin-left:auto; margin-right:auto}
#content{margin-left:210px}

#content li{margin:10px 0 10px 0}
#content p{color:#000}
#contactInfo{float:left; width:200px; text-align:center}

#footer{clear:both}