body {
	font-family: verdana;
	background-image: url(../img/bg.gif);
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-repeat: repeat;

}	

/* Layouts */
#content {
	background-color: #FFFFFF;
	width: 760px;
	text-align: left;
	border-bottom: solid 5px #CCCCCC;
	margin: 0;
}

.pink-block {
	background-color: #F76798;
	height: 65px;
	width: 6px;
	float: right;
}
/* Links */

A {
	color: #000000;
	text-decoration: underline;
}

A.selected, A:hover {
	color: #666666;
}



/* General */


.mainMenu {
	text-align: center;
	margin: 0;
	padding: 4px;
	height: 15px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.subMenu {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #F76798;
	height: 77px;
}

.mainMenu A {
	text-decoration: none;
}


/* Text Styles */

h1 {
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dotted #F76798;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;		
}


h2 {
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;	
}


.subTitle {
	font-weight: bold;
	font-size: 12px;
}

p {
	text-align: left;
}

.pagetext {
	padding: 10px;
	margin: 0 0 0 200px;
	line-height:  160%;	
}

 .pagetext p, .pagetext .credits{
	margin-left: 10px;
}

.textImg {
	float: left;
	height: 210px;
	width: 150px;
	border: 0;
	margin: 15px 10px 10px 40px;
}

.awardpic {
	border: 0;
	float: right;
	margin: -27px 0 0 0;
}

.credits {
	font-size: 11px;
}

.copyright {
	text-align: center;
	color: #666666;
	font-size: 10px;
	margin: 50px 0 5px 0;	
}

.breadcrumbs {
	font-size: 10px;
	text-transform: lowercase;
	background-color: #FFEDF3;
	padding: 2px 0 2px 40px;
	text-decoration: none;
}

.breadcrumbs A {
	text-decoration: none;
}
