* {
	margin: 0;
	padding: 0;
}
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,
caption, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
	border: 0;
}
a:hover {
	text-decoration: none;
}
p {
    margin: 10px 0 18px;
    font-size: 16px;
    line-height: 20px;
}
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 120px;
	background: #FFE680;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
}
.title {
	color: #5b9bd5;
	font-size: 18px;
    padding: 0px 0px 10px 0px;
}
.title1 {
	color: #5b9bd5;
	font-size: 16px;
	font-weight: bold;
    padding: 35px 0px 10px 0px;
}
.title2 {
	color: #5b9bd5;
	font-size: 18px;
    padding: 35px 0px 10px 0px;
}
.title3 {
	font-size: 18px;
    padding: 35px 0px 10px 0px;
}
.title4{
	color: #5b9bd5;
	font-size: 24px;
	font-weight: bold;
    padding: 35px 0px 10px 0px;
}
.list {
    list-style: disc inside;
}
.bot-border{
	color: #5B9BD5;
    border-bottom: 2px solid;
}
.annou{
    font-size: 42px;
    line-height: 48px;
    text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #FFFFFF;
	padding-top: 20px;
}