@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Style Definitions */
html
{
	/*background-color: #58585a;*/
        background-color: #AE82C4;
}

body
{
	/*background-color: #58585a;*/
	background-color: #AE82C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

p
{
	margin: 10px;
}

strong
{
	font-weight: bold;
}

div#main
{
	width: 767px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

div.boxtop
{
	width: 767px;
	height: 18px;
	background-image: url(../images/boxtop.png);
}

div.boxmain
{
	width: 767px;
	background-image: url(../images/boxmain.png);
	background-repeat: repeat-y;
}

div.boxfoot
{
	width: 767px;
	height: 21px;
	background-image: url(../images/boxfoot.png);
}

div.boxleft
{
	float: left;
	width: 450px;
	padding: 30px;
	border-right: 1px solid #D8D8D8;
}

div.boxright
{
	float: right;
	width: 200px;
	margin-right: 45px;
}

div.logo
{
	margin-bottom: 40px;
}

div.footer
{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 691px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	color: #FFFFFF;
}

h1
{
	font-size: 1.2em;
	font-weight: bold;
}	

.clear
{
	clear: both;
}

a:link 
{
	color: #000;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
} 

