/* Common */
body {
	margin:0px auto;
	padding:10px 0 0 0px;
	text-align:center;
	background-color:#efefef;
	color:#666;
	font-size:12px;
	font-family:arial;
	line-height:12pt;
}
a{
	color:#666;
	text-decoration:none;
}
a.textlink_blueline{
	color:#666;
	text-decoration:none;
}
a.textlink_blueline:hover{
	color:#002459;
	text-decoration:underline;
}
a.textlink_lblueline{
	color:#3399cc;
	text-decoration:underline;
}
br.clear{
	clear:both;
}
img{
	border:0px;
}
img.img_left{
	float:left;
}
img.img_left_mgn10{
	float:left;
	margin:0 10px 0 0px;
}
img.img_right{
	float:right;
}
img.img_right_mgn10{
	float:right;
	margin:0 0 0 10px;
}
.textcenter{
	text-align:center;
}
.textright{
	text-align:right;
}
.textright_page{
	text-align:right;
	margin:0 20px 0 0px;
}




/*index + common*/
#container{
	width:915px;
	margin:0px auto;
	padding:0 0 0 0px;
	text-align:left;

}
#wrap{
	width:885px;
	padding:10px 15px 0 15px;
	text-align:left;
	background-color:#fff;
	background-image:url(img/page_bg_middle.jpg);
	background-repeat:repeat-y;
}
#header_container{
	width:845px;
	padding:0 20px 0 20px;
}
#logo{
	width:273px;
	float:left;
	padding:10px 0 0 0px;
}
#lang{
	width:305px;
	text-align:right;
	float:right;
	padding:0 0 10px 0px;
}
#slogan{
	width:305px;
	float:right;
	padding:0 0 15px 0px;
}
#headermenu{
	width:885px;
	text-align:center;
	background-color:#002459;
	color:#fff;
	margin:10px 0 0 0px;
	padding:3px 0 4px 0px;
}
#headermenu span{
	margin:0 6px 0 6px;
}
#headermenu a{
	color:#fff;
}
#index_breadcrum{
	width:875px;
	text-align:left;
	background-color:#002459;
	color:#fff;
	font-size:10px;
	padding:2px 0 2px 10px;
}
#index_breadcrum a{
	color:#fff;
}
#index_leftcontainer{
	width:680px;
	float:left;
	line-height:11pt;
	font-size:12px;
}
div#index_leftcontainer a:hover{
	text-decoration:underline;
}

#index_message{
	width:470px;
	height:94px;
	background-image:url(img/index_message.jpg);
	margin:10px 0 0 0px;
	padding:15px 10px 0 200px;
}
#index_program{
	width:213px;
	height:52px;
	background-image:url(img/index_program.jpg);
	float:left;
	margin:10px 0 0 0px;
	padding:38px 10px 0 112px;;
}
#index_campus{
	width:213px;
	height:52px;
	background-image:url(img/index_campus.jpg);
	float:left;
	margin:10px 0 0 10px;
	padding:38px 10px 0 112px;
}
#index_staff{
	width:213px;
	height:52px;
	background-image:url(img/index_staff.jpg);
	float:left;
	margin:10px 0 0 0px;
	padding:38px 10px 0 112px;
}
#index_location{
	width:213px;
	height:52px;
	background-image:url(img/index_location.jpg);
	float:left;
	margin:10px 0 0 10px;
	padding:38px 10px 0 112px;
}
#index_video{
	width:213px;
	height:52px;
	background-image:url(img/index_video.jpg);
	float:left;
	margin:10px 0 0 0px;
	padding:38px 10px 0 112px;
}
#index_photo{
	width:213px;
	height:52px;
	background-image:url(img/index_photo.jpg);
	float:left;
	margin:10px 0 0 10px;
	padding:38px 10px 0 112px;
}
#index_rightcontainer{
	width:196px;
	float:right;
	padding:10px 0 0 0px;
}
#index_success{
	width:166px;
	height:268px;
	background-image:url(img/index_success.jpg);
	margin:9px 0 0 0px;
	padding:90px 15px 0 15px;
}
div#index_success p.title{
	margin:12px 0 12px 0px;
	padding:0 0 0 0px;
	font-weight:bold;
	font-size:12px;
}
div#index_success p{
	margin:0 0 10px 0px;
	padding:0 0 0 0px;
}
div#index_success p.title{
	margin:0 0 10px 0px;
	padding:0 0 0 0px;
}
div#index_success p.name{
	margin:0 0 10px 0px;
	padding:0 0 0 0px;
}
#indexstory{
	padding:12px 0 0 0px;
	border-top:1px solid #ccc;
}
div#indexstory a{
	color:#ff6600;
	font-weight:bold;
}


