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


<style type="text/css">
@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(file:///C|/Documents and Settings/therese/My Documents/websites/kingston/king2/back.gif);
	background-repeat: repeat-x;
	background-image: url(images/australia_bk.gif);
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF url(file:///C|/Documents and Settings/therese/My Documents/websites/kingston/Images/logoback.gif) no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 90px;
	width: 880px;
	margin-bottom: 10px;
	background-color: #018BBC;
} 
.twoColFixLtHdr #container #headercopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 80px;
	padding-top: 50px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */


	background: #FFFFFF url(file:///C|/Documents and Settings/therese/My Documents/websites/kingston/Images/grade.jpg) no-repeat;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	border-top-width: 1px;
	border-top-style: dotted;
	margin-top: 5px;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-right: 20px;
}
.twoColFixLtHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	line-height: 17px;
	width: 610px;
	padding-left: 15px;
	display: block;
	padding-top: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(../images/footer.gif) no-repeat;
	clear: both;
	height: 100px;
} 
.twoColFixLtHdr #footer p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #383838;
	display: block;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #B78EC8;
	border-right-color: #B78EC8;
	border-left-color: #B78EC8;
	padding: 3px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #3B2743;
}
a:hover {
	text-decoration: none;
	color: #009CCD;
}
a:active {
	text-decoration: none;
	color: #009CCD;
}
.lc_header {
	font-family: Arial, Helvetica, sans-serif;
	color: #016D9E;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px none #AAEAFF;
	width: 170px;
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-left: 2px;
}
h1 {
	font-size: 30px;
	color: #006699;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
}
body,td,th {
	font-size: 12px;
	color: #333333;
}
#ad_col_right {
	float: right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-left: 28px;
	padding-left: 5px;
	padding-top: 17px;
}
.headsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00618A;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	display: block;
	top: 120px;
	padding-top: 10px;
	line-height: normal;
	font-weight: bold;
}
.fpmaincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 15px;
	color: #333333;
}
.twoColFixLtHdr #container #search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 30px;
	width: 880px;
	padding-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
.sendfriend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #961801;
}
.bluesub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #007EB1;
}
#emigrate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	width: 400px;
	margin-left: 32px;
	padding: 55px;
	margin-bottom: 8px;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3B2743;
	background-color: #F8F1F9;
	border: 1px solid #3B2743;
	width: 146px;
	padding: 3px 3px 7px;
	font-weight: bold;
}
#search2 {
	height: 20px;
	width: 880px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-style: dotted;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
 
body {
	background-image: url(../images/bluetab.jpg);
	margin-top: 20px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-color: #007791;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {font-size: 10px}
.bluetop_nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	display: block;
	background-image: url(images/nav_top.jpg);
	background-repeat: repeat-x;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #0099CC;
}
.twoColFixLtHdr #containerouter {
	background: #FFFFFF url(images/nav_top.jpg) repeat-x;
	margin: 0 auto;
	text-align: left;
	width: 930px;
	padding-top: 20px;
	padding-bottom: 0px;
	border: 20px solid #FFFFFF;
}
.share {
	background-position: center;
	padding: 2px;
	width: 156px;
	border: 1px none #FF693A;
	background-color: #007791;
}
.critical {
	display: block;
	width: 93%;
	border: 1px solid #CCCCCC;
	padding: 14px;
	background-image: url(images/nav_top.jpg);
	background-repeat: repeat-x;
}
.critical_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #007EB1;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007EB1;
	padding-bottom: 2px;
}
.critical_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #006BB5;
	padding-bottom: 2px;
}
.style2 {font-weight: bold}
.thlaw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border: 2px solid #E6E6E6;
	display: block;
	padding: 3px;
}.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	padding-left: 140px;
	display: block;
	padding-top: 30px;
}
.criticalfp {
	display: block;
	width: 50%;
	border: 4px solid #EAEAEA;
	padding: 14px;
	background-image: url(images/nav_top.jpg);
	background-repeat: repeat-x;
}
.critical_fp {
	display: block;
	width: 33%;
	border: 4px solid #EAEAEA;
	background-image: url(images/nav_top.jpg);
	background-repeat: repeat-x;
	padding-right: 14px;
	padding-bottom: 14px;
	float: right;
	padding-left: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #007EB1;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.em21 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #006BB5;
	padding: 7px 3px;
	display: block;
	font-weight: bold;
	text-align: center;
	width: 174px;
}
.team {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	display: block;
	padding: 20px;
	border: 10px solid #E2E2E2;
}

</style>
.downunder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFD200;
	background-color: #000000;
	display: block;
	padding: 8px;
	font-weight: bold;
}
.downunderwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding: 8px;
	font-weight: bold;
	background-position: center;
}
.downunderyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFD200;
	background-color: #000000;
	display: block;
	padding: 8px;
	font-weight: bold;
}
#top_nav {
	display: block;
	height: 24px;
	width: 880px;
	background-color: #0099CC;
}
#banner_box {
	height: 209px;
	width: 879px;
	display: block;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 1px;
	background-image: url(../images/blank2.jpg);
}
.news_rightcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006BB5;
}
.twoColFixLtHdr #containerouter #container #ad_col_taylor {
	background-image: url(../images/taylor_back.jpg);
	background-repeat: no-repeat;
	height: 44px;
	margin-top: 15px;
	padding: 45px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #006BB5;
}
.twoColFixLtHdr #header_int {
	background: #FFFFFF url(file:///C|/Documents and Settings/therese/My Documents/websites/kingston/Images/logoback.gif) no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 90px;
	width: 880px;
	background-color: #0084B5;
}
.seminars {
	background-image: url(../images/aus_seminars.jpg);
	display: block;
	padding: 70px 20px 24px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#centre_social {
	height: auto;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 19px;
}
.important {
	display: block;
	padding: 15px;
	border: 3px solid #CCCCCC;
}
.Head_underlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00618A;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	font-weight: bold;
	margin-bottom: 5px;
}
.frame {
	padding: 20px;
	border: 5px dashed #CCCCCC;
	display: block;
}
.head3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990066;
	padding-top: 3px;
	padding-bottom: 3px;
}
.occupations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.occupations_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.kindwords {
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 207px;
}
#news {
	height: 196px;
	width: 160px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	display: block;
}
.news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0099CC;
	line-height: 22px;
	font-weight: bold;
}
#testimonial_col_left {
	padding: 15px;
	width: 250px;
	border: 6px solid #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 570px;
}
#testimonial_col_right {
	padding: 15px;
	width: 250px;
	border: 6px solid #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	float: right;
	height: 570px;
}
.bold_blue {
	font-size: 14px;
	color: #00618A;
	font-weight: bold;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#exhibition {
	background-image: url(../images/a_show.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 540px;
	padding-top: 110px;
	padding-left: 23px;
	padding-right: 23px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

