@charset "utf-8";
body {
	font-family: Arial;
	color: #333333;
	font-size: 12px;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(../images/bg_line.gif);
}
img a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

hr {
	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-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 0px;
	margin-bottom: 0px;
	background-image: url(../images/right.png);
	margin-top: 0px;
}
#lang {
	width: 160px;
	height: 20px;
	font-size: 12px;
	float: right;
}
#lang a {
	color: #333333;
}


#footer {
	width: 100%;
	background-color: #EBEBEB;
	font-size: 10px;
	color: #666666;
	clear: both;
	line-height: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer p {
	padding-right: 14px;
	padding-left: 14px;
}


#menu {
	height: 28px;
	width: 100%;
	background-color: #1a5396;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3983DD;
}

#content {
	width: 100%;
	padding-top: 15px;
	min-height:400px;
}
#main-content {
	margin-top: 0;
	margin-right: 265px;
	margin-bottom: 0;
	margin-left: 0px;

}
#main-content ul {
	margin: 0px;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
}
#main-content li {
	list-style-image: url(../images/tick-icon.png);
	list-style-position: outside;
	line-height: 1.7em;
	padding-bottom: 4px;
	text-align: justify;
	padding-right: 10px;
}


#main-content h1 {
	font-size: 18px;
	padding-left: 10px;
	color: #1A5396;
	font-weight: bold;
	padding-bottom: 25px;
}
#main-content h2 {
	color: #333333;
	padding-left: 10px;
	font-size: 13px;
}
#main-content h3 {
	font-size: 14px;
	color: #1A5396;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}



#main-content p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}
#main-content a {
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}

#main-content table {
	margin-left: 10px;
}



#rightmenu {
	float: right;
	width: 250px; /* since this element is floated, a width must be given */
	background: #EBEBEB;
	color: #666666;
	padding: 0px;
}
#sub_menu {
	width: 230px;
	padding: 10px;
}

#sub_menu hr {
	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-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #EBEBEB;
}

#sub_menu li {

}
#sub_menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}


#sub_menu h1 {
	color: #333333;
	font-size: 14px;
}
#sub_menu a {
	text-decoration: none;
	color: #1a5396;
}



#footer_menu {
	width: 100%;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	color: #666666;
}
#footer_menu a {
	color: #666666;
}

#header {
	width: 100%;
	padding-top: 10px;
}
#wrapper {
	width: 92%;
	margin-right: 0px;
	margin-left: 35px;
	background-color: #FFFFFF;
}

.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;
}
.clear {
	display: inline-table;
}

.ordinance {
	padding: 10px;
	margin: 10px;
	width: 550px;
	border: 1px solid #CCCCCC;
}

.ordinance td {
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ordinance th {
	text-align: left;
	padding: 5px;
	color: #1A5396;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.course {
	background-color: #FFFFFF;
}

.course th {
	text-align: left;
	height: 24px;
	background-color: #1A5396;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.course td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.course  table {
	border: 0px solid #CCCCCC;
}

#course_details {
	background-color: #D5ECFD;
	width: 560px;
	margin: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#course_details  h1 {
	font-size: 15px;
	color: #1A5396;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
