body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(images/bg.jpg) repeat;
}

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

h1, h2, h3 {
	padding-bottom: 20px;
}

h4, h5, h6 {
}

h2 {
	padding-bottom: 7px;
	padding-top: 9px;
/* 	background: url(images/img20.jpg) repeat left center; */
	text-align: center;
	font-size: 1.5em;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	border-bottom: 3px solid #ccc;
}


ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #5FAED4;
	text-decoration: none;
	border-bottom: 0px dotted #ccc;
}

a:hover {
	text-decoration: underline;
	border-bottom: 1px dotted #5FAED4;
}

img {
	border: none;
	border: 9px solid #e6e6e6;
	margin: 4px;
}

img.icons {
	border: 11px solid #e6e6e6;
	margin: 4px;
}

p {
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 0;
}

table {
	background: #f0f0f0;
	padding: 6px 20px 6px 20px;
}

tr, td {
	padding: 2px 0 2px 0;
}



/* Menu */

#menu {
	height: 101px;
	padding-top: 10px;
	background: url(images/menubg.jpg) repeat-x;
	border-bottom: 1px solid #ccc;
}


#menu ul {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	line-height: 0px;
}

#menu li {
	display: inline;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: normal;
	color: #999;
}

#menu a {
	float: left;
/* 	width: 112px; */
	height: 17px; 
	padding: 84px 0 0 34px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: normal;
	color: #999;
}

#menu a:hover {
	color: #ccc;
	border-bottom: 0px solid #ccc;
	text-decoration: underline;
}

/* Top banner */

#top {
	width: 740px;
	height: 195px;
	margin: 0 auto;
	padding: 0 10px 30px 10px;
	background: url(images/header.jpg) no-repeat;
}

h4 { margin-left: 133px; padding-top: 50px; line-height: 20px; font-size: 0.75em; }


/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	padding: 10px 10px 50px 10px;
	background: url(images/stationarybg.jpg) repeat;
	font-family: Verdana;
	text-align: justify;
	font-size: 0.9em;
}

/* Main Content */

#main {
	float: left;
	width: 400px;
}

#main .title {
	letter-spacing: -1px;
	font-size: 2.2em;
}

#main .posted {
	margin-bottom: 2em;
	font-size: .8em;
	font-weight: normal;
}

#main .image {
	float: left;
	margin: .3em 1em 0 0;
}

#main p, #main blockquote, #main ul, #main ol {
	line-height: 155%;
}

/* Right Menu */

#right-menu {
	float: right;
	width: 320px;
}

#right-menu h3 {
	width: 310px;
	height: 32px;
	padding: 12px 0 0 10px;
	background: #5A5A5A url(images/rightmenu.gif);
	font-size: 1em;
	color: #999;
	font-size: 1.3em;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

#right-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right-menu li {
	padding: 5px 10px;
	border-bottom: 1px solid #5A5A5A;
}

#right-menu li:hover {
	background: #EFEFEF;
}

/* Column One */

#colOne {
	padding-bottom: 20px;
}

/* Column Two */

#colTwo {
	padding: 20px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.95em;
}

#colTwo li, #colTwo form {
	padding: 10px;
	border-top: 1px dotted #ccc;

}

#colTwo li {
	display: block;
	float: left;
	width: 330px;
}

#colTwo li ul {
}

#colTwo li li {
	display: list-item;
	float: none;
	padding: 0 0 0 10px;
}

#colTwo h3 {
 	margin: .6em 0 .8em 0;
	padding-bottom: 9px;
	padding-top: 9px;
 	background: url(images/img20.jpg) repeat left center;
	text-align: center;
	font-size: 1.5em;
/* 	margin: 0 0 .5em 0; */
/* 	padding: 6px 0 6px 10px; */
/* 	background: url(images/arrow.gif) no-repeat left center; */
/* 	font-size: 1em; */
/* 	background: url(images/img20.jpg) repeat left center; */
/* 	font-family: Georgia; */
/* 	font-weight: bold; */
/* 	font-size: 16px; */
}

/* Footer */

#footer {
	width: 720px;
	height: 111px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	background: url(images/footerbg.jpg) repeat-x;
	line-height: 20px;
}

#footer p {
	text-align: center;
	font-size: small;
}