/* GENERAL */
* { padding: 0px; margin: 0px; }
ul { list-style-type: none; }
a {
    text-decoration: none;
	font-weight: bold;
	color: #0096BB;
}

/* CLASSES */
div.clear { clear: both; }
input.field {
    border: 1px solid #B1C5C1;
	width: 125px;
}
html>body input.field { margin-top: 2px; }
input.button {
    cursor: pointer;
	background: #FAFCFB;
	border: solid 1px #B1C5C1;
	width: 70px; height: 18px;
	font-family: Verdana; font-size: 11px;
	margin-top: 1px;
}
html>body input.button { margin-top: 2px; }
select {
	width: 125px;
}

/* MAIN DIVS */
body {
    background: #CAD7D6 url("images/backgroundBorder.png") repeat-y center top;
	font-family: Verdana;
	font-size: 12px;
    color: #787878;
	text-align: center;
}
div#wrapper {
	background: #FFF;
	width: 768px;
	margin: 0px auto;
}
div#topHeader {
    background: #0096BB;
	border-bottom: 8px solid #E2E9E7;
}
div#mainHeader {
    background: #FFF url("images/mainHeader.jpg") repeat-y center top;
	border-bottom: solid 1px #E2E9E7;
	height: 119px;
}
div#content {
    padding: 2px 0px 2px 0px;
}
div#content div.left {
    float: left;
	width: 200px;
	margin: 0px 0px 0px 1px;
}
html>body div#content div.left { margin: 0px 0px 0px 2px; }
div#content div.left div.header {
    background: #FFF url("images/boxHeader.png") no-repeat left top;
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #CDF4FE;
}
div#content div.left div.content {
    border: 1px solid #C6D2CF;
	margin: 0px 0px 2px 0px;
}
div#content div.right {
    float: right;
	width: 560px;
	margin: 0px 1px 0px 1px;
}
html>body div#content div.right { margin: 0px 2px 0px 0px; }
div#footer {
    background: #0096BB;
	border-top: 8px solid #E2E9E7;
	color: #FFF;
	padding: 2px;
}

/* TOP MENU */
div#topHeader ul {
    float: right;
}
div#topHeader li {
    display: inline;
}
div#topHeader li a {
    display: block;
	float: left;
	border-right: 1px solid #02A9D2;
	font-size: 0.95em;
	font-weight: normal;
	color: #FFF;
    padding: 3px 6px 4px 6px;
}
div#topHeader li a.last { border: none; }
div#topHeader li a:hover {
    background: #02A9D2;
}

/* MENU */
div#content div.left dl#menu {
    margin: 9px;
}
div#content div.left dl#menu dd {
    display: none;
    position: absolute;
	border-top: 1px solid #DEE4E2;
	margin: -23px 0px 0px 90px;
}
html>body div#content div.left dl#menu dd { margin: -23px 0px 0px 180px; }
div#content div.left dl#menu dd a {
    width: 160px;
}
div#content div.left dl#menu a {
    display: block;
	background: #FAFCFB;
    border-bottom: 1px solid #DEE4E2;
	font-weight: normal;
	color: #787878;
	padding: 4px;
}
div#content div.left dl#menu a.last {
    color: red;
}
div#content div.left dl#menu a:hover {
    background: #0096BB;
	color: #FFF;
}

/* MAILBOX */
div#content div.left form#mailbox {
	padding: 9px 9px 8px 4px;
}

/* RIGHT COLUMN */
div#content div.right div.title {
    font-size: 1.6em;
	letter-spacing: -1px;
	padding: 2px;
}
div#content div.right div.content {
    background: #FAFCFB;
	border-top: 2px dotted #DEE4E2;
    border-bottom: 2px dotted #DEE4E2;
	font-size: 1.1em;
	padding: 4px;
	margin: 0px 0px 2px 0px;
}
/* FOOTER */
div#footer a {
    color: #FFF;
}
div#footer a:hover {
    color: #CDF4FE;
}

/* SITEMAP */
dl#sitemap {
     text-align: left;
	 color: #CCC;
}
dl#sitemap a.delete {
    font-size: 0.8em;
	font-weight: normal;
    color: red;
}
dl#sitemap a:hover {
    text-decoration: underline;
}
dl#sitemap dt {
    display: inline;
}
dl#sitemap dd a {
    color: #02A9D2;
}