@charset "UTF-8";
/* CSS Document */


html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
input,select{
  margin:0;
  padding:0;
}

body{
	background:url(../images/bg.png) repeat-x;
	margin:0 auto 0 auto;
}

#logo{
	margin:0 auto 0 auto;
	text-align:center;
}

#menu{
	margin:0 auto 0 auto;
	width:803px;
	height:29px;
	position:relative;
	z-index:2;
}

.homebtn{
	margin-left:33px;
	display:block;
	width:82px;
	height:29px;
	background:url(../images/homebtn.png) no-repeat;
}

a.homebtn:link, a.homebtn:visited, a.homebtn:active{
	background:url(../images/homebtn.png) no-repeat;
	}
	
a.homebtn:hover {
	background-position:0 -29px;
	}
	
.calendarbtn{
	display:block;
	width:82px;
	height:29px;
	background:url(../images/calendarbtn.png) no-repeat;
}

a.calendarbtn:link, a.calendarbtn:visited, a.calendarbtn:active{
	background:url(../images/calendarbtn.png) no-repeat;
	}
	
a.calendarbtn:hover {
	background-position:0 -29px;
	}
	
.theboardbtn{
	display:block;
	width:82px;
	height:29px;
	background:url(../images/theboardbtn.png) no-repeat;
}

a.theboardbtn:link, a.theboardbtn:visited, a.theboardbtn:active{
	background:url(../images/theboardbtn.png) no-repeat;
	}
	
a.theboardbtn:hover {
	background-position:0 -29px;
	}
	
.jobbankbtn{
	display:block;
	width:82px;
	height:29px;
	background:url(../images/jobbankbtn.png) no-repeat;
}

a.jobbankbtn:link, a.jobbankbtn:visited, a.jobbankbtn:active{
	background:url(../images/jobbankbtn.png) no-repeat;
	}
	
a.jobbankbtn:hover {
	background-position:0 -29px;
	}
	
.peerbtn{
	display:block;
	width:82px;
	height:29px;
	background:url(../images/peerbtn.png) no-repeat;
}

a.peerbtn:link, a.peerbtn:visited, a.peerbtn:active{
	background:url(../images/peerbtn.png) no-repeat;
	}
	
a.peerbtn:hover {
	background-position:0 -29px;
	}
	
.findbtn{
	display:block;
	width:82px;
	height:29px;
	background:url(../images/findbtn.png) no-repeat;
}

a.findbtn:link, a.findbtn:visited, a.findbtn:active{
	background:url(../images/findbtn.png) no-repeat;
	}
	
a.findbtn:hover {
	background-position:0 -29px;
	}
	
.linksbtn{
	display:block;
	width:82px;
	height:29px;
	background:url(../images/linksbtn.png) no-repeat;
}

a.linksbtn:link, a.linksbtn:visited, a.linksbtn:active{
	background:url(../images/linksbtn.png) no-repeat;
	}
	
a.linksbtn:hover {
	background-position:0 -29px;
	}

.contactbtn{
	display:block;
	width:82px;
	height:29px;
	background:url(../images/contactbtn.png) no-repeat;
}

a.contactbtn:link, a.contactbtn:visited, a.contactbtn:active{
	background:url(../images/contactbtn.png) no-repeat;
	}
	
a.contactbtn:hover {
	background-position:0 -29px;
	}
	
.coursesbtn{
	display:block;
	width:82px;
	height:29px;
	background:url(../images/coursesbtn.png) no-repeat;
}

a.coursesbtn:link, a.coursesbtn:visited, a.coursesbtn:active{
	background:url(../images/coursesbtn.png) no-repeat;
	}
	
a.coursesbtn:hover {
	background-position:0 -29px;
	}
	
.logout{
	display:block;
	margin:12px 40px 0 0;
	width:140px;
	height:26px;
	background:url(../images/logout.jpg) no-repeat;
}

