/*
Aptex
*/

body {
	margin: 20px;
	padding: 0;
	background: #CCCCCC;
}

body, th, td, input, textarea, select {
	font-family: arial, "lucida console", sans-serif;
	font-size: 13px;
	color: #003399;
}

h1, h2, h3 {
	color: #003399;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

input, textarea, select {
	color: #000000;
}

a {
	color: #990033;
}

a:hover {
	text-decoration: none;
}

/* LeftSide */

#LeftSide {
	float: left;
	width: 241px;
}

/* TopLeft */

#TopLeft {
	margin-bottom: 10px;
	background: #ffffff ;
}

#TopLeft h1, #TopLeft p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #003399;
}

#TopLeft h1 {
	padding-top: 5px;
	background:  url(images/leftline.gif) no-repeat;
}

#TopLeft p {
	background:   url(images/leftbottom.gif) no-repeat left bottom;
}


/* LeftMenu */

#LeftMenu {
	background: #ffffff url(images/leftbottom.gif) no-repeat left bottom;
}

#LeftMenu-top {
	height: 20px;
	background:  url(images/leftline.gif) no-repeat;
}

#LeftMenu * {
	color: #003399;
}

#LeftMenu ul {
	margin: 0;
	padding: 0 20px 100px 20px;
	background: none;
	list-style: none;
}

#LeftMenu li {
}

#LeftMenu li ul {
	padding: 0 0 20px 6px;
	background: none;
	line-height: 180%;
}

#LeftMenu li li {
	padding-left: 12px;
	background:  url(images/bullett.gif) no-repeat left center;
}

#LeftMenu h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1em;
}


/* Page */

#mainpart {
	margin-left: 250px;
}

/* Search */

#search {
	height: 51px;
	background:  url(images/upline.gif) repeat-x;
}

#search form {
	height: 51px;
	margin: 0;
	padding: 0;
	background: url(images/searchright.gif) no-repeat right top;
}

#search fieldset {
	height: 40px;
	margin: 0;
	padding: 11px 20px 0 0;
	background:  url(images/searchleft.gif) no-repeat left top ;
	border: none;
	text-align: right;
}

/* info */

#info {
}
#info h1, #info h2 {
	font-weight: normal;
	margin-top: 0;
}
.imagecen {
	padding: 0 20px;
}
.mainparttitle {
	margin: 0 0 10px 0;
	padding-top: 17px;
}

.mainInfo {
	margin-bottom: 10px;
	background: #ffffff;
}

.title {
	margin: 0;
	padding: 0 20px;
}

.infotext {
	margin: 0 20px;
	padding: 20px 20px 0 20px;
	border-top: 2px solid #003399;
}

.mainp { 
	margin: 0;
	padding: 0 20px;
	text-align: right; 
}
.mainp em { 
	float: left; 
}

/* Corners */

.ct .l {
	background:  url(images/topleft.gif) no-repeat left top;
}

.ct .r {
	height: 15px;
	background:  url(images/topright.gif) no-repeat right top;
}

.cb .l {
	background:  url(images/bottomleft.gif) no-repeat left bottom;
}

.cb .r {
	height: 15px;
	background:  url(images/bottomright.gif) no-repeat right bottom;
}

#indentTab {
	margin: 0 50px;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	font-size: smaller;
}

#footer p {
	margin: 0;
}

