body {
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* Part 1: Layout */
table {
	width:98%;
	min-width:720px;
	border:solid 2px;
	/* background:#DEE3CC; */
	border-collapse:collapse;

}


/* Part 2: Table Style */
table td {
	border:solid 2px #FFFFFF;
	vertical-align:top;
}
	
table td.blue {
	background:#99CCFF;
	text-align:center;
	vertical-align:middle;
}

table td.left {
	background:#99ff99;	
	width:210px;
	height:550px;
}

table td.main {
	background:#99CCFF;
}
	
table td.green {
	background:#99ff99;
	vertical-align:middle;
}


table td.right {
	background:#99ff99;
	width:65px;
}

table td.header {
	background:#99CCFF;
	text-align:left;
	vertical-align:top;
	border-bottom:#FFFFFF solid 1px;
}

table td.internal {
	background:#99CCFF;
	text-align:left;
	vertical-align:top;
	border:solid 2px #99CCFF;
}

table td.footer {
	/* background-color:#6699ff; */
	background:url(../images/bar_blue_gradient.gif) top repeat-x;
	border-top:#FFFFFF solid 4px;
	color:#FFFFCC;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

td.footer a {
	font-weight:bold;
	color:#FFFFCC;
	text-decoration:none;
}

td.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* Part 3: Font Type and Color */
h1.bradley {
	text-align:center;
	font-family:"Bradley Hand ITC";
	color:#6699FF;
}

span.bold {
	font-weight:bolder;
}

span.boldItalic {
	font-weight:bolder;
	font-style:italic;
}

/* Part 4: Text Division */
div.txtDiv {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 15px;	
}

div.txtDiv2 {
	line-height: 18px;
	text-align: justify;
	padding:1px 15px;
	font-size:12px;
}

div.mainText {
	line-height:18px;
	text-align:justify;
	padding:10px 25px 25px 25px;
}

div.mainText p {
	font-size:13px;
	margin-bottom:15px;
}

div.right {
	float:left;
}

div.clear {
	clear:both;
}

p {
	font-size:12px;
}

h2 {
	margin-top:15px;
	font-size:16px;
	font-weight:bold;
}

p.mainTxt {
	letter-spacing:1px;
	text-align:justify;
	line-height:24px;
	font-size:13px;
}

/* Part 5: Unified List */
ul {
list-style:none;
}

#naviBar a {      /* Navigation bar links */
	display:block;
	width:200px;
	line-height:45px;
	color:#66FF66;
}

#naviBar #home a {
	background:url(../images/home_green_green.gif) right no-repeat;
}
#naviBar #home a:hover {
	background:url(../images/home_blue_green.gif) right no-repeat;
}

#naviBar #hypnobirthing a {
	background:url(../images/hypnobirthing_green_green.gif) right no-repeat;
}
#naviBar #hypnobirthing a:hover {
	background:url(../images/hypnobirthing_blue_green.gif) right no-repeat;
}

#naviBar #about a {
	background:url(../images/about_green_green.gif) right no-repeat;
}
#naviBar #about a:hover {
	background:url(../images/about_blue_green.gif) right no-repeat;
}

#naviBar #register a {
	background:url(../images/register_green_green.gif) right no-repeat;
}
#naviBar #register a:hover {
	background:url(../images/register_blue_green.gif) right no-repeat;
}



/* Part 6: Hyperlinks */
a {
	
}

a:visited {
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Part 7: Image */
img {
	text-align:center;
}

img.right {
	float:right;
	padding:0px;
	margin:0px 0px 15px 25px;
	border:#FFFFFF solid 4px;
}

/* Part 8: others */
div.spacer {  /* for the length of table colomn */
}