﻿/* WHOLE PAGE CONFIGURATION */
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-color: White;
	color:#171717;
	font-family: Verdana,"BitStream vera Sans",Helvetica,Sans-serif; 
	font-size:12px;
}
p {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	color:#171717;
}
h1 {
	font-size:20pt;
	font-weight: 600;
	margin-top: 10px;
}
h2 {
	font-size:18pt;
	font-weight: 600;
	margin-top: 10px;
}
h3 {
	font-size:16pt;
	font-weight: 600;
	margin-top: 15px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC
}
h4 {
	font-size:14pt;
	font-weight: 600;
	margin-top: 15px;
}
h5 {
	font-size:12pt;
	font-weight: 600;
	margin-top: 10px;
}
h6 {
	font-size:12pt;
	font-weight: 400;
	margin-top: 10px;
}
img {
	border:0;
}
small {
	font-size:10pt;
}
a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#2970A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	height: 1px;
}
blockquote {
	background:#F4F5F7 url(Images/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
li
{
    margin-left: 20px;
    padding-left: 10px;
}
code, pre {
	font-family: Consolas, Courier New, Lucida Console, Monospace;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
pre {
	border: solid 1px #bbbbbb;
	background-color: #eeeeee;
	margin: 0px 10px 0px 10px;
	padding: 8px;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center {
    text-align: center;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fixed, .clear {
	clear:both;
}
input.field, 
textarea {
	background:#FFF url(Images/textfield.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
}

/* HEADER */
div.header {
}
div.logo
{
    padding-top: 5px;
    padding-left: 5px;
    height: 50px;
	background:#6699cc url(Images/logo-bg.png) repeat-x;
	border-bottom: solid 1px Black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-weight: 600;
	color: White;
	vertical-align: middle;
	text-align: left;
}
div.languages
{
    padding-right: 5px;
    display: inline;
	float:right;
	font-size: 5pt;
}
div.navigation
{
    padding-left: 5px;
    height: 22px;
	background:#eaeaea url(Images/navigation-bg.png) repeat-x;
	border-bottom: solid 1px Black;
}

div.shadow
{
	background:url(Images/shadow.png) repeat-x;
    height: 4px;
    width: 100%;
}


div.subtitle 
{
    padding-top: 1px;
    height: 22px;
	display:inline;
    float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11pt;	
	color: #171717;
}
#menus li
{
    padding-top: 1px;
    margin-left: 0px;
    padding-left: 0px;
	border-left: dotted 1px dimgray; 
    height: 20px;
	display:inline;
	list-style:none;
	float:right;
    width: 85px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11pt;	
	color: #171717;
    text-align: center;
}
#menus li a
{
    padding-top: 1px;
    height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11pt;	
	color: #171717;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
}
#menus li:hover 
{
	background: LightGrey;
	font-weight: 600;
}
#menus li.current_page_item 
{
	font-weight: 600;
}
#menus li.current_page_item:hover 
{
	background: LightGrey;
	font-weight: 600;
}

/* PAGE LAYOUT */
table.pageWidth
{
    margin: 0;
	padding: 0;
	width: 100%;
}
table.pageWidthWithSeparator
{
	padding: 5px 5px 5px 5px;
	width: 100%;
}
td.lineSeparator
{
	height: 1px; 
	background-color: black;
}
td.leftBlackListItem
{
	width: 33%;
	height: 1px;
	text-align: left;
	background-color: Black;
    vertical-align: top;
}
td.rightBlackListItem
{
	width: 67%;
	height: 1px;
	text-align: left;
	background-color: Black;
    vertical-align: top;
}
td.leftListItem
{
	width: 33%;
	text-align: left;
    vertical-align: top;
}
td.ListItemSeparator
{
	height: 50px;
}
td.rightListItem
{
	width: 67%;
	text-align: left;
    vertical-align: top;
}

td.mainText
{
    margin: 0;
	padding: 0;
	font-family: Verdana,Helvetica,Sans-serif; 
	font-size:1.1em;
}

td.separator
{
    margin: 0;
	padding: 0;
	width: 20px;
}

td.sideBar
{
    margin: 0;
	padding: 0;
	width: 200px;
}

.pageLayoutDiv
{
    text-align:left;
    clear: both;
	width: 1024px;
}

.mainTextDiv
{
    display:inline;
    float:left;
    margin: 0px 10px 0px 10px;
	font-family: Verdana,Helvetica,Sans-serif; 
	font-size:1.1em;
	width: 800px;
}

.sideBarDiv
{
    display:inline;
    float:right;
    margin: 0;
	width: 200px;
}

#columns
{
    width: 100%;
    display: block;
}
#content {
	float: left;
	width: 70%;
	padding:5px 15px 10px;
}

#sidebar {
	float: right;
	width: 25%;
}

/* SIDE BAR */
div.sidenote
{
    border-top: solid 1px Black;
    border-bottom: solid 1px Black;
    border-left: solid 1px Black;
    border-right: solid 1px Black;
}
div.sidenoteheader
{
    height: 22px;
    background:url(Images/sidenoteheader-bg.png) repeat-x;
	color: #171717;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
div.sidenotetext
{
    padding: 10px;
}
div.separator
{
    height: 25px;
}
#sidebar li {
	padding-left:15px;
    margin-left: 0px;
	list-style:none;
	margin-top:5px;
}

/* FOOTER */
div.footer 
{
	color: #171717;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    width: 100%;
    display: block;
}
div.shadowedline
{
	background:transparent url(Images/shadowedline.png) repeat-x;
    height: 5px;
    width: 100%;
    display: inline-block;
}
#copyright 
{
    float: left;
    display:inline;
}
#gotop
{
    float: right;
    display:inline;
}

/* EXTRA LINKS */
.blackLink:link
{
	color: black;
    text-decoration: none;
}
.blackLink:visited
{
	color: black;
    text-decoration: none;
}
.blackLink:hover
{
	color: black;
    text-decoration: none;
}
.whiteLink:link
{
	color: white;
    text-decoration: none;
}
.whiteLink:visited
{
	color: white;
    text-decoration: none;
}
.whiteLink:hover
{
	color: white;
    text-decoration: none;
}
.underlinedLink:link
{
	color: black;
    text-decoration: none;
}
.underlinedLink:visited
{
	color: black;
    text-decoration: none;
}
.underlinedLink:hover
{
	color: black;
    text-decoration: underline;
}
a#gotop {
	background:url(img/icons.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}