@charset "utf-8";

/* PCM colour swatch

Red          #B32A31 
Orange       #F7991D
Dark Gray    #545655
Mid Gray     #939598
Light Gray   #ABABAB

*/

/* Tag styles */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	color: #FFF;
}
h1, h2 {
	color: #FFF;
}
h3, h4 {
	color: #FFF;
	margin-left: 1em;
	line-height: 1em;
}	
a {
	color: #F7991D;
	text-decoration: none;
}
a:link a:visited a:active {
	color: #F7991D;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Style classes */

.bodytext {
	text-align: left;
	vertical-align: top;
	padding-top: 1em;
	padding-right: 3em;
	padding-bottom: 2em;
	padding-left: 4em;
	line-height: 1.75em;
	background-color: #545655;
	border-bottom: 4px solid #FFF;
	background-image: url(../images/tr.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.copyright {
	font-size: x-small;
	text-align: center;
	color: #545655;
}
.emphasis {
	font-weight: bold;
	color: #FFF;
	font-size: medium;
}
.superemphasis {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}
.imgborder {
	border: thin solid #FFF;
}

.footerborder {
border-top: 1px solid #545655;
}

/* Horizontal Navigation Styling*/

#navlist {
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #545655;
}
#navlist ul, #navlist li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #545655;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	padding-bottom: 2px;
	color: #B32A31;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F7991D;
}
