body
{
	background-image: url(images/ribbons.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 40px 0 0 0;
	text-align:			center;
}


div.main
{

	min-height:			560px;
	min-width:			750px;
	padding-left:		50px;
	padding-right:		50px;
	bottom:				0;
	left:				0;

}


#masthead 
{
	height:				105px;
	padding-left:		8px;
	padding-right:		8px;

	border-bottom:		2px solid black;

}



#content
{
	min-height:			405px;
	width: 				745px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	
}


#footer {
	height:				45px;
	padding-left:		8px;
	padding-right:		0px;
	border-top:			2px solid black;
	text-align:			left;
}


img.logo {
	float:				right;
	display:			block;
}



#wrapper {
	width:				100%;
	height:				100%;
}

#floating {
	width:				100%;
	height:				100%;
	position:			relative;
}

#floating div {
	position:			absolute;
	bottom:				0;
	left:				0;
}




img.indexImage
{
	width:				125px;
	height:				320px;
	margin-top:			0px;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		0px;
	padding: 0;
	border-style: none;
}



p{
	font-family:		"Gill Sans", "Century Gothic", "Arial", sans-serif;


}


p.bigHeader
{
	font-size:			24px;
	margin-bottom:		5px;
}

p.footerText
{
	font-size:			13px;
	margin-top:			7px;
	color:				black;

}


span.deadLink
{
	color: #CCCCCC;
	display: inline;
}




a
{
	text-decoration:	none;
	color:				black;
	border: 0px;
}

a:hover
{
	color:				#CCCCCC;

}


a.imagelink
{
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


div.categoryrow
{

	width: 100%;


}


img.category
{
	width:					100px;
	height:					70px;
	padding-left:			5px;
	padding-right:			5px;
	padding-top:			10px;
	padding-bottom:			10px;
	border: none;
}



table.centretable
{
	display: block;
	height: 400px;
	width: 560px;;

	padding: 			0px 0px 0px 0px;
	margin: 			0px 0px 0px 0px;

	text-align: center;
	
}

td.centretablecell
{
	valign: middle;
	height: 400px;
	width:  560px;

	padding: 			0px 0px 0px 0px;
	margin: 			0px 0px 0px 0px;

}


table.centretablefull
{
	display: block;
	height: 400px;
	width: 735px;;
	text-align: center;

}

td.centretablecellfull
{
	valign: middle;
	height: 400px;
	width:  735px;
}




.categoryList
{
	width:				165px;
	height: 			400px;
	float:				right;
	border-left: 		1px solid black;
	margin-left: 		10px;
	padding: 			0px 0px 0px 0px;
	text-align: 		left;

}


.thumbnailBox {
	float: 				right;
	display:			block;
	text-align: left;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 5px
}

img.thumbnailImg
{
	width:			40px;
	height:			40px;
	border: 0px;
}



.pictureBoxLandscape
{
	height:			250px;
	text-align:		left;
	margin-bottom: 15px;
	margin-right:  15px;
}


.pictureBoxPortrait
{
	margin-bottom: 15px;
	margin-right: 15px;
	text-align:		left;
	position: relative;
	max-width:			320px;
	display: block;
	float: left;
	
}



.textBox
{
	text-align: left;
	width: 560px;

	padding: 			0px 0px 0px 0px;
	margin: 			0px 0px 0px 0px;
}


p.caption
{
	margin: 5px 60px 0px 0px;
	font-size: 13px;
	font-weight: normal;
}

p.noBottom
{
	margin-bottom: 0px;
}
p.projectTitle
{
	font-size:			18px;
	margin-bottom:		5px;
	margin-top: 0px;
}

p.profileTitle
{
	font-size:			18px;
	margin-bottom:		10px;
	margin-top: 0px;
}



p.projectSubtitle
{
	margin: 5px 0px 5px 15px;
	font-size: 13px;
}

p.projectListTitle
{
	font-size:			18px;
	margin: 0 0 0 10px;

}

p.projectLink
{
	margin: 5px 5px 5px 15px;
	font-size: 13px;

}


ul.projectLinks{
	font-size: 13px;	
	font-family:		"Gill Sans", "Century Gothic", "Arial", sans-serif;
}


li
{
	padding-top: 5px;
}

li.used
{
	color: #CCCCCC;
}



.adminPage
{
	width: 500px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: static;
	border-top: 1px solid black;
	margin-bottom: 50px;

}

.adminBox
{
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

	padding: 10px;

	position: static;
	border: 1px solid black;
	background-color: #6699CC;

}



div.adminAlert
{
	background-color: pink;
}


textarea
{
	text-align: left;
	width: 100%;
}




.adminButton
{
	background-color: white;
	border: 1px solid black;
	padding: 10px;

}

.adminButton:hover
{
	background-color: red;

}

p.linkheader
{
	text-align:	left;
	size: 20px;
	color: white;
	background-color: #6699CC;

}



#progress
{
	width: 100%;
	height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	

}

ul.adminList
{
	font-size:			18px;
	margin-bottom:		10px;
	margin-top: 0px;
	font-family:		"Gill Sans", "Century Gothic", "Arial", sans-serif;
}



div.linkbox
{
	text-align: left;
	margin: 10px 10px 10px 10px;
	width: 530px;
	min-height: 60px;
	padding: 1px 1px 1px 1px;
	border-top: none;
	border-bottom: none;
}


div.linkbox:hover
{
	background-color:	#CCCCCC;
}

a.linkLink:hover
{
	background-color:	#CCCCCC;
	color: black;
}



p.linktitle
{
	font-size:			18px;
	margin: 10px 5px 5px 20px;
}

p.linkbody
{
	font-size:			13px;
	margin: 0px 5px 0px 5px;
}

img.linkImage
{
	max-width: 62;
	max-height: 62px;
	border: none;
	float: left;
	display: block;
}

div.linkNoImage
{
	width: 62;
	height: 62px;
	margin: 5px 5px 5px 5px;
	border: none;
	float: left;
	align: center;
}



table.contacttable
{
	width: 100%
}
		
tr.contactrow
{
	width: 100%;
}

td.contactcol
{
	width: 50%;
	padding: 15px;
	text-align: center;
}

td.contactcolbottom
{
	width: 100%;
	padding: 15px;
	text-align: center;
}



div.titlewrapper
{
	text-align: left;
	padding-top: 50px;


}



textarea.feedback
{
	text-align: left;
	width: 60%;
}

p.feedbackParagraph
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size:			14px;
	color:				#999999;
	border-top:	1px solid #999999;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

span.feedbackQuestion
{
	font-size:			16px;
	color: black;

}

input.feedbackText
{

	width:	175px;
}


select.feedback
{

}