@charset "UTF-8";
* { padding: 0; }
body {
	background: #f8f4ff;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
p {
	font: 80% Arial, Helvetica, sans-serif;
	color: #000033;
	padding: 0 20px 0 20px;
	line-height: 20px;
}
.nopad {
	font: 80% Arial, Helvetica, sans-serif;
	color: #000033;
	padding: 0 0 0 40px;
	line-height: 10px;
}
img.border {
	padding: 10px 10px 10px 10px ;
}
a:focus {
	outline: none
}
ul {
	font: 90% Arial, Helvetica, sans-serif;
	color: #000033;
	padding: 0 20px 0 50px;
	line-height: 20px;
}
.ul {
	font: 80% Arial, Helvetica, sans-serif;
	color: #000033;
	padding: 0 20px 0 50px;
	line-height: 20px;
}
.table {
	font: 70% Arial, Helvetica, sans-serif;
	color: #000033;
	padding: 5px;
}
h1 {font: 150% Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #666666;
	padding: 30px 100px 0 20px;
}
h2 {font: 90% Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	color: #666666;
	padding: 10px 10px 0 10px;
}
a:link { 
	color: #7780a9;	
	text-decoration:none;
}
a:visited { 
	color: #7780a9;
	text-decoration:none;
}
a:hover { 
	color: #666666;
	text-decoration:underline;
}
#wrap {
	position: relative;
	width: 962px;
	height: 100%;
	margin: 0 auto;
	text-align: left;		
	background: url(../images/content-bg.jpg) no-repeat center 100%; 		
}
#slogan {
	position: absolute;
	/* change the values of top and left to adjust the position */
	top: 20px; left: 860px;		
	margin: 0; padding:  0 5px 0 0;
	font: 12px Arial, Sans-Serif;
	color: #cccccc;
}
.selected {
	color: #999999
}
#footer {
	background-position:top;
	background-repeat:no-repeat;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 10px;
	font: 65% Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
}
.white { 
	color: #ffffff;	
}