body {
	margin : 0px auto 0px auto;
	padding: 0px;
	background: White url(body_background.gif) repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2A59;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-position: outside;
	width: 450px;
}

h1, h2, h3, p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
} 

h1 {
	font-size: 20px;
	margin: 15px 0px 10px 0px;
	color: #66DD00;
}
h2 {
	font-size: 16px;
	margin: 15px 0px 10px 0px;
	color: #FF7700;
}
h3 {
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	color: #FF7700;	
	clear: both;
}

p {
	margin: 10px 10px 10px 10px;
	width: 670px;
	text-align: justify;
	display: inline;
	overflow: none;
}

p img {
	display: inline;
	overflow: hidden;
	clear: both;
}

p:first-letter {
	font-size: 125%;
}

a {
	color: #022AD9;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

a img {
	border: none;
}

form {
	margin: 10px 0px 10px 0px;
	width: 470px;
	font-size: 11px;
	font-weight: bold;
}

form .inputtext {
	width: 150px;
	height: 18px;
	border: solid 1px #6A66E1;
	background-color: #f8f8fa;
	color: #2E2A59;
}

form textarea {
	width: 300px;
	height: 120px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #6A66E1;
	background-color: #f8f8fa;
	color: #2E2A59;
}


label {
	margin-right: 10px;
}

form .button {
		background-color: #6A66E1;
		border: none;
		font-weight: bold;
		color : #ffffff;
}


div#top {
	width: 760px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;	
	background: White url(top_background.gif) repeat-x;
	overflow: hidden;
}

div#top img.left {
		float: left;
	}
div#top img.right {
		float: right;
}	

div#baner{
	width: 720px;
	height: 120px;
	padding: 0px 20px 0px 20px;
	margin: 0px auto 0px auto;
	background: White url(main_background.gif) repeat-y;
	clear: both;
	overflow: hidden;
}

div#main {
	width: 700px;
	height: auto !important;
	height: 200px; /* IE */
	min-height: 200px;
	
	padding: 10px 30px 10px 30px;
	margin: 0px auto 0px auto;
	background: White url(main_background.gif) repeat-y;
	clear: both;
}

div#footer {
	width: 760px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;	
	background: White url(footer_background.gif) repeat-x;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
}

div#footer img.left {
		float: left;
	}
div#footer img.right {
		float: right;
}

div.column-right {
	width: 210px;
	height: 350px;
	float: right;
}

div.column-right p {
	width:100%;
}

div.column-right a img {
	margin : 5px  0px 0px 0px;
	padding: 0px;
}

div.column-left p:first-letter {
	font-size: 100%;
}


