html {
	font-family: Arial;
	font-size: 12px;
	background-color: #66F;
}

body {
	text-align: center;
	background-color: #99F;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
    border: none;
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
}

#page {
	background: #ffffff;
	width: 800px;
	text-align: left;
	padding: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #006;
}

#header {
}

#header-menu {
    background: transparent url( images/header-menu-bg.png ) repeat-x;
    height: 27px;
    padding: 5px 0 0 0;
    margin: 0 0 12px 0;
}

#header-menu li {
    float: left;
    height: 23px;
    padding: 4px 29px 0 22px;
    background: transparent url( images/header-menu-item-bg.png ) no-repeat right;
}

#header-menu li a {
	color: #FF0;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

#header-menu li a:hover{
	color: #FF0;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

#sidebar-left {
    width: 184px;
    float: left;
}

#content {
	width: 415px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

#sidebar-right {
    width: 181px;
    float: left;
}

.box2 {
    margin: 0 0 10px 0;
}

.box2 .top {
	background: transparent url( images/box2-top-bg.png ) no-repeat;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 24px;
}

.box2 .mid {
    background: transparent url( images/box2-mid-bg.png ) no-repeat;
    min-height: 470px;
    padding: 10px 0 0 0;
}

.box2 .bot {
	background: transparent url( images/box2-bot-bg.png ) no-repeat;
	height: 16px;
	margin: 0px;
	padding: 0px;
}

.box1 {
    margin: 0 0 10px 0;
}

.box1 .top {
	background: transparent url( images/box1-top-bg.png ) no-repeat;
	height: 24px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 20px 0 20px;
	text-decoration: blink;
}   

.box1 .mid {
    background: transparent url( images/box1-mid-bg.png ) no-repeat;
    min-height: 50px;
    padding: 5px 20px 0 20px;
}   

.box1 .bot {
    background: transparent url( images/box1-bot-bg.png ) no-repeat;
    height: 8px;
}

#sidebar-left li {
    padding: 5px 0;
}

#sidebar-left li a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar-left li a:hover {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-left .ad {
	margin: 0 0 10px 0;
	text-align: center;
}

#sidebar-right .ad {
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#content .title {
    font-size: 18px;
    font-weight: bold;
    color: #bc0001;
    margin: 0 0 10px 0;
}

#content p {
    margin: 0 0 10px 0;
}

.box3 {
    border: 1px solid #a02525;
    padding: 1px;
    background: #ecffff;
    margin: 0 0 10px 0;
}

.box3 .top {
	background: #4d37ff;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #ffffff;
	;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.box3 .mid {
    padding: 3px;
}

.box3 .mid p {
    margin: 0 !important;
}

#last-menu {
	background: transparent url( images/header-menu-bg.png ) repeat-x;
	height: 27px;
	padding: 5px 0 0 0;
	text-align: center;
}

#last-menu li {
	float: left;
	height: 23px;
	background: transparent url( images/header-menu-item-bg.png ) no-repeat right;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
}

#last-menu li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
h1 {
	font-size: 18px;
	color: #F00;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
h3 {
	margin: 0px;
	font-size: 16px;
	color: #FFF;
	line-height: 23px;
	font-weight: bold;
}
.provided {
	width: 100%;
	text-align: center;
	color: #999;
	height: 20px;
	padding-top: 7px;
}