#footer{
	width:885px;
	padding:20px 0 0 0px;
	text-align:center;
	overflow:auto;
	font-size:10px;
	line-height:10pt;
}

div#footer span{
	margin:0 6px 0 6px;
}
p.copyright{
	text-align:center;
	margin:3px 0 10px 0px;
	padding:0px;
	font-size:10px;
}


#breadcrum{
	width:885px;
	font-size:80%;
}
#sub_inner{
	width:865px;
	padding:40px 10px 10px 10px;
}

#blog_image{
	width:865px;
	margin:0 auto;
	padding:0 0 0 0px;
}



/*Welcoming Message*/
#welcoming_message_outer{
	width:865px;
}
#welcoming_message_inner{
	width:629px;
	height:406px;
	float:left;
	padding:30px 20px 0 20px;
	background-image:url(img/message_middle.gif);
}



/*Programs Top*/
#programs_top_outer{
	width:865px;
	background-image:url(img/programs_bk.gif);
}
#programs_top_inner{
	width:677px;
	height:83px;
	float:left;
	padding:15px 20px 0 20px;
	background-image:url(img/programs_tit_middle.gif);
}
#click_program_pic{
	width:56px;
	float:left;
	padding:20px 0 0 40px;
}
#click_program{
	width:710px;
	height:32px;
	margin:20px 0 0 0px;
	padding:20px 0 0 10px;
	float:left;
	color:#002459;
	background-image:url(img/programs_mouse_middle.gif);
}
dl.programs_list{
	width:360px;
	margin:0px;
	padding:30px 0 20px 50px;
	float:left;
	font-weight:bold;
}
dl.programs_list dd.line1{
	height:27px;
	margin:18px 0 18px 0px;
	padding:6px 0 0 33px;
	background-image:url(img/programs_file_ic.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
dl.programs_list dd.line2{
	margin:18px 0 18px 0px;
	padding:0px 0 0 33px;
	background-image:url(img/programs_file_ic.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
dl.programs_list .ca{
	color:#cc0000;
}
dl.programs_list .au{
	color:#445B7D;
}
p.level{
	margin:10px 0 10px 10px;
	font-size:12px;
	color:#445B7D;
	font-weight:bold;
}
table.tuition{
	width:400px;
	margin:0 0 0 100px;
	border:1px solid #ccc;
	border-collapse:collapse;
}
table.tuition th{
	border:1px solid #ccc;
	border-collapse:collapse;
	text-align:center;
	padding:3px 0 3px 3px;
	background-color:#efefef;
}

table.tuition td{
	border:1px solid #ccc;
	border-collapse:collapse;
	text-align:center;
	padding:3px 0 3px 3px;
}
table.curriculum{
	width:600px;
	margin:0 0 0 10px;
	border:1px solid #ccc;
	border-collapse:collapse;
}
table.curriculum th{
	border:1px solid #ccc;
	border-collapse:collapse;
	text-align:center;
	padding:3px 0 3px 3px;
	background-color:#efefef;
}
table.curriculum td{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:10px 0 3px 3px;
	vertical-align:top;
}


#subcommon_outer{
	width:865px;
	overflow:auto;
	background-image:url(img/subcommon_bk.gif);
}
#subcommon_left_list{
	width:210px;
	float:left;
}
#subcommon_details{
	width:645px;
	float:right;
}
dl.subcommon_left_list{
	width:180px;
	margin:0px;
	padding:30px 15px 0 15px;
	float:left;
	font-weight:bold;
	background-color:#efefef;
}
dl.subcommon_left_list dd.ca{
	background-image:url(img/list_ca.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:0 0 0 35px;
	margin:0 0 0 0px;
	line-height:30pt;
}
dl.subcommon_left_list dd.ca a{
	color:#cc0000;
}
dl.subcommon_left_list dd.au{
	background-image:url(img/list_au.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:0 0 0 35px;
	margin:0 0 0 0px;
	line-height:30pt;
}
dl.subcommon_left_list dd.au a{
	color:#445B7D;
}



/*AGENT*/
dl.subcommon_left_list dd.agentlist{
	background-image:url(img/agent_ic_list.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:0 0 0 15px;
	margin:0 0 0 0px;
	line-height:22pt;
	font-weight:normal;
}
#agent_details{
	width:635px;
	margin:0 0 0 10px;
}
div#agent_details h2{
	color:#002459;
	font-size:110%;
	margin:0 0 10px 0px;
	padding:5px 5px 5px 10px;
	background-color:#CCD2DB;
}
dl.agent_filename{
	margin:0px;
	padding:20px 15px 0 15px;
	font-weight:bold;
	font-size:90%;
	line-height:9pt;
}
dl.agent_filename dd{
	height:25px;
	margin:8px 0 8px 0px;
	padding:8px 0 0 33px;
	background-image:url(img/ic_file.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
dl.agent_filename dd a{
	color:#002459;
}
dl.agent_filename dd a:hover{
	color:#002459;
	text-decoration:underline;
}



/*CAMPUSES*/
.campus_container{
	width:605px;
	padding:0 0 4px 0px;
	margin:0 20px 0 20px;
}
div.campus_container h2{
	font-size:20px;
	line-height:16pt;
	color:#666;
	border-bottom:2px solid #ccc;
	padding:0 0 3px 5px;
	margin:0 0 0 0px;
}
div.campus_container h3{
	width:200px;
	font-size:16px;
	line-height:16pt;
	font-weight:bold;
	color:#002459;
	padding:3px 0 0 5px;
	margin:0px;	
}
div.campus_container p{
	padding:0 0 3px 5px;
	margin:15px 0 10px 0px;
}
div.campus_container dl{
	margin:0px;
	padding:0px;
}
div.campus_container dl dd{
	margin:0 0 0 15px;
	background-image:url(img/campus_ic_list.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:2px 0 2px 20px;
}
div.campus_container dl.campus_photos{
	margin:20px 0 30px 0px;
	padding:0px;
	overflow:auto;
}
div.campus_container dl.campus_photos dd{
	margin:0 0 0 0px;
	padding:0 6px 0 6px;
	float:left;
	background-image:none;
}



/*STAFF*/
.name_campus_container{
	width:605px;
	padding:0 0 4px 0px;
	margin:0 20px 0 20px;
	border-bottom:2px solid #ccc;
}
.staffname{
	width:200px;
	float:left;
	font-size:18px;
	line-height:16pt;
	font-weight:bold;
	color:#002459;
	padding:0 0 0 5px;
}
.staff_campus{
	width:200px;
	float:right;
	font-weight:bold;
	padding:5px 5px 0 0px;
	text-align:right;
}
.campus_highlight_ca{
	color:#cc0000;
}
.campus_highlight_au{
	color:#445B7D;
}
.staff_messages{
	width:605px;
	padding:20px 20px 30px 20px;
}










































#program_detail_outer{
	width:865px;
	overflow:auto;
	background-image:url(img/programs_bk.gif);
}
#programs_left_list{
	width:210px;
	float:left;
}
#program_details{
	width:645px;
	float:right;
}
dl.programs_left_list{
	width:180px;
	margin:0px;
	padding:30px 15px 0 15px;
	float:left;
	font-weight:bold;
	font-size:80%;
	line-height:9pt;
	background-color:#efefef;
}
dl.programs_left_list dd.line1{
	height:25px;
	margin:18px 0 18px 0px;
	padding:8px 0 0 33px;
	background-image:url(img/programs_detailpage_list_ic.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
dl.programs_left_list dd.line2{
	height:25px;
	margin:18px 0 18px 0px;
	padding:2px 0 0 33px;
	background-image:url(img/programs_detailpage_list_ic.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
dl.programs_left_list dd.line3{
	margin:18px 0 18px 0px;
	padding:0px 0 0 33px;
	background-image:url(img/programs_detailpage_list_ic.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
dl.programs_left_list .ca{
	color:#cc0000;
}
dl.programs_left_list .au{
	color:#445B7D;
}

#program_basic_info{
	margin:0 0 0 10px;
	padding:3px 0 3px 0px;
	border-left:4px solid #002459;
}
div#program_basic_info h1{
	color:#002459;
	font-size:110%;
	margin:0 0 0 10px;
	padding:0px;
}
dl.program_basic_info{
	width:320px;
	margin:10px 0 0 0px;
	padding:0 0 0 0px;
}
dl.program_basic_info dt{
	margin:0 0 10px 0px;
	padding:0 0 0 10px;
	color:#002459;
	font-weight:bold;
	font-size:110%;
}
dl.program_basic_info dd{
	margin:0px;
	padding:0 0 0 10px;
}
dl.program_basic_info dd.pdg4time{
	margin:0px;
	padding:0 0 0 40px;
}


.program_details_h2{
	width:645px;
	height:20px;
	background-color:#CCD2DB;
	margin:20px 0 10px 0px;
	padding:6px 0 0 0px;
}
div.program_details_h2 h2{
	margin:0 0 0 20px;
	padding:0 0 0 0px;
	color:#002459;
	font-size:90%;
}
.program_details{
	width:625px;
	padding:0 10px 10px 10px;
}
.programs_subtit{
	width:620px;
	height:24px;
	margin:0 0 0 0px;
	padding:10px 0 0 20px;
	background-image:url(img/programs_subtit.jpg);
}
div.programs_subtit h3{
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	color:#002459;
	font-size:90%;
}
.program_subdetails{
	width:615px;
	padding:15px 15px 30px 15px;
}
div.program_subdetails h4{
	margin:0 0 5px 0px;
	padding:0 0 2px 0px;
	color:#697B94;
	border-bottom:1px dotted #CCD2DB;
	font-size:90%;
}
div.program_subdetails p{
	margin:3px 0 15px 0px;
	padding:0 0 0 0px;
}
ul.programs{
	margin:0 0 15px 10px;
	padding:0 0 0 10px;
}
ul.programs li{
	margin:0 0 0 10px;
	padding:0 0 0 0px;
}
#tesol_student{
	width:608px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px;
	margin:20px 0 0 0px;
}
#tesol_diploma{
	width:640px;
}
#diploma_pics{
	float:left;
	padding:0 20px 0 0px;
}
#program_testimonials_outer{
	width:640px;
	background-image:url(img/programs_testimonials_bg.gif);
	margin:10px 0 0 0px;
	overflow:auto;
}
#program_testimonials_inner{
	width:640px;
	background-image:url(img/programs_testimonials_pic.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:auto;
}
#program_testimonials_left{
	width:157px;
	float:left;
}
#program_testimonials_right{
	width:483px;
	float:right;
}
#program_testimonials{
	padding:0 15px 0 15px;
}
table.program_schedule{
	width:600px;
	border:0px;
	margin:20px 0 0 20px;
}
table.program_schedule th{
	background-color:#ccc;
	text-align:center;
	padding:8px 5px 5px 5px;
	color:#333;
}
table.program_schedule td{
	padding:8px;
	border-bottom:1px solid #ccc;
}
table.program_schedule td.term{
	width:200px;
}
table.program_schedule td.exam{
	width:200px;
}
table.program_schedule td.price{
	width:200px;
}



