/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #121734;
	color: #545253;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images/bullet.gif'); 
	font-size: 100%
}

hr {
	background-color: #5C7A98; 
	color: #303030; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #303030; 
	color: #fff; 
	border: 1px solid #c0c0c0; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
	margin: 2px 0;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #151c49; 
	text-align: left; 
	font-size: 14px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #feba01; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #feba01; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #6692bd; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #8c2818; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #8c2818; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #bb1b01; 
	text-decoration: none; 
	font-weight: bold;
}

a:active {
	color: #bb1b01; 
	text-decoration: none; 
	font-weight: bold;
}


.navigation a:link  {
	color: #303030; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:visited {
	color: #303030; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:hover {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:active {
	color: #303030; 
	text-decoration: none; 
	font-weight: normal;
}

.sidebar a:link  {
	color: #303030; 
	text-decoration: none; 
	font-weight: normal;
}

.sidebar a:visited {
	color: #303030; 
	text-decoration: none; 
	font-weight: normal;
}

.sidebar a:hover {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

.sidebar a:active {
	color: #303030; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a:link  {
	color: #dc7c44; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a:visited {
	color: #dc7c44; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a:hover {
	color: #dc7c44; 
	text-decoration: underline; 
	font-weight: normal;
}

.footer a:active {
	color: #dc7c44; 
	text-decoration: none; 
	font-weight: normal;
}


/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 220px; 
	background: #b4b4b4;
	color: #303030; 
	text-align: left;
	margin: 2px 2px;
}

.header {
	background-image: url('images/pbmcl_hdr.jpg');
	color: #fff;
	text-align: right;
	vertical-align: top;
	padding-left: 20px;
	height: 146px
}

.header H1 {
	font-family: Georgia, Times, serif; 
	color: #ffffff; 
	text-align: left; 
	font-size: 26px; 
	font-weight: bold;
	margin: 20px 0 40px 0; 
}

.header H2 {
	font-family: Georgia, Times, serif; 
	color: #fff; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold;
	margin: 10px 0 10px 0; 
}

.header p {
	color: #fff;
	font-size: 125%;
	line-height: 20px;
}

.navigation {
	background-image: url('images/nav_slice.jpg');
	color: #000; 
	text-align: center;
	height: 18px;
	letter-spacing: 2px
}

.sidebar {
	background-color: #b4b4b4;
	color: 303030;
	width: 240px; 
	padding: 10px; 
	vertical-align: top; 
	font-size: 80%; 
	text-align: left;
	border-left: 1px dotted #303030;
}

.maintext {
	background-color: #fff;
	width: 530px; 
	padding: 10px 15px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.mainwide {
	background-color: #cd5d2e;
	width: 776px; 
	padding: 10px 20px; 
	text-align: justify; 
	vertical-align: top; 
}

.footer {
	background-color: #000000;
	text-align: center;
	font-size: 90%; 
	font-weight: normal;
	border-top: 2px solid #fff; 
}