
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #EEEEEE url(images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

h1 {
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 18px;
	color: #8F8F8F;
}

h2 span {
	color: #101D48;
}

h3 {
	margin-bottom: 10px;
	font-size: 11px;
	color: #212E59;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818080;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

ul
{
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(images/homepage08.gif) no-repeat left center;
}

.list1
{
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.list1 li
{
    padding-left: 18px;
    background: url(images/subpage01.gif) no-repeat left center;
}

.list2 {
}

.list2 li {
	float: left;
	width: 45%;
}


.list3 {
	margin-left: 20px;
	padding-left: 0px;
	list-style: none;
}

.list3 li {
	padding-left: 4px;
	list-style-image: url(images/subpage012.gif);
	
}

/** LINKS */

a {
	color: #0C66B2;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
 border: none;
}

img.left {
	float: left;
	position: relative;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

img.border {
	padding: 3px;
	border: 1px solid #C4C4C4;
}

hr {
	display: none;
}

.hr1 {
	height: 11px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C4C4C4;
}

/** HEADER */

#header {
	width: 737px;
	height: 181px;
}

/** LOGO */

#logo {
	width: 239px;
	height: 181px;
}


/** MENU */

#menu {
}

#menu ul {
	margin: 0px;
	padding: 40px 0px 0px 15px;
	list-style: none;
}

#menu li {
	float: left;
	padding: 0px;
	background: none;
}

#menu a {
	float: left;
	height: 23px;
	padding: 7px 15px 0px 15px;
	background: url(images/homepage03.gif) no-repeat left top;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 737px;
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 498px;
	position: relative;
	margin: -79px 0px 0px 0px;
}

/** SIDEBAR */

#sidebar {
	width: 239px;
}

/** FOOTER */

#footer {
	width: 737px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #9E9E9E;
}

/** BOX1 */

#box1 {
	height: 289px;
}

/** BOX2 */

#box2 {
	padding: 10px 22px 0px 24px;
}

/** BOX3 */

#box3 {
	padding: 10px 28px 0px 26px;
}

/** BOX4 */

#box4 {
	height: auto;
	padding: 10px 30px 10px 30px;
	background: url(images/homepage05.jpg) no-repeat left top;
}

/** BOX5 */

#box5 {
	padding: 10px 28px 0px 26px;
	border-right: 1px solid #C4C4C4;
}

/** BOX6 */

#box6 {
	padding: 20px 22px 0px 24px;
	background: #FFFFFF url(images/subpage02.jpg) no-repeat left top;
}

/* Grid*/
/* table style */
table
{
    font-family:Arial,Helvetica,sans-serif;
    color:#555555;
    border-collapse:collapse;
    border-style:none;
    border-width:0px;
}

/* the sort header link */
th a 
{
    display:block;
    text-decoration:none;
    color:#FFFFFF;
}

/* common cell styles */
th, td
{
    border:1px solid #FFFFFF;
    padding:0.5em;
    text-align:left;
    font-size: 9.7pt;
}
td { cursor:default; }

/* alternating row style */
.alt { background-color:#EEF4F9; }

/* mouseover cell style */
.over { background-color:#ECFBD4; }

/* selected cell style */
.selected
{
    background:#BCE774;
    color:#555;
}

/* mouse-down cell style */
.down
{
    background:#BCE774;
    color:#FFFFFF;
}

/* header cell style */
th, th.over, th.selected, th.down
{
    background:#0C66B2 url(images/gridhd.png) repeat-x;
    color:#FFFFFF;    
}