html {
	overflow: -moz-scrollbars-vertical;
	width: 100%; height: 100%;
}

body {
	width: 100%; height: 100%;
	margin: 0px;
	position: relative;
	font-family: arial, sans-serif;
        font-size: 11px;
	background: #333333;
	color: #d0d0d0;
	text-align: center;
}

a,
a:link,
a:visited {
	color: #f9e669;
	text-decoration: underline;
}
a:hover {
	color: #d3ac7a;
	text-decoration: underline;
}


td {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #d0d0d0;
}

body.contact input[type=text],
body.contact textarea,
body.contact select {
	font-family: verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #f9e669;
	color: #f9e669;
	padding: 2px;
}

input.isong {
}

table.form td.label, table.form td.input {
	padding-bottom: 4px;
}


/** START - Framework for the main table that takes up the whole page **/
div.page-container {
	position: relative;
	width: 901px;
	height: 100%;
	z-index: 1;
	margin: 0px auto;
}
table.pageframe {
	width: 906px; height: 100%;
	font-family: arial, sans-serif;
	font-size: 11px;
}
/** END - Framework for the main table that takes up the whole page **/


h1 {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 0px 0px; padding: 0px;
	text-align: left;
}

h2 {
	font-family: georgia, times, arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #f9e669;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

h2.blog-title {
	font-family: georgia, times, arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #f9e669;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

h3.blog-date {
	font-family: georgia, times, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #a2a2a5;
	margin: 0px 0px 10px 0px;
}

div.blog-last-updated {
	text-align: right; color: #97999a; font-size: 10px; padding-bottom: 5px;
}

h3 {
	font-family: georgia, times, arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #f9e669;
	margin: 0px 0px 5px 0px;
}

a.readmore,
a.readmore:link,
a.readmore:visited {
	font-family: georgia, times, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #d3ac7a;
	text-decoration: none;
}
a.readmore:hover {
	font-family: georgia, times, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

img.header-underline { margin-bottom: 40px; padding: 0px; height: 1px; }
img.underline { margin-bottom: 5px; padding: 0px; height: 1px; }


a.right-submenu,
a.right-submenu:link,
a.right-submenu:visited {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #d3ac7a;
	padding-left: 7px;
	text-decoration: none;
}

a.right-submenu:hover,
a.right-submenu-on,
a.right-submenu-on:link,
a.right-submenu-on:visited,
a.right-submenu-on:hover {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-left: 7px;
	text-decoration: none;
}


div.website_error_message {
	background: #ffffff;
	border: 1px solid #f9e669;
	color: #f9e669;
	margin-bottom: 10px;
	padding: 5px;
	width: 438px;
}
