body


{         
z-index                   : 2;
          
position                  : relative;
          width                     : 800px;
          
border                    : solid 10px #E1E1FF;
          
background-color          : #fff;
          
margin                    : 0 auto;

          padding                   : 0px 10px 0px 10px;
}

.alignLeft 

{        float                      :left; 
         margin-right               : 1em; 
}

.alignRight 

{       float                       :right; 
        margin-left                 : 1em; 
}

#pagehead


{         
position                  : relative;
          
width                     : 800px;

          height                    : 170px;
          
margin-bottom             : 0px;

          background	            : url(theme_images/header-bg.jpg) top left no-repeat;	

}


li { 
	list-style-type: none; 
	line-height: 150%; 
	list-style-image: url(../images/arrowSmall.gif); 
} 

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 30px; 
	font-weight: bold; 
	color: #fff; 
} 

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 22px; 
	font-weight: bold; 
	color: #7979FF; 
	 
} 

/**************** Pseudo classes ****************/ 
a:link { 
	color: #000; 
	text-decoration: none; 
	font-weight: bold; 
} 

li a:link { 
	color: #000; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:visited { 
	color: #000; 
	text-decoration: none; 
	font-weight: bold; 
} 

li a:visited { 
	color: #000; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:hover { 
	color: rgb(0, 96, 255); 
	padding-bottom: 5px; 
	font-weight: bold; 
	text-decoration: underline; 
} 

li a:hover { 
	display: block; 
	color: rgb(0, 96, 255); 
	padding-bottom: 5px; 
	font-weight: bold; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #C6EC8C; 
} 

a:active { 
	color: rgb(255, 0, 102); 
	font-weight: bold; 
} 

#pageFooter
{
	position				: relative;
	color					: #000;
	margin-top				: 8px;
	width					: 800px;
	height					: 41px;
	background				: #AFC2F3 top left repeat-x;
}
#pageFooter ul, #pageFooter li
{
	margin					: 0;
	padding					: 0;
	list-style-type			: none;
}
#pageFooter li
{
	display					: inline;
}
#pageFooter #footNav
{
	position				: absolute;
	top						: 10px;
	right					: 15px;
}
#pageFooter #footNav a, #pageFooter #footNav a:visited
{
	color					: #000;
	text-decoration			        : none;
	padding					: 0 5px 0 3px;
}
#pageFooter #footNav a.last, #pageFooter #footNav a.last:visited
{
	border-right			        : 0;
}
#pageFooter a:hover
{
	color					: #ECE1BE;
}
#pageFooter p
{
	position				: absolute;
	top						: 10px;
	margin					: 0;
	padding					: 0;
	left					: 15px;
}
#pageFooter #footLeft
{
	float					: left;
	background				: #AFC2F3 top left no-repeat;
	width					: 9px;
	height					: 41px;
}
#pageFooter #footRight
{
	float					: right;
	background				: #AFC2F3 top left no-repeat;
	width					: 9px;
	height					: 41px;
}