a.logout:link, a.logout:visited, a.logout:active{
	background:url(../images/logout.jpg) no-repeat;
	}
	
a.logout:hover {
	background-position:0 -26px;
	}
	
#content{
	background:url(../images/content.png) no-repeat;
	width:803px;
	height:419px;
	margin:0 auto 0 auto;
	position:relative;
	top:-44px;
	z-index:1;
}

#content2{
	background:url(../images/content2.png) no-repeat;
	width:803px;
	height:419px;
	margin:0 auto 0 auto;
	position:relative;
	top:-44px;
	z-index:1;
}

#left{
	float:left;
	width:206px;
	margin:280px 0 0 80px;
}

#left2{
	float:left;
	width:640px;
	margin:280px 0 0 80px;
}

#right{
	float:left;
	width:348px;
	margin:280px 0 0 80px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:6px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:6px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	margin-bottom:6px;
}

ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	list-style:disc;
	margin:10px 0 0 20px;
}

li{
	margin-bottom:10px;
}

.board{
	width:640px;
	margin-bottom:20px;
}

table.board td{
	width:30%;
	border:solid thin #023868;
}

.list{
	width:640px;
	margin:0 0 0 0;
}

table.list td{
	width:30%;
	border:solid thin #023868;
}

tr.dark{
	background-color:#265EA0;
}

tr.light{
	background-color:#8CD2F4;
}

p.white{
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	margin:0 0 0 10px;
}

p.black{
	color:#000;
	font-weight:normal;
	font-size:11px;
	margin:0 0 0 10px;
}

a:link, a:visited, a:active{
	text-decoration:none;
	color:#265EA0
	}
	
a:hover {
	text-decoration:none;
	color:#8CD2F4;
	}

#foot{
	clear:left;
	background:url(../images/foot.png) no-repeat;
	width:738px;
	height:76px;
	margin:0 auto 20px auto;
}

.findsubbtn{
	display:block;
	margin:12px 40px 0 60px;
	width:168px;
	height:31px;
	background:url(../images/findsubbtn.png) no-repeat;
}

a.findsubbtn:link, a.findsubbtn:visited, a.findsubbtn:active{
	background:url(../images/findsubbtn.png) no-repeat;
	}
	
a.findsubbtn:hover {
	background-position:0 -31px;
	}
	
.dentistsubbtn{
	display:block;
	margin:12px 40px 0 35px;
	width:168px;
	height:31px;
	background:url(../images/dentistsubbtn.png) no-repeat;
}

a.dentistsubbtn:link, a.dentistsubbtn:visited, a.dentistsubbtn:active{
	background:url(../images/dentistsubbtn.png) no-repeat;
	}
	
a.dentistsubbtn:hover {
	background-position:0 -31px;
	}
	
.coursessubbtn{
	display:block;
	margin:12px 0 0 35px;
	width:168px;
	height:31px;
	background:url(../images/coursessubbtn.png) no-repeat;
}

a.coursessubbtn:link, a.coursessubbtn:visited, a.coursessubbtn:active{
	background:url(../images/coursessubbtn.png) no-repeat;
	}
	
a.coursessubbtn:hover {
	background-position:0 -31px;
	}
	
/*LOGIN TABLE---------------------------------------------------------------------------------*/
					
					table.login{
						background:url(images/loginpic.jpg) no-repeat;
						margin:0 0 0 -30px;
						width:242px;
						height:87px;
					}
					
					td.logintd{
					}
					
					.user{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:bold;
						word-spacing:.5px;
						color:#000;
						text-align:right;
						margin:0;
					}
					
					.userbox{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:normal;
						margin:0;
					}
					
					.password{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:bold;
						word-spacing:.5px;
						color:#000;
						text-align:right;
						margin:0 0 0 0;
					}
					
					.passbox{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:normal;
						margin:0;
					}
					
					.loginbtn{
						text-align:right;
						margin:0 50px 0 0;
					}