/*VIDEO CLIPS*/
#video_title{
	width:167px;
	height:21px;
	background-image:url(img/video_tit.gif);
	margin:0 0 0 10px;
}
div#video_title h1{
	text-indent:-3000px;
	margin:0px;
	padding:0px;
}
#video_list{
	width:258px;
	background-image:url(img/video_list_middle.jpg);
	float:left;
	margin:20px 0 20px 0px;
}
#video_list_title{
	width:150px;
	height:75px;
	background-image:url(img/video_list_top.jpg);
	padding:17px 13px 0 95px;
}
#vide_list_inner{
	width:213px;
	min-height:385px;
	padding:0 20px 0 25px;
	background-repeat:no-repeat;
	background-image:url(img/video_list_bottom.jpg);
	background-position:left bottom;
}
dl.video_list{
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}
dl.video_list dd{
	height:20px;
	margin:15px 0 15px 0px;
	padding:5px 0 0 40px;
	font-weight:bold;
}
dl.video_list dd.ca{
	background-image:url(img/list_ca.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
dl.video_list dd.au{
	background-image:url(img/list_au.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
dl.video_list dd.ca a{
	color:#cc0000;
}
dl.video_list dd.au a{
	color:#002459;
}
#video_container{
	width:580px;
	float:left;
	padding:0 0 0 15px;
	margin:20px 0 0 0px;
}
#video_note{
	padding:10px 0 0 0px;
	text-align:center;
}
div#video_note p{
	margin:0 0 5px 0px;
	padding:0 0 0 0px;
}




/*Contact us*/
#contact_title{
	width:105px;
	height:16px;
	background-image:url(img/contact_tit.gif);
}
div#contact_title h1{
	text-indent:-3000px;
	margin:0px;
	padding:0px;
}
#contactform{
	width:610px;
	float:left;
}
table.contact{
	width:610px;
	border:1px solid #ccc;
	border-collapse:collapse;
}
table.contact th{
	background-color:#ccc;
	text-align:center;
	padding:3px 0 3px 0px;
}
table.contact td{
	padding:5px;
	border:1px solid #ccc;
}
table.contact td.mandatory{
	color:#cc0000;
	text-align:right;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #336699;
}
table.contact td.column{
	width:110px;
}
table.contact td.input{
	width:600px;
}
textarea{
	font-family:arial;
	font-size:12px;
}
table.contact td.input2{
	border-bottom:1px solid #fff;
}
table.contact td.input3{
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
table.contact td.input4{
	border-bottom:1px solid #ccc;
	border-right:1px solid #fff;
}
table.contact td.input5{
	border-right:1px solid #ccc;
}
p.small{
	font-size:80%;
	margin:0px;
	padding:0px;
}
p.strong{
	font-weight:bold;
}
.mandatory{
	color:#cc0000;
}
#contacts{
	width:200px;
	background-color:#f3f3f3;
	padding:20px 10px 5px 20px;
	float:right;
	margin:0 0 0 0px;
	font-size:11px;
}
div#contacts h2{
	font-size:12px;
	color:#002459;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	line-height:12pt;
}
div#contacts p{
	margin:1px 0 1px 0px;
}
div#contacts p.address{
	margin:2px 0 3px 0px;
}
div#contacts p.email{
	margin:3px 0 23px 0px;
}
div#contacts a{
	color:#3399cc;
}
#thankyou{
	margin:50px 0 0 0px;
	text-align:center;
}
div#thankyou p{
	margin:8px 0 0 0px;
	padding:0px;
}


