/**************************************************************************
*** DEFAULTS
**************************************************************************/
html,
body {
	height: 100%;
	background-color: white;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/body-background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

html,
body,
input,
select,
textarea {
	font-family:Trebuchet,"Trebuchet MS",verdana,helvetica,arial,"frutiger linotype","lucida grande",sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #454545;
}

input,
select,
textarea {
	border: 1px solid #565657;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid #196E82;
}

body * {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a,
a:link,
a:active,
a:visited,
a:focus {
	color: black;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {

}

select {
	width: 100%;
}

table {
	border-collapse: collapse;
}

.styleClear {
	clear:both;
	font-size: 0px;
}

h1, h2 {
	font-size: 13px;
	color: #196e82;
}

h2 {
	font-size: 12px;
}

h3, h4 {
	font-size: 100%;
}

h5, h6 {
	font-size: 87.00%;
}

table tbody td,
table tbody th {
	vertical-align: top;
}

blockquote {
	margin-left: 20px;
}

/**************************************************************************
*** PAGE LAYOUT :: GLOBAL
**************************************************************************/
div#pageOverallWrapper { }
div#pageOverall {
	width: 955px;
	margin: auto;
	margin-bottom: 10px;
}

/**************************************************************************
*** PAGE LAYOUT :: HEADER
**************************************************************************/

div#pageHeader {}

div#pageHeaderTop {
	position: relative;
	height: 68px;
	padding-bottom: 13px;
}
div#pageHeaderMiddle {
	height: 98px;
	background-image: url(../images/header-background.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div#pageHeaderBottom {
	height: 20px;
	background-color: white;
}

div#pageHeaderMiddle,
div#pageHeaderBottom {
	position: relative;
}

div#pageHeaderMiddleLogo {
	position: absolute;
	top: 40px;
	left: 24px;
}

div#pageHeaderMiddleToolbox {
	position: absolute;
	right: 18px;
	top: 10px;
	width: 150px;
	overflow: hidden;

	text-align: right;
	background-image: url(../images/font_enlarge.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div#pageHeaderMiddleNavigation {
	position: absolute;
	right: 18px;
	bottom: 0px;
}

/**************************************************************************
*** PAGE LAYOUT :: BODY
**************************************************************************/
div#pageBodyWrapper {
	background-color: white;
}
div#pageBody {  }

div#pageBodyColumnsWrapper { }
div#pageBodyColumns { }


div#pageBodyColumnLeftWrapper { }
div#pageBodyColumnLeft {
	padding:30px 24px 0px 24px;
}

div#pageBodyColumnMiddleWrapper { }
div#pageBodyColumnMiddle { }

div#pageBodyColumnRightWrapper { }
div#pageBodyColumnRight { }

/**************************************************************************
*** PAGE LAYOUT :: FOOTER
**************************************************************************/
div#pageFooterWrapper { }
div#pageFooter { }

div#pageFooterTop { }
div#pageFooterMiddle { }
div#pageFooterBottom { }

