/* Begin Typography & Colors */
body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	}
#header {
	margin:auto;
	height:120px;
	width:900px;
	position:relative;
	}
#headerTitle {
	position:absolute;
	left:0;
	bottom:0;
	line-height:50px;
	color:#69c;
	font-size:60px;
}
ul#menu {
	display:block;
	margin:0;
	text-align:center;
	height:30px;
	position:absolute;
	bottom:0;
	right:0;
}
ul#menu li {
	float:left;
	display:block;
	width:100px;
	height:26px;
	background-image:url("images/Tab.png");
	background-position:0 30px;
	margin:0 1px;
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-top:4px;
	font-size:18px;
	/* font-weight:bold; */
}
ul#menu li.current_page_item {
	background-position:0 0;
	}
ul#menu li.current_page_item a:hover {
	text-decoration:none;
	}


ul#menu li a {
	display:block;
	text-decoration:none;
	color:#fff;
}
ul#menu li a:hover {
	text-decoration:underline;
}
#contentWrapper {
	background-color:#69c;
	/* total width 900 */
	/* total height 500 */
	float:left;
	width:100%;
	min-width:950px;
	padding:20px 0;
}
#contentWrapper > div {
	width:950px;
	margin:auto;
}
#content {
	display:block;
	background-color:#036;
	width:950px;
	float:left;
	color:#fff;
	position:relative;
	}

#colLeft {
	/* 210 */
	float:left;
	clear:left;
	width:170px;
	margin:20px;
}
#colRight {
	/* 740 */
	float:left;
	clear:right;
	width:720px;
	margin:20px 20px 20px 0px;
	color:#000
}

/* Section */
.section {
	margin-bottom:40px;
	color:#fff;
	font-size:12px;
	padding-bottom:4px;
	border-width:0;
	float:left;
	clear:both;
}
a.sectionTitle{
	font-size:24px;
	line-height:24px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	display:block;
	padding:4px 8px;
	width:700px;
	border-width:0;
	border-bottom-width:1px;
	border-color:#69c;
	border-style:dashed;
}
.sectionContent {
	padding:6px 10px 8px 10px;
	font-size:13px;
	width:700px;
}
.section a {
	color:#fff;
}
.section a:hover {
	color:#ccc;
}
a.sectionTitle:hover {
	color:#fff;
}
.section a.sectionSubtitle:hover {
	color:#fff;
}
.section a.sectionSubtitle {
	font-weight:bold;
	font-size:14px;
	float:left;
	clear:both;
	width:700px;
	margin-bottom:4px;
}
.section p {
	margin-left:20px;
	text-align:justify;
	text-indent:0;
}
ul {
	margin-left:20px;
	padding-left:0;
	width:680;
	list-style:none;
}
ul li {
	margin-left:20px;
	width:100%;
	color:#ccc;
}
ul li b {
	color:#fff;
	display:inline;
	padding:0;
	margin:0;
}

ul li p {
	display:inline-block;
	margin:0 0 10px 20px;
	text-indent:0;
}


/* Submenu */
.subMenu {
	
	background-color:#002a54;
	/* background-color:#333; */
	padding-bottom:4px;
	position:relative;
}
.subMenu  > div {
	padding:8px 0 4px 0;
	line-height:24px;
	text-align:right;
	font-size:0px;
	color:#fff;
	font-weight:bold;
}
.subMenu hr {
	border-width:0;
	display:block;
	height:2px;
	margin:4px;
	visibility:hidden;
}

.subMenu  a {
	padding:0 8px;
	font-size:14px;
	display:block;
	text-decoration:none;
	color:#fff;
}
.subMenu  a:hover {
	display:block;
	text-decoration:none;
	/* background-color:#333333; */
	background-color:#369;
}
.subMenu  a.subItem {
	padding:0 8px;
margin:0;
	color:#ccc;
	font-size:12px;
	display:block;
	line-height:14px;
	text-decoration:none;
	font-weight:normal;
}
.subMenu  a.subItem:hover {
	color:#fff;
}
.subMenu .tl, .subMenu .tr, .subMenu .bl, .subMenu .br {
	width:4px;
	height:4px;
	position:absolute;
	background-image:url("images/SubMenuCorners.png");
	padding:0;
}

/* Rounded Corners */
#content > .tl, #content > .tr, #content > .bl, #content > .br {
	width:4px;
	height:4px;
	position:absolute;
	background-image:url("images/ContentCorners.png");
}
.imgRightCaption > .tl, .imgRightCaption > .tr, .imgRightCaption > .bl, .imgRightCaption > .br{
	width:4px;
	height:4px;
	position:absolute;
	background-image:url("images/CaptionCorners.png");
}
.tl {
	top:0;
	left:0;
}
.tr {
	top:0;
	right:0;
	background-position:4px 0;
}
.bl {
	bottom:0;
	left:0;
	background-position:0 4px;
}
.br {
	bottom:0;
	right:0;
	background-position:4px 4px;
}
.imgRight {
	float:right;
	margin-left:20px;
	border:0;
}
hr {
	border-width:0;
	display:block;
	height:2px;
	line-height:0;
	visibility:hidden;
}
.imgRightCaption {
	float:right;
	margin-left:20px;
	border:0;
	text-align:center;
	font-weight:bold;
	background-color:#333;
	padding:8px;
	position:relative;
	margin:20px;
}
.imgRightCaption img {
	margin:4px;
	border-width:0;
}
.clear {
	float:left;
	clear:both;
}

.section .subSection {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 40px 20px;
}