/* 
------------------------------------------------------- 
Project elements                                       
------------------------------------------------------- 
*/

#pagecontainer{
	left: 46%;
	margin-left: -350px;
	position: absolute;
	width: 760px;
	top: 20px;
}

#pagecontent {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
	width: 754px;
	border: solid 3px #bfb7d0;
}

#innercopy {
	position: relative;
	left: 0px;
	top: 0px;
	width: 720px;
}

#pageleft 
{
	position: relative;
	top: 260px;
	left: 20px;
	width: 200px;
	float: left;
	height: 300px;
}

#pageright 
{
	position: relative;
	top: 260px;
	float: right;
	width: 490px;
}

#pagefull
{
	position: relative;
	top: 260px;
	left: 20px;
	width: 690px;
}

/* 
------------------------------------------------------- 
general                            
------------------------------------------------------- 
*/

.link{
	background-image: url(../images/link_icon2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* 
------------------------------------------------------- 
footer                                
------------------------------------------------------- 
*/

#footer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 720px;
	text-align: right;
	clear: both;
	height: 100px;
}

#copyright {
	color: #bfb7d0;
	font-size: 90%;
	position: relative;
	left: 0px;
	top: 5px;
	float: right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* 
------------------------------------------------------- 
navigation                           
------------------------------------------------------- 
*/

/* 
------------------------------------------------------- 
Level 2 naviagtion
------------------------------------------------------- 
*/

#menu 
{
	width: 160px;
	font-size: 110%;
	font-weight: bold;
}

#menu ul{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#menu li{
	width: 160px;
	list-style-image: url(../images/spacer.gif);
}

#menu a{
	color: #012c66;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 0px;
	text-decoration: none;
	text-indent: 20px;
	width: 160px;
}

#menu a:hover{
	background-color: #f5e5ee;
	color: #9d2f6c;
}

#menuset li{
	width: 160px;
}

#menuset a{
    color: #9d2f6c;
    background-image: url(../images/bullet.gif);
    background-position: left center;
	background-repeat: no-repeat;
}

#menuset a:hover{
	  color: #9d2f6c;
	  background-color: transparent;
}

.redtext 
{
	color: #9d2f6c;	
}