#thanks_campus_ca, #thanks_campus_au{
	padding:0 10px 0 10px;
	margin:50px 0 0 0px;
}
div#thanks_campus_ca h2{
	font-size:14px;
	margin:0 0 0 0px;
	padding:0 0 5px 0px;
	color:#cc0000;
}
div#thanks_campus_au h2{
	font-size:14px;
	margin:0 0 0 0px;
	padding:0 0 5px 0px;
	color:#445B7D;
}
div#thanks_campus_ca p, div#thanks_campus_au p{
	padding:0px;
	margin:0px;
}
div#thanks_campus_ca p.address, div#thanks_campus_au p.address{
	margin:0 0 8px 0px;
	padding:0px;
}
div#thanks_campus_ca p.email, div#thanks_campus_au p.email{
	margin:8px 0 0 0px;
	padding:0px;
}
dl.thanks_campus{
	padding:0 0 20px 0px;
	margin:0 0 0 50px;
}
dl.thanks_campus dd{
	width:200px;
	float:left;
	padding:0px;
	margin:0 0 30px 40px;
}
dl.thanks_campus a{
	color:#3399cc;
}

/*LOCATION*/
#location_title{
	width:129px;
	height:17px;
	background-image:url(img/location_tit.gif);
}
div#location_title h1{
	text-indent:-3000px;
	margin:0px;
	padding:0px;
}

