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

/* ***********************************************************************
 * Resets
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

DIV.reset {
    clear: both;
    font-size: 0;
}


/* ***********************************************************************
 * Formatting and appearance
 * *********************************************************************** */

BODY {
    background:#fff;
    font-family:Arial Rounded MT bold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #4d0060;
	line-height:18px;
}

TABLE, IMG {
    border: 0;
}

H1 {
color:#00aedd;
    font-size: 24px;
    font-weight: bold;
	line-height:24px;
	padding-bottom:9px;
}

H2 {
color:#00aedd;
    font-size: 16px;
	 font-weight: bold;
    font-weight: normal;
	padding-bottom:4px;
}

H3 {
color:#4d0060;
    font-size: 18px;
    font-weight: normal;
	line-height:24px;
}

p {font-family:Arial Rounded MT bold, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4d0060;
	line-height:19px;}

A:link, A:visited, A:active {
	color:#00aedd;
	text-decoration:none;
	border-bottom:#00aedd solid 2px;
}

A:hover {
color:#00aedd;
	text-decoration:none;
	border-bottom:#4d0060 solid 2px; 
}

/* ***********************************************************************
 * Layout
 * *********************************************************************** */

DIV#bodyWrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:40px;
}

DIV#header {
padding-bottom:42px;}

DIV#leftContent {
    width: 625px;
	float:left;
}
DIV#rightContent {
    width: 290px;
	margin-left:45px;
	float:left;
}

DIV#rightbox {
	margin: 80px 0px 0px;
		border:none;    
}
DIV#rightbox img{
	margin: 12px 0px 0px;
	border:none;
}

DIV.box {
	width:290px;
	float:left;
	font-size:14px;
	line-height:19px;
}

DIV.box a{
	
	line-height:24px;
	
}


DIV.box2 {
	width:290px;
	float:left;
	line-height:18px;
	margin: 36px 0px 0px;
}

DIV.appearances {
	margin: 36px 0px 0px;
}

DIV#footer {
	clear:both;
	border-top:#4d0060 solid 2px;
	 width: 960px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:40px;padding-top:8px;
}

DIV#footer A {

	font-size:12px;
	color:#00aedd;
}