#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: medium double #0294c5;
	background-color: #FFFFFF;
}
#header {
	background-image: url(images/Header.jpg);
	height: 150px;
	border-top-color: #0294c5;
	border-right-color: #0294c5;
	border-bottom-color: #0294c5;
	border-left-color: #0294c5;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#content {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #0294c5;
	border-right-color: #0294c5;
	border-bottom-color: #0294c5;
	border-left-color: #0294c5;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	clip: rect(auto,auto,auto,auto);
}
h1 {
	color: #0294c5;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 8px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
}
.highlight {
	background-color: #FFFF00;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
li {
	line-height: 18px;
	padding-top: 0px;
	white-space: normal;
	display: list-item;
	padding-left: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #585858;
}
ul {
	font-size: 18px;
	font-weight: bolder;
	color: #585858;
	list-style-position: outside;
	list-style-image: url(images/tick.jpg);
}


h3 {
	color: #0085CD;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.red {
	color: red;
	font-weight: bold;
}

.blue {
	color: #0085CD;
	font-weight: bold;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #585858;
}
h4 {
	font-size: 18px;
}

.ps {
	font-weight: bold;
	color: #000000;
}



#footer {
	width: auto;
	border-top-color: #0294c5;
	border-right-color: #0294c5;
	border-bottom-color: #0294c5;
	border-left-color: #0294c5;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
}
body {
	background-color: #efefef;
	background-image: url(images/pattern_062.gif);
	background-repeat: repeat;
}
blockquote {
	background-color: #efefef;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border: thin groove #CCCCCC;
	font-size: 14px;
	padding: 5px;
}
#content a {
	color: #496CF8;
	text-decoration: underline;
}
#content a:hover {
	color: #0628B0;
}
input.button {
	background: #FFF url(images/button.png) repeat-x;
	margin: 0;
	padding: 2px 3px;
	color: #FFFFFF;
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	font-family: Arial, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	color: #000000;
}
