body {
	margin:0;
	padding:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000 no-repeat;
	min-width:600px;
	font: 100% Verdana, Geneva, sans-serif;
	color: #fff;
}
a {
	text-decoration: none;
	list-style: none;
	color: #000;
}
a:hover {
	color:#fff;
	background:#FAE174;
	list-style: none;
	text-decoration: none;
}
.imgcenter {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color: #FAE174;
	font-family: "ParkAvenue BT", "Lucida Calligraphy", serif;
}
h1 {
	font: 300% "ParkAvenue BT", "Lucida Calligraphy", serif;
}
h2 {
	font: 200% "ParkAvenue BT", "Lucida Calligraphy", serif;
}
.colmask.threecol .colmid .colleft .col1 h2 {
	border-bottom: medium inset #FAE169;
	width: 85%;
	font-size: 200%;
}

h3 {
	margin-left: 3em;
	font: normal 100% Verdana, Geneva, sans-serif;
	font-family: Verdana, Geneva, sans-serif;
}
h4 {
	font: normal 100% Verdana, Geneva, sans-serif;
	margin-left: 6em;
	color: #FAE174;
}
h5 {
	text-align: right;
	color: #39F;
}

.highlight-bold {
	font-weight: bold;
}
.highlight-italic {
	font-style: italic;
	font-weight: lighter;
}


p {
	margin:.4em 0 .8em 0;
	padding:0;
	color: #FAE166;
}
img {
	margin:10px 2px 5px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background: #000;
	padding-bottom: 2em;
}

#header table {
	border-bottom: thick inset #FAE174;
}

#header img {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
	text-decoration: none;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	color: #FFF;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;
	padding-bottom: 2em;
	border-top: thin solid #FAE174;
}
.colmask.threecol .colmid .colleft .col2 ul li img {
	margin: 0px;
	padding: 0px;
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
.colmask.threecol {
	color: #FFF;
}

/* 3 Column settings */
.threecol {
	background: #000;
}
.threecol .colmid {
	right:25%;		/* center column background colour */
	color: #fff;
	background: url(images/bak-mid-col.png) repeat-y;
}
#lastimage {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.pcenter {
	text-align: center;
}


.colmid .colleft .col1 table tr td img {
}
.colleft .col1 table tr td img {
	text-align: center;
}

.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#000;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	border-right: thin solid #FAE174;
	border-left: thin solid #FAE174;
	border-bottom: thin solid #FAE174;
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;
	color: #FFF;
}
.colmask.threecol .colmid .colleft .col2 ul  {
	text-decoration: none;
	list-style: none;
	width: 100%;
	position: relative;
	z-index: 0;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:3px solid #FAE174;
	background: #000;
	color: #FAE174;
}
.colmask.threecol .colmid .colleft .col2 ul li a img {
	border-color: #000;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.colmask.threecol .colmid .colleft .col2 ul li a:hover img {
	background: #309;
}

.colmask.threecol .colmid .colleft .col2 p a {
	font: bold 110% "ParkAvenue BT", "Lucida Calligraphy", serif;
	color: #39F;
	text-decoration: none;
	width: 60%;
	text-align: center;
	display: block;
	padding-top: 0px;
	margin: 0px auto;
	padding-bottom: 0px;
	border-top: 1px solid #FAE174;
	border-bottom: 1px solid #FAE174;
}
.colmask.threecol .colmid .colleft .col2 ul li a h3 {
	font: bold 90% "ParkAvenue BT", "Lucida Calligraphy", serif;
	margin-top: 0%;
	margin-bottom: 0%;
	text-decoration: underline;
	color: #39F;
}
.colmask.threecol .colmid .colleft .col2 ul li a p {
	font: bold 100% "ParkAvenue BT", "Lucida Calligraphy", serif;
	color: #39F;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}


#footer p {
	color: #FAE174;
	margin-left: 2.5em;
}
#footer h6 {
	margin-left: 4.5em;
	color: #FAE174;
}
#footer h6 a {
	color: #16F;
}

#footer ul li {
	text-decoration: none;
	display: inline;
	margin-top: 0px;
	padding-top: 0px;
}
#footer ul li a {
	display: inline;
	color: #39F;
	text-decoration: none;
}

.colmid .col1 ol {
	font: 1em Verdana, Geneva, sans-serif;
	color: #FAE174;
	margin-left: 1.5em;
}
.colleft .col1 a {
	color: #39F;
	text-decoration: none;
}

.colmid .col1 ul li {
	font-family: Verdana, Geneva, sans-serif;
	color: #FAE174;
	text-decoration: none;
	list-style: none;
	margin-bottom: 1em;
}
.colmid .col1 ol li {
	padding-bottom: 1em;
}

.colmid .col1 ol li ol li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style: lower-alpha;
}
.colmask.threecol .colmid .colleft .col3 ul {
	font: bold 90% Verdana, Geneva, sans-serif;
	text-decoration: none;
	width: 90%;
	list-style: url(none) none;
}

.colmask.threecol .colmid .colleft .col3 ul li a {
	color: #FAE174;
	text-decoration: none;
	text-align: left;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.colmask.threecol .colmid .colleft .col3 ul li a:hover {
	color: #000;
	background: #FAE174;
	text-decoration: none;
}
.colmask.threecol .colmid .colleft .col3 ul li {
	text-decoration: none;
	list-style: none;
	text-align: left;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.colmask.threecol .colmid .colleft .col1 h1 {
	text-align: center;
}
