@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: 150px;
	width: 880px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/blue.jpg);
} 
.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: 180px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 15px 3px;
	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;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 490px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
} 
.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: 16px;
	color: #3B2743;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
body,td,th {
	font-size: 12px;
	color: #333333;
}
#ad_col_right {
	float: right;
	width: 158px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.headsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #007EB1;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	display: block;
	top: 120px;
	padding-top: 10px;
	line-height: 20px;
}
.fpmaincopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: 0px;
	background-repeat: repeat-x;
	background-color: #007791;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {font-size: 10px}
.bluetop_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	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;
}
.twoColFixLtHdr #containerouter {
	background: #FFFFFF url(images/nav_top.jpg) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	width: 930px;
	padding-top: 25px;
	padding-bottom: 22px;
}
.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: 40px;
}
.criticalfp {
	display: block;
	width: 93%;
	border: 1px solid #CCCCCC;
	padding: 14px;
	background-image: url(images/nav_top.jpg);
	background-repeat: repeat-x;
}
.critical_fp {
	display: block;
	width: 93%;
	border: 4px solid #EAEAEA;
	background-image: url(images/nav_top.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 14px;
}
.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: 12px;
	color: #FFFFFF;
	background-color: #006BB5;
	padding: 3px;
	display: block;
}

</style>
