
body {
	height: 100%;
	font-family: "arial";
	line-height: 1.2em;
	margin: 0px;
	padding 0px;
	background-color: #e2e2e2;
}

p {
	color: #494949;
	font-family: "arial";
	margin: 9px 0px;
	font-style: normal;
}
form { margin: 0; padding: 0; }

a img { border: none; }

h1 { color: #494949; font-size: 20px; margin: 0; }
table, td { margin: 0px; padding: 0px; border: none; border-spacing: 0px; }

#page {
	position: relative;
	width: 843px;
	height: 100%;
	display: block;
}

#header {
	position: relative;
	width: 843px;
	height: 350px;
	display: block;
	margin: 0;
	background: url(../images/course_header_freetcdownload.jpg) no-repeat;
}
#headertext {
	margin: 0;
	padding: 0;
	position: relative;
	top: 180px;
	width: 843px;
	height: 60px;
	text-align: center;
}
#headertext p {
	color: #1F4B7B;
	line-height: 1.1em;
	font-family: "arial";
	font-size: 30px;
	margin: 0px;
	padding 0px;
}

#banner {
	position: absolute;
	top: 278px;
	left: 52px;
	width: 700px;
	text-align: left;
}
#banner p {
	color: #FFF;
	text-align: left;
	line-height: 1.1em;
	font-family: "arial";
	margin: 0;
	padding: 0;
}

#content {
	margin: 0;
	padding: 0;
	position: relative;
	width: 843px;
	overflow: visible;
	background: url(../images/gray-shade.gif) repeat-y;
	border: 1px solid transparent;
}
#innercontent {
	width: 700px;
	overflow: visible;
	text-align: left;
}

#topicdiv {
	position: relative;
	width: 800px;
	height: 30px;
	display: block;
	margin: 20px 0 10px 0;
/*	background: url(../images/course_topic.jpg) no-repeat;*/
}
#topicdiv p {
	color: #1F4B7B;
	text-align: left;
	line-height: 1.1em;
	font-family: "arial";
	font-size: 24px;
	margin-left: 50px;
	margin-bottom: 0;
}

#module {
	position: relative;
}
#box_deco {
	position: absolute;
	top: 3px;
	left: 74px;
	width: 41px;
	height: 141px;
	display: block;
	background: url(../images/box_deco.png) no-repeat;
}
#box, #box_top, #box_btm {
	position: relative;
	width: 800px;
	margin: 0;
	padding: 0;
	background: url(../images/box.png) repeat-y;
}
#box_top {
	position: relative;
	height: 13px;
	display: block;
	background: url(../images/box_top.png) no-repeat;
}
#box_btm {
	height: 13px;
	display: block;
	margin-bottom: 20px;
	background: url(../images/box_btm.png) no-repeat;
}

#box_content {
	position: relative;
	top: 4px;
	left: 120px;
	width: 590px;
	display: block;
}
#box_content p {
	color: #1F4B7B;
	text-align: left;
	font-family: "arial";
	font-size: 22px;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 10px;
}

ul {
	margin: 0;
	padding: 0;
	margin-left: 45px;
}
li {
	color: #494949;
	font-family: "arial";
	font-size: 16px;
	line-height: 1.1em;
	text-align: left;
	margin-bottom: 12px;
	padding: 0;
	margin-left: -10px;
}

#content .subtopic {
	color: #1F4B7B;
	font-family: "arial";
	font-size: 22px;
	margin: 19px 0px 22px 75px;
	font-style: normal;
	line-height: 1.2em;
}
#content .xtopic {
	color: #1F4B7B;
	font-family: "arial";
	font-size: 18px;
	font-weight: bold;
	margin: 0 0px 0 10px;
	font-style: normal;
	line-height: 1.2em;
}

.rphoto {
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #0A1F34;
	margin: 7px;
}
.photo {
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #0A1F34;
	margin: 7px;
	margin-left: 0;
}

/*  register box  */
#registerbox {
	margin: 0;
	padding: 0;
	width: 357px;
	height: 219px;
	display: block;
	background: url(../images/registerbox.png) no-repeat;
	text-align: center;
}
.regboxtitle {
	padding-top: 22px;
	width: 357px;
	color: #FFA200;
	font-family: arial;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
}
#signup {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 20px;
/*	background: url(../images/signup.jpg) no-repeat;*/
}
#signup p {
	color: #FFFFFF;
	font-family: "arial";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
}
.registerbtn {
	width: 118px;
	height: 44px;
	display: block;
	cursor: pointer;
	color: #172A74;
	font-family: "helvetica";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	margin-top: 5px;
	line-height: 3.4em;
	background: url(../images/registerbtn.png) no-repeat;
}
#xlabel, .xlabel {	
	color: #FFF;
	font-family: "helvetica";
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	padding-right: 10px;
	height: 18px;
	width: 90px;
	margin: 0;
}


