html {
	background: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	color: #121212;
	background: #ffffff url(../img/bg.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a {
	color: #002799;
}
a:hover {
	text-decoration: none;
	color: #cc0d1c;
}
/* maket */
div.bg {
	background: url(../img/clouds.jpg) top left repeat-x;
}
div.main {
	background: url(../img/border_main.gif) top left repeat-x;
	width: 1000px;
	margin-left:auto; 
	margin-right:auto;
}
div.header {
	height: 400px;
	padding: 0px 0px 0px 40px;
	background: #ffffff url(../img/title.jpg) top left no-repeat;
}
div.header ul {
	line-height: 1;
}
div.header li {
	padding: 4px;
	margin-right: 30px;
	float: left;
	line-height: 1;
}
div.logo {
	margin-top: 25px;
}
li.mnu_actv {
	background: url(../img/mnu_bg.gif) top left no-repeat;
}
div.navigate {
	margin: 0px 17px 0px 17px;
	background: #ffffff url(../img/bg_nav.gif) top left no-repeat;
}
div.navigate table {
	margin: 0px 0px 0px 10px;
	width: 934px;
	text-align: center;
}
div.navigate table td {
	padding: 14px 0px 16px 10px;
	color: #002799;
	text-decoration: underline;
}
div.navigate table a {
	font-size: 14px;
	color: #002799;
	font-weight: bold;
}
div.navigate table a:hover {
	color: #cc0d1c;
	text-decoration: underline;
	font-weight: bold;
}
div.navigate table h4.act {
	padding-bottom: 17px;
	font-weight: bold;
	display: inline;
	background: url(../img/nav_act.gif) bottom left repeat-x;
}
div.navigate table h4.act:hover {
	color: #cc0d1c;
	text-decoration: underline;
}
div.left_col {
	margin: 5px 17px 0px 17px;
	width: 580px;
}
div.left_col ul {
	list-style: url(../img/bullet.gif);
	margin-left: 25px;
}
div.left_col li {
	padding: 20px 0px 0px 0px;
}
div.left_col hr {
	margin-top:20px;
	height: 1px;
	border: none;
	background: #dbdbdb;
}

div.left_col h2 {
	padding-bottom: 5px;
}
div.right_col {
	margin: 20px 0 0 0;
	width: 380px;
	float: right;
}
div.eightadvice {
	width: 376px;
}

tr.nbr_advice td {
	padding: 5px 5px 5px 6px;
	font-size: 14px;
}
tr.nbr_advice td a {
	color: #4e4e4e;
	font-size: 14px;
	text-decoration: none;
}
tr.nbr_advice td.act {
	padding-left: 10px;
	width: 20px;
	background: #fff2d3 url(../img/advc_act_corner.gif) top right no-repeat;
	font-weight: bold;
}
td.advice {
	background: url(../img/bg_advc1.gif) bottom left no-repeat;
}
div.instructors {
	width: 365px;
	margin-top: 20px;
}
div.instructors table td {
	padding-top: 10px;
}
div.instructors table td hr {
	margin-bottom: 10px;
}


div.inner_left_col {
	margin: 30px 20px 0px 20px;
	width: 700px;
}

div.inner_right_col {
	margin-right: 15px;
	width: 240px;
	float: right;
}
.border {
	border: 1px solid #000000;
}
div.inner_two_left_col {
border: 1px solid #000000;
	margin: 30px 0px 0px 0px;
	width: 240px;
	float: left;
}
div.inner_two_right_col {
border: 1px solid #000000;
	padding: 30px 0px 0px 240px;
	width: 900px;
}

div.transport {
	margin-top: 20px;
}
ol.number li {
	margin-bottom: 10px;
}