@charset "UTF-8";/* CSS Document */body {	margin				: 0 ;	font-family			: Verdana, Arial, Helvetica, sans-serif ;	font-size			: 70% ;}h1 {	color				: #91278F ;	font-size			: 180% ;	font-style			: italic ;	font-weight			: 100 ;	font-stretch		: condensed ;	margin				: 0 ;}/* Main Layout Styles -------------------------------------------------------*/#container {	margin				: auto auto ;	width				: 955px ;}#header {	margin				: 0 ;	width				: 255px ;	height				: 105px ;	background-image	: url(../images/header.jpg) ;	background-repeat	: no-repeat ;	clear				: both ;	padding				: 20px	0 0 700px ;	text-align			: right ;	font-size			: 80% ;}#loginForm {	margin				: 0 ;}#accountName,#password,#login {	margin-bottom		: 6px ;}#nav {	margin				: 0 ;	width				: 955px ;	height				: 37px ;	background-image	: url(../images/navBanner.jpg) ;	background-repeat	: no-repeat ;	clear				: both ;}#mainNav {	float				: left ;	width				: 705px ;	text-align			: left ;}#subNav {	float				: right ;	width				: 228px ;	text-align			: right ;	height				: 37px ;}#content {	margin				: 0 ;	width				: 375px ;	height				: 476px ;	background-image	: url(../images/mainBg.jpg) ;	background-repeat	: no-repeat ;	clear				: both ;	padding				: 110px 550px 0 30px ;}#footer {	margin				: 0 ;	width				: 955px ;	background-image	: url(../images/footerBanner.jpg) ;	background-repeat	: no-repeat ;	padding				: 15px 0 0 0 ;	color				: #CCC ;	font-weight			: bold ;	font-size			: 80% ;	}#legal {	float				: left ;	width				: 525px ;	text-align			: left ;	padding-left		: 30px ;}#footerLinks {	float				: right ;	width				: 400px ;	text-align			: right ;}/* Main Navigation & Link Styles ---------------------------------------*/#nav ul {	display             : inline ;	margin              : 0 ;}#nav li {	list-style          : none ;	display				: inline;	margin				: 0 10px 0 0 ;}#nav li a {	display				: block ;	float				: left ;	text-decoration		: none ;	color				: #FFF ;	font-weight			: bold ;	font-size			: 100% ;	text-align			: center ;	line-height			: 110% ;}a#home,a#aboutUs,a#news,a#links,a#contactUs {	padding-top			: 12px ;	height				: 25px ;	width				: 90px ;}a#allAboutLibrary,a#allAboutModeller {	padding-top			: 5px ;	height				: 32px ;	width				: 90px ;}#mainNav a:hover {	color				: #91278F ;	background-image	: url(../images/rollOver1.png) ;}/* Sub Navigation & Link Styles -----------------------------------------*/a#schoolSearch,a#schoola-z {	width				: 114px ;	padding-top			: 12px ;	height				: 25px ;}#subNav a:hover {	color				: #91278F ;	background-image	: url(../images/rollOver2.png) ;}/* Content Link Styles --------------------------------------------------*/#content a {	text-decoration		: none ;	color				: #91278F ;	font-weight			: bold ;}#content a:hover {	color				: #F7931E ;}/* Header & Footer Link Styles ------------------------------------------*/#footerLinks a,#header a {	text-decoration		: none ;	color				: #CCC ;}#footerLinks a:hover,#header a:hover {	color				: #F7931E ;}a#privacyLink {	margin				: 0 30px 0 30px ;}a#signUp {	margin-left			: 30px ;}