/* CSS Document */



body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #E6E6E6;
}

/* FONT FORMATTING */

h1, h2, h3, h4, h5, h6 { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}


h1 {font-size: 1.3em; font-weight: normal; text-align: center;}
h2 {font-size: 1.0em; font-weight: normal; margin-bottom: -12px; font-weight: bold; text-align: left;}
h3 {font-size: 0.9em; font-weight: normal; text-align: center;}
h4 {font-size: 0.8em; font-weight: normal; text-align: justify;}
h5 {font-size: 0.7em; font-weight: normal; text-align: center;}
h6 {font-size: 0.6em; font-weight: normal; text-align: center;}



#navigation li {
	margin-left: 10px;
}


.h1_red {font-size: 1.0em; font-weight: bold; text-align: center; color: #FF0000; font-family: Arial, Helvetica, sans-serif;}
.h4_red {font-size: 1.0em; font-weight: normal; text-align: center; color: #FF0000; font-family: Arial, Helvetica, sans-serif;}
.h4_red_center {font-size: 0.8em; font-weight: normal; text-align: center; font-family: Arial, Helvetica, sans-serif; color: #FF1A1A;}
.h4_center {font-size: 0.8em; font-weight: normal; text-align: center; font-family: Arial, Helvetica, sans-serif; color: #000000;}
.h5_red {font-size: 1.0em; font-weight: normal; text-align: center; color: #FF0000; font-family: Arial, Helvetica, sans-serif;}

/* NAVIGATION */
#navigation_placement {
	width: 975px;
	height: 56px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3px;
	background-color: #CCCCCC;
	border-bottom:3px solid #000000;
	padding: 10px 10px 10px 10px;
}

/* style the link and set the colours  */

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

#navigation li {font-weight: bold;}

.h3_here {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #ff0000;
}

/* remove bullets and indentation */
#navigation ul {
    list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited {
    margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #FFFFFF;
	background-color: #303030;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D;
}

#navigation a:hover {
    background-color: #F2F2F2; 
	color: #000000; 
	border-top: 1px solid #3D3D3D;
	border-left: 1px solid #3D3D3D; 
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF; 
}





/* ALL PAGES */
/* =============== CONTAINERS =================== */
#container{
	width: 995px;
	height: auto;
	background-color: #FFFFFF;
	border-top: none;
	margin-left: auto;
	margin-right: auto;
	border-left-style: double;
	border-left-width: medium;
	border-left-color: #000000;
	border-right-style: double;
	border-right-width: medium;
	border-right-color: #000000;
	border-bottom-style: double;
	border-bottom-width: medium;
	border-bottom-color: #000000;
}

#content_container {
	width: 950px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#driving_tip {
	width: 450px;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #CCCCCC;
	border: double;
}

/* W3C logos */

#w3c_logo_html {
	float: left;
	margin: 5px auto auto 100px;
	width: 88px;
	height: 31px;
	border: none;
	padding: 0 0 0 0;
}

#w3c_logo_css {
	float: right;
	margin: 5px 100px auto auto;
	width: 88px;
	height: 31px;
	border: none;
	padding: 0 0 0 0;
}





