
/* CSS Document */

body{
margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000099;
	background-color: #AECBFF;

}

a{
color:#000099;
}

a:hover{
text-decoration:none;
}

textarea,input,submit{
background-color:#eeeeee;
color:#666666;
padding:5px;
border:none;
margin:3px;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:250%;
color:#000099;
font-weight:normal;
}

#title{
margin:0 auto 0 auto;
text-align:center;
margin-bottom:25px;
}

#title p{
	font-variant:small-caps;
	letter-spacing:2px;
	color: #000033;
}

#title img {
border:none;
}

#container {
width:600px;
margin:0 auto 0 auto;
}

#sidebar {
width:210px;
float:right;
}

#sidebar h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:right;
font-size:200%;
color:#626477;
border-bottom: 1px solid #999999;
}

#sidebar p{
	line-height:20px;
	color: #000099;
}

#menu {
text-align:right;
}

#menu a{
color: #000099;
background-image:none;
background-position:right;
background-repeat:no-repeat;
padding-right:10px;
line-height:15px;
text-decoration:none;
}

#menu a:hover{
color: #FF3300;
background-image:none;
}

#content{
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #999999;
	background-image:none;
	background-position:right;
	background-repeat:repeat-y;
	color: #0033CC;
}

#content h1{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:200%;
	color:#626477;
	padding-top:15px !important;
	padding-top:0;
	background-image:none;
	background-position:top right;
	background-repeat:no-repeat;
	border-top-color: #ECE9D8;
}

#content p{
	line-height:20px;
	text-indent:15px;
	color: #000099;
}

#content ol,ul{
line-height:25px;
}

#footer{
	width:600px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px solid #666666;
	color: #666666;
}
.left {
	float:left;
	padding-right: 20px; 
}
.right {
	float: right;}
