*	{
	margin:0px;
	padding:0px;

	list-style:none;
	border:0px;
	
	font-size:1em;
	letter-spacing:0em;
	text-indent:0px;

	/*font-family:trebuchet,'trebuchet ms','ms trebuchet',sans-serif;*/
	font-family:Garamond,Times,Serif;
	color:black;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;

}

.nofloat	{
	float:none;
	clear:both;
}
	
body {
	background:url(../images/backgrounds/bgPattern.jpg) repeat;
}
/*
strong	{font-weight:bold;}
	
em	{font-style:italic;}
*/

/*//////////////////// Background Divs ////////////////////*/
#layer0 {
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	min-width:1200px;
}

#bgImgLeft {
	position:absolute;
}
#bgImgRight {
	background:none;
	float:right;
	position:relative;
}
#logo {
	background:transparent url(../images/backgrounds/smallLogo.png) no-repeat;
	width:256px;
	height:254px;
	margin-left:580px;
	position:absolute;
	z-index:20;
	float:left;
}
#logoLink {
	float:left;
	/*margin-top:130px;*/
	margin-left:570px;
	position:absolute;
	z-index:21;
	/*border:solid 1px red;*/
}

/*//////////////////// Content Divs ////////////////////*/
#wrapper {
	text-align:left;
	position:absolute;
	z-index:11;
	/*border:solid 1px red;*/
}

p {
	padding-left:1em;
	font-size:18px;
	padding-top:6px;
	letter-spacing:.03em;
}

a {
	font-weight:bold;
	color:#003366;
}

a:hover {
	color:#990000;
}

#footer {
	margin-left:300px;
	/*margin-top:350px;*/
}
#footer p {
	padding:0;
	font-size:16px;
	color:#FFF;
}
#footer a {
	color:#FFF;
	letter-spacing:.05em;
}
#footer a:hover {
	text-decoration:underline;
}

#copyName {
	background:transparent url(../images/backgrounds/nameFooter.png) no-repeat;
	width:137px;
	height:21px;
}
.preloadImages {
	position:absolute;
	overflow:hidden;
	left:-9999px;
	top:-9999px;
	display:none;
	height:1px;
	width:1px;
}








