﻿.boxed {
	margin-bottom: 20px;
	background: #FFFFFF;
	border: 01px solid #5E88E6;
}


.bl {background: #5e88e6 url() no-repeat 0 100%; width: 400px; text-align:center} 
.br {background: url() no-repeat 100% 100%; } 
.tl {background: url('beta1/images/rightcorner.png') no-repeat 0 0; } 
.tr {background: url() no-repeat 100% 0; padding:10px 0 0 10px;} 

.boxed .content {
	padding: 20px 20px 40px 20px;font-size:13px;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #5E88E6;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #666;
	background: #FDFDFD url('beta1/images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}


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

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	background: url("beta1/images/img04.jpg") no-repeat;
}

#sidebar li ul {
	line-height: 240%;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url("beta1/images/img05.gif") no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 20px;
	text-transform: lowercase;
	color: #4F789F;
}

#footer {
	clear: both;
	padding: 40px 0;
	background: #EAF1F7;
	border-top: 1px solid #A2C9EA;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #76AEDB;
}

#footer a {
	color: #76AEDB;
}


