html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none;
font-size:100%;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}

body {font-family: Arial, Helvetica, sans-serif;}

a {
	padding: 2px 4px;
	color:#4D4D4D;
	text-decoration:none;
	border-bottom:1px #4d4d4d dotted;
}
a:hover {
	background-color:#a4dce9;
	border:none;
	color: #fff;
}
ul {
list-style:none;
padding-left: 0;	
}
.wrapper{
margin: 20px auto;
width:960px;	
}
#main {
	width: 45%;
	float: left;
	text-align: left;
	min-height: 400px;
	padding: 0 20px 10px 5px;
}
.aside{
	width: 45%;
	float:right;
	padding: 15px 20px 20px 20px;
	background-color:#A4DCE9;
	min-height: 400px;
	border-radius: 15px;
}
.aside h2 {
 color: #FFFFFF;
    font-family: Helvetica;
    font-size: 32px;
    margin: 0 0 10px;
    text-align: center;
}
.aside ol {
	margin: 20px;
}
.aside ol li {
	padding: 0 0 20px 0;
}
.aside a:hover {
	background-color:#EFFF79;
	border:none;
}

.aside ul {
	
}
.aside ul li {
	margin: 10px;
}
.aside ul li a {
	   color: #1C13A0;
    font-weight: bold;

}
.aside p {
 color: #FFFFFF;
    font-size: 14px;
    margin: 250px 0 0;
}
#footer {
	border-top :dotted 1px;
	margin: 10px auto;
	min-height: 100px;
	width: 100%;
	float: left;
}
#footer #logo {
	float:left;
	width:100px;
}
#footer #copyrights, #footer #twevents {
	float:right;
	height: 30px;
	width: 840px;
	text-align: left;
	padding: 10px 0 0 0;
	
}
h1.title{
	margin: 5px 0 0 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color:#4d4d4d;
}
.title a, .title a:hover {
	text-decoration: none; 
	color:inherit;
	border:none;
	background:none;
	padding:0;
}

h1 span {
	color:#1e90ff;
}
p.description { 
	margin: 0 0 25px 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4D4D4D;
}
p {
	margin: 0 0 10px 0;
}


