@charset "utf-8";
/* CSS Document */

/* GENERAL */
body {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0059A9;
}

p { 
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}

a:link { color: #0000FF; text-decoration: underline; }
a:visited { color: #0000FF; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: underline; }

div.clear {
	clear: both;
}
/***/

/* container */
div.container {
	width: 840px;
	margin: auto;
}
/***/

/* head */
div.head {
	height: 220px;
}
/***/

/* menu */
div.menu {
	margin-top: 5px;
	height: 33px;
}
/***/

/* main */
div.main {
	float: left;
	margin-top: 5px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #01A5EC;
	background: url(../images/main_back.jpg) #F0F8FF;;
}
/***/

/* left column */
div.left {
	float: left;
	width: 253px;
	background-image: url(../images/left_back.jpg);
	padding-top: 10px;
	height: auto;
}
/***/

/* content */
div.content {
	float: right;
	width: 555px;
	padding: 50px 30px 15px 0px;
	background-color: #F0F8FF;
}

div.content p {
	margin: 0px;
	line-height: 16px;
	text-align: justify;
}
/***/

/* pills */
div.pills {
	text-align: center;
	padding: 60px 0px 0px 0px;
}
/***/

/* footer */
div.footer {
	clear: both;
	height: 10px;
	background: url(../images/downpart.jpg) top no-repeat;
}

div.createdby {
	padding: 3px 5px 0px 0px;
	text-align: right;
}

.createdby img {
	border: 0px;
}
/***/