.ca_campus_location{
	margin:30px 0 0 0px;
	padding:0 40px 0 40px;
	float:left;
}
div.ca_campus_location p{
	margin:3px 0 0 0px;
	padding:0px;
	text-align:center;
}
div.ca_campus_location .ca{
	color:#cc0000;
	font-weight:bold;
}




/*Download*/
#download_title{
	width:102px;
	height:17px;
	background-image:url(img/download_tit.gif);
}
div#download_title h1{
	text-indent:-3000px;
	margin:0px;
	padding:0px;
}



/*About us*/
#aboutus_title{
	width:93px;
	height:17px;
	background-image:url(img/aboutus_tit.gif);
}
div#aboutus_title h1{
	text-indent:-3000px;
	margin:0px;
	padding:0px;
}

#aboutus_outer{
	width:860px;
}

.map_outer_ca{
	width:381px;
	padding:0 40px 20px 30px;
	float:left;
}
div.map_outer_ca .flag{
	width:37px;
	float:left;
}
div.map_outer_ca .title{
	width:330px;
	float:left;
	padding:7px 0 0 14px;
	font-weight:bold;
	font-size:14px;
	color:#000;
}
.map_outer_au{
	width:381px;
	margin:0 0 20px 0px;
	float:left;
}
div.map_outer_au .flag{
	width:37px;
	float:left;
}
div.map_outer_au .title{
	width:330px;
	float:left;
	padding:7px 0 0 14px;
	font-weight:bold;
	font-size:14px;
	color:#000;
}
#cities_ca{
	width:381px;
	padding:0 40px 20px 30px;
	float:left;
}
#cities_au{
	width:381px;
	margin:0 0 20px 0px;
	float:left;
}
.cities_outer{
	width:381px;
	margin:0 0 10px 0px;
	overflow:auto;
}
div.cities_outer img.pics{
	margin:0 10px 10px 0px;
	float:left;
}
div.cities_outer .details{
	width:361px;
	float:left;
	padding:7px 0 0 0px;
}
div.details p{
	margin:0 0 12px 0px;
}
div.cities_outer .details h1.van{
	color:#ff6600;
	font-size:12px;
	margin:0 0 6px 0px;
	padding:0 0 0 0px;
}
div.cities_outer .details h1.vic{
	color:#669933;
	font-size:12px;
	margin:0 0 6px 0px;
	padding:0 0 0 0px;
}
div.cities_outer .details h1.trt{
	color:#3399cc;
	font-size:12px;
	margin:0 0 6px 0px;
	padding:0 0 0 0px;
}
div.cities_outer .details h1.syd{
	color:#ff6600;
	font-size:12px;
	margin:0 0 6px 0px;
	padding:0 0 0 0px;
}
div.cities_outer .details h1.brs{
	color:#669933;
	font-size:12px;
	margin:0 0 6px 0px;
	padding:0 0 0 0px;
}



