
body {
	margin: 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2 { font-size: 40px; }
h3 { font-size: 35px; }
h4 { font-size: 28px; }
h5 { font-size: 20px; }


p, blockquote, ul, ol {
	line-height: 180%;
	text-align: justify;
	font-size: small;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a
{ font-weight: bold;}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000;
}

img {
	border: none;
}

/* Header */

#header {
	width: 660px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 200px;
	background: /* url(images/success.jpg)*/  #fe8212;
}

#logo * {
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 10px 0 0 0;
	letter-spacing: -2px;
	font-size: 60px;
}

#logo h2 {
	padding: .25em 0 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: right;
	width: 450px;
	height: 200px;
	background: url(images/img2.jpg);
}

#menu ul {
	float: right;
	margin: 0;
	padding: 180px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 0 0 2em;
	text-transform: lowercase;
	font-size: x-small;
	font-weight: bold;

}

/* Content */

#content {
	width: 660px;
	margin: 0 auto;
	background: #fdd279 /* url(images/img3.gif) */;
	border-top: 10px solid #FFFFFF;
}

#colOne {
/* 	float: left; */
	width: 640px;
}

#colOne .top-head {
	padding: 30px 0 0 20px;
	color: #ff0000;
	font-weight: bold;

}

#colOne .content {
	padding: 20px;
}

#content a {color: black; text-decoration: none; }

/* #colTwo {
	float: right;
	width: 0px;
	padding-right: 10px;
	border-top: 10px solid #649CE2;
}

#colTwo .top-head {
	padding: 30px 0 0 20px;
}

#colTwo .content {
	padding: 10px 10px 10px 20px;
} */

#extra {
	height: 10px;
}

/* Footer */

#footer {
	width: 660px;
	height: 60px;
	margin: 0 auto;
	background: #fe8212 /* url(images/img4.gif) */;
	border-top: 10px solid #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: x-small;
	color: black;
	position: relative bottom;
}

#footer a {
	color: black;
	font-weight: bold;
}

.i {font-style: italic;}
.tick { list-style-image: url(images/check.gif); font-size: 100%; line-height: 19pt; padding: 15px; }