body {
	background: #194861 url(images/page_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
#page {
	width: 780px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(images/text_area_bg.gif) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4D5154;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

a {
	color: #1A4860;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 706px;
	height: 225px;
	margin: 0 auto;
	padding: 12px 37px 0 37px;
	background: #fff url(images/header_bg.jpg) no-repeat;
}

/* Logo */

#logo {
	float: left;
	width: 208px;
	height: 208px;
	padding: 0 15px 0 0;
	background: url(images/header_logo.jpg) no-repeat;
}

#logo h1 {
	margin-left: -9999px;
}

#logo h2 {
	margin-left: -9999px;
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	color: #990000;
}

/* Menu */

#menu {
	float: left;
	padding: 0 0 0 0;
	width: 480px;
}

#menu ul {
	height: 55px;
	margin: 0;
	padding: 23px 0;
	list-style: none;
	width: 480px;
}

#menu li {
	display: inline;
	text-align: center;
	margin: 0;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 23px;
	margin-top: 20px;
	padding-top: 12px;
	background: url(images/tab_light.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 16px;
}

#menu a:hover, #menu .active a {
	background-image: url(images/tab_dark.jpg);
	color: #FFFFFF;
}

/* Main Content */

#mycontent {
	width: 700px;
	margin: 0 auto;
}
#content {
	width: 700px;
	margin: 0 auto;
}

/* Right Content Area */

#rightcolumn {
	float: right;
	width: 480px;
	background-color:#FFFFFF;
}

.text {
	padding-bottom: 1em;
}

.text b {
	font-size:1.1em;
}
.text hr {
	margin: 1.5em 0 1.5em 0;
	border: 0;
	background-color:#CCCCCC;
	color:#CCCCCC;
	size: 1px;
	height: 1px;
}
.text h1 {
	padding-top: 10px;
	margin: 0;
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #015D69;
}
.text h2 {
	padding-top: 10px;
	margin: 0;
	letter-spacing: -.05em;
	font-size: 1.4em;
	font-weight: normal;
	color: #015D69;
}
.text h3 {
	padding-top: 10px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
}

.text h4 {
	border-top: 2px solid #cfcfcf;
	height: 20px;
	margin-top: 3px;
	padding: 6px 0 0 3px;
	font-size: 13px;
	font-weight: normal;
	color: #015D69;
}

#gallery .text img.photo {
	float:right;
	padding: 8px;
	background-color:#FFFFFF;
	border: 2px solid #cfcfcf;
}


.text p, .text dt{
	padding: 0 20px;
}
.text p, .text li, .text dt, .text dd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
}
.text ul, .text ol {
	margin: .5em 0 .5em 2em;
}
#mycontent img.right, #content img.right {
	float:right;
	border: 1px solid #1a4860;
	margin: 6px 0 6px 12px;
}


/* Left Nav */

#nav {
	float: left;
	width: 200px;
	background-color:#FFFFFF;
}

/* Box Style One */

.boxed1 {
	margin-bottom: 20px;
}

.boxed1 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 30px;
	background: #3D5EB6 url(images/box1_top.jpg) no-repeat;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
}

.boxed1 ul {
	margin: 0;
	padding: 0;
	background: #CCD9F0 url(images/box1_bg.gif) no-repeat left bottom;
	list-style: none;
}

.boxed1 li {
	padding: 10px;
	background: url(images/img11.gif) repeat-x;
	font-size: small;
}

.boxed1 a {
	text-decoration: none;
	font-weight: bold;
	color: #708ABA;
}

.boxed1 a:hover {
	color: #1A3460;
}

.boxed1 .active, .boxed1 .active a {
	background-color: #1A3460;
	color: #FFFFFF;
}

/* Box Style Two */

.boxed2 {
	margin-bottom: 20px;
}

.boxed2 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 30px;
	background: #3D5EB6 url(images/box2_top.jpg) no-repeat;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed2 ul {
	margin: 0;
	padding: 0;
	background: #C5DFE9 url(images/box2_bg.gif) no-repeat left bottom;
	list-style: none;
}

.boxed2 li {
	padding: 10px;
	background: url(images/img11.gif) repeat-x;
	font-size: small;
}

.boxed2 a {
	text-decoration: none;
	font-weight: bold;
	color: #3F95B8;
}

.boxed2 a:hover {
	color: #1A4860;
}

.boxed2 .active, .boxed2 .active a {
	background-color: #1A4860;
	color: #FFFFFF;
}

/* Box Style Three */

.boxed3 {
	text-align: left;
	font-size: small;
	margin-bottom: 40px;
}

.boxed3 h2 {
	height: 40px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #CCCCCC;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
}
.boxed3 li {
	line-height: 2em;
}
.boxed3 a {
	text-decoration: none;
	color: #696C6F;
}

.boxed3 a:hover {
	color: #1A4860;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	height: 60px;
	margin: 2em auto;
	border-top: 3px dotted #C5DFE9;
}

#footer p {
	margin: 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


#copy {
	float: left;
	padding: 20px 0 20px 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#right {
	float: right;
	height: 30px;
	padding: 20px 15px 0 35px;
	font-size: small;
	font-weight: bold;
}