#newsletter_title{
	width:152px;
	height:17px;
	background-image:url(img/newsletter_tit.gif);
}
div#newsletter_title h1{
	text-indent:-3000px;
	margin:0px;
	padding:0px;
}
div#subintro h2{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
}
#pdf_outer{
	width:640px;
	float:left;
}
#pdf_inner{
	width:640px;
	border:1px solid #333;
	margin:20px 0 0 0px;
}
#pdf_title{
	padding:10px 0 10px 10px;
	background-color:#E0DFE3;
}
#pdf_notes{
	text-align:center;
	padding:20px 0 20px 0px;
}
#get_adobe_reader{
	width:640px;
	margin:20px 0 0 0px;
}
#pdf_list{
	width:209px;
	float:right;
	margin:20px 0 0 0px;
}






#success_outer{
	width:640px;
	float:left;
}
#success_inner{
	width:600px;
	background-color:#efefef;
	margin:20px 0 0 0px;
	padding:20px;
}
div#success_inner h1{
	font-size:90%;
	margin:0px;
	padding:0px;
	color:#002459;
}
#success_title{
	width:161px;
	height:17px;
	background-image:url(img/testimonials_tit.gif);
}
/*#success_title{
	width:184px;
	height:17px;
	background-image:url(img/success_tit.gif);
}*/
div#success_title h1{
	text-indent:-3000px;
	margin:0px;
	padding:0px;
}
div#success_inner p.name{
	margin:12px 0 12px 0px;
	padding:0 0 0 0px;
}
div#success_inner p.pnomgn{
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}
div#success_inner p.program{
	margin:0 0 0 0px;
	padding:0 0 30px 0px;
}
div#success_inner p.story{
	margin:0 0 0 0px;
	padding:10px 0 0 0px;
	border-top:1px solid #ccc;
}
#success_list{
	width:209px;
	float:right;
	margin:20px 0 0 0px;
}




dl.downloadList{
	width:830px;
	margin:0px;
	padding:30px 0 0 15px;
}
dl.downloadList dd.img{
	width:50px;
	margin:0px;
	padding:10px 0 10px 10px;
	float:left;
	border-top:1px solid #ccc;
}
dl.downloadList dt{
	width:180px;
	margin:0px;
	padding:10px 0 10px 10px;
	float:left;
	border-top:1px solid #ccc;
}
dl.downloadList dd{
	margin:0px;
	padding:10px 10px 10px 10px;
	border-top:1px solid #ccc;
}


p.download_page{
	margin:20px 0 0 0px;
	padding:0px;
	text-align:center;
}


#photogallery_outer{
	width:840px;
	padding:0 0 0 10px;
}
#photogallery_inner{
	width:820px;
	margin:20px 0 0 0px;
	padding:10px;
}
#photogallery_outer_index{
	width:840px;
	height:480px;
}
#photogallery_inner_index{
	width:820px;
	margin:20px 0 0 0px;
	padding:100px 10px 10px 10px;
	text-align:center;
}
div#photogallery_inner h1{
	font-size:90%;
	margin:0px;
	padding:0px;
	color:#002459;
}