@charset "utf-8";
/* CSS Document */

#header, #nav, #main, #footer {
	width: 760px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#hCLeft {
	padding: 8px 8px 8px 30px;
	float: left;
}

#hCRight {
	padding: 30px 70px 10px 10px;
	float: right;
	font-weight: bold;
	font-size: 13px;
}

#nContent {
	padding: 12px 12px 12px 12px;
	background-image: url(../images/topCorners.png);
	background-position: top;
	background-repeat: no-repeat;
}

#mContent {
	padding: 12px 12px 12px 12px;
	background-color: #FFFFCC;
}

#mCLeft {
	float: left;
}

#mCRight {
	float: right;
}

#writeBox, #infoBox, #staticBox, #imageBox {
	width: 440px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border: #000066 1px dotted;
}

#writeBox {
	background-image: url(../images/infoBg.png);
	background-position: top;
	background-repeat: no-repeat;
}

#writeBox h1 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
}

#writeBox h2 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
}

#writeBox p {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.end {
	margin-bottom: 0px;
}

.noGap {
	margin-top: 0px;
	margin-bottom: 0pc;
}

#infoBox, #staticBox, #imageBox {
	width: 260px;
	background-image: url(../images/bodyBg.png);
	background-position: top;
	background-repeat: no-repeat;
}

#imageBox {
	padding: 10px 5px 10px 5px;
}

#infoBox h1 {
	font-weight: bold;
	font-size: 14.5px;
	margin-top: 0px;
}

#infoBox p {
	font-weight: normal;
	font-size: 13px;
	margin-top: 0px;
}

#staticBox p {
 	color: #000066;
	margin-top: 0px;
}

#navInfo {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#seperator {
	margin-bottom: 15px;
}

#fContent {
	padding: 12px 12px 12px 12px;
	background-image: url(../images/bottomCorners.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
	
.clear {
	clear: both;
}

.images {
	text-align: center;
	border: none;
}

.gap {
	margin-right: 15px;
}

#darkGrey {
	padding: 5px;
	background-image: url(../images/bgDarkGrey.png);
	background-position: left;
	background-repeat: repeat;
}

#lightGrey {
	padding: 5px;
	background-image: url(../images/bgLightGrey.png);
	background-position: left;
	background-repeat: repeat;
}

.inlineBlock {
	margin: 15px 5px 20px 5px;
}

.inlineBlockEnd {
	margin: 15px 5px 0px 5px;
}

#top {
	margin-top: 25px;
}

#tableLeft, #tableRight {
	padding: 10px;
}

#tableLeft {
	float: left;
}

#tableRight {
	float: right;
}
