html, body { 
	margin: 0px; 
	padding: 00px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(../images/bckgr_inside.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
} 
td {
	margin: 0px; 
	padding: 0px;
	font-family:  Arial,Helvetica, sans-serif;
	font-size:11px;
}
a:link {
	text-decoration:none;
	color:#772DA0;
}
a:visited {
	text-decoration:none;
	color:#772DA0;

}
a:hover {
	text-decoration:none;
	color:#666666;

}

p {
	margin: 0px;
	padding: 0px;
}

hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#page {
	width:940px; 
}

.left {
	float:left;
}

.right {
	float:right;
}
.pic-left {
	float:left;
	padding-right: 10px;
	padding-bottom: 6px;
}
.grey {
	color:#666666;
}

.documents li {
	list-style-image: url(../images/icon_pdf.gif);
}
.clear {
	clear: both;
}

/** ---------------------------
--- HEADER
--------------------------- **/

#header {
	background-repeat:no-repeat;
	background-position:right;
	height:159px;
}

#header #smenu {
	float:right;
	margin-right:70px;
	padding-top:5px;
	font-size:10px;
	text-align:right;
}

#header #smenu a {
	text-decoration:none;
	color:#FFFFFF;
}

#header #logo {
	width:320px;
	height:159px;
}

/** ---------------------------
--- MAIN
--------------------------- **/

#main {
}

#main #menu {
	width:250px;
	float: left;
	height: 420px;
}

#main #content {
	float: right; 
	width: 551px;
	margin-top:30px;
	padding-right:70px;
}

#main #content h1 {
	text-transform:uppercase;
	font-size:12px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
#main #content h2 {
	font-size:12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
#main #content h3 {
	font-size:11px;
	margin: 0px;
	padding-top: 16px;
	padding-bottom: 6px;
	color: #333333;
}

#main #content ul {
	margin: 0px;
	padding: 0px;
}

#main #content li {
	list-style:disc;
	margin-left: 16px;
}

/** ---------------------------
--- MAIN MENU -- LI
--------------------------- **/

#main #menu li {
	margin-left:25px;
	margin-top:6px;
	list-style:disc;
	color:#D99B58;
}

#main #menu li a {
	text-decoration:none;
	color:#DDDDDD;
}

#main #menu li a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#main #menu li a.selected {
	font-weight:bold;
	color:#FFFFFF;
}

#main #menu li.smenu {
	margin-left:55px;
	margin-top:5px;
	list-style:none;
	font-size:10px;
}

#main #menu li.smenu a {
	text-decoration:none;
	color:#DDDDDD;
}

#main #menu li.smenu a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#main #menu li.smenu a.selected {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

/** ---------------------------
--- MAIN CONTENT
--------------------------- **/

.greybox {
	background-color: #E9E9E9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.list ul {
	margin: 0px;
	padding: 0px;
}

.list li {
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 12px;
	list-style-image: url(../images/icon-list.gif);
}
.ext-list ul {
	margin: 0px;
	padding: 0px;
}

.ext-list li {
	list-style:disc;
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 12px;
}

#main #content #publish-list li {
	list-style:none;
	margin-bottom:10px;
}

#main #content .publish-info {
	color:#999999;
}

/** ---------------------------
--- SEARCH
--------------------------- **/
#search {
	margin-right: 50px;
	margin-top: 20px;
	padding: 12px;
	border-style:solid;
	border-color:#97ADB9;
	border-width:1px;
}
#search .field {
	width: 140px;
	margin-top:2px;
	margin-bottom:2px;
	border-style:solid;
	border-color:#97ADB9;
	border-width:1px;
	background-color: #E0E8F0;
}
#search .pulldown {
	width: 143px;
	margin-top:2px;
	margin-bottom:2px;
	border-style:solid;
	border-color:#97ADB9;
	border-width:1px;
	background-color: #E0E8F0;
}

/** ---------------------------
--- FOOTER
--------------------------- **/

#footer {
	clear:both;
	margin-top: 20px;
	margin-left:234px;
	padding-left: 14px;
	position:relative;
	bottom:0px;
	height:25px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #97ADB9;
	font-size: 10px;
}
