body {
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 5px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

div.emptySeperator {
	width: 100%;
	height: 25px;
}

/**************************/
/** General page styling **/
/**************************/
.pageTitle {
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	display: none;
}

.pageTitle img {
	font-weight: bold;
	font-size: 1.4em;
}

/****************/
/** Press page **/
/****************/
.pressArticle {
	display: block;
	width: 100%;
}

.pressHeader {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

.pressDate {
	font-weight: bold;
	font-size: 0.7em;
	color: #e1e1e1;
	padding: 5px 0px;
}

.pressDivider {
	display: block;
	height: 2px;
	margin: 10px auto;
	width: 98%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

fieldset.pressImage {
	padding: 5px;
	float: left;
	border: 1px solid #c0c0c0;
	margin-left: 10px;
	margin-bottom: 10px;
}

legend.pressImageTitle {
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.2em;
}

/*******************/
/** About me page **/
/*******************/
.passportImage {
	float: left;
	border: 0.5px solid #c0c0c0;
	margin: 1px 10px -1px 1px;
}





/*****************/
/** Awards page **/
/*****************/
.awardsArticle {
	width: 990px;
}

.awardsBlock {
	width: 990px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
	color: #000000;
	font-family: cursive;
	font-weight: normal;
}

.awardsHeader {
	font-size: 1.2em;
	font-weight: bold;
}

.awardsDate {
	font-weight: bold;
}

.awardsText {
	float: left;
	width: 780px;
}

.awardsImage {
	float: left;
	margin-left: 20px;
	width: 150px;
}


/*************************/
/** Special event pages **/
/*************************/

.specialEventHeader {
	width: 100%;
	text-align: left;
}


.linkCloud {
	clear: both;
}

.linkCloud a {
	float: left;
	padding-left: 10px;
	width: 175px;
}



.hatsLink {
	width: 65px;
	height: 40px;
	background-image: url('/images/hats.jpg');
	display: block;
	float: left; 
}

.hatsLink:hover {
	background-image: url('/images/hats-over.jpg');
}

.moreLink {
	width: 140px;
	height: 40px;
	background-image: url('/images/more.jpg');
	display: block;
	float: left;
}

.moreLink:hover {
	background-image: url('/images/more-over.jpg');
}

.smallText {
	font-size: 0.8em;
}

