
/* for centering purposes START 
	margin-left: auto;
	margin-right: auto;
for centering purposes END */


/* hack to override the browsers own padding START */
html {
	margin: 0px;
	padding: 0px;
	}


body {
   margin:0px;
   padding:0px;
   }
/* hack to override the browsers own padding END */


.seamlesstiling {
	background-image: url(images/background_emblem_dkblue2.jpg); 
	background-repeat: repeat;
	}

/* for centering purposes START */
#container_centering {
	width:822px;
	margin-left: auto;
	margin-right: auto;
	}
/* for centering purposes END */


#container_header {
	background-image:url(images/header.png);
	width:821px;
	height:223px;
	}	


#container_yrepeat {
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	width: 821px;
	}

#container_align {
	width: 721px;
	padding-left: 50px;
	padding-right: 50px;
	}

/* START language menu*/
#language_container {
	height:30px;
	width:785px;
	position:absolute;
	top: 149px;
	}	

#language_list li {
	display: inline; /* makes it display in a row instead of a vertical list*/
	list-style-type: none; /* removes bullets*/
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	float:right;
	color: #FFFFFF;
	}
	
#language_list li a {
	text-decoration: none;
	padding: 7px;
	color: #fff;
	background-color: #40550e;
	}	

#language_list li a:hover {
	padding: 7px;
	color: #fff;
	background-color: #839d5d;
	}

#language_list li a#current {
	color: #fff;
	text-decoration: underline;
	}
/* END language menu*/

	
	
/* START menu */
/* CSS from tutorials of www.alsacreations.com/articles */
/* http://tutorials.alsacreations.com/modelesmenus/hd2.htm */
dt, dl, dd, ul, li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 3px;
	}
 
#menu {
	position : relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	width: 721px;
	height:80px;
	margin-left:20px;
	margin-right: 0px;
	}
 
#menu dl {
	float: left;
	}

#menu li {
	display: inline;
	}
 
#menu a {
	text-decoration: none;
	color: #768f57;
	background: #fff;
	}

/* my modification of this menu so that it will change state when hovering */ 
#menu a:hover {
	text-decoration: none;
	color:#000000;
	} 

#menu a#current {
	text-decoration:underline;
	} 	
/* --- */
 
#smenu1, #smenu2, #smenu3 {
	position: absolute;
	left:0px;
	font-size: 13px;
	font-weight:normal;
	/* this makes a line which I have removed from original design 
	border-top: 1px solid gray; */
	width: 680px;
	margin-top: 5px;
	}
 
#smenu4 {
	position: absolute;
	left:190px;
	font-size: 13px;
	font-weight:normal;
	/* this makes a line which I have removed from original design 
	border-top: 1px solid gray; */
	width: 680px;
	margin-top: 5px;
	}

#smenu5 {
	position: absolute;
	left:380px;
	font-size: 13px;
	font-weight:normal;
	/* this makes a line which I have removed from original design 
	border-top: 1px solid gray; */
	width: 680px;
	margin-top: 5px;
	}
 
 
 
 
/* END menu */



#container_content{
	width:721px;
	}	

h1,h2,h3,h4,h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1a4d7a;
	margin-left:20px;
	}

p {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	width: 640px;
	line-height: 24px;
	margin-left:20px;
	}

#image_box{
	padding-bottom:20px;
	}

.border {
	border:thin;
	border-color:#000000;
	border-style:solid;
	}	
	
#container_footer {
	background-image:url(images/bottom.png);
	width:821px;
	height:64px;
	}

#webmaster {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom: 5px;
	margin-top:-10px;
	text-align:center;
	line-height: 15px;
	}
	
#webmaster a {
	color:#000000;
	}
	
	
/* START Portfolio */

.portfolioimage {
	margin-left:20px;
	margin-bottom: 10px;
	}

.portfoliolinks {
	text-decoration:none;
	margin-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1a4d7a;
	font-weight:bold;
	font-size: 15px;
	}

.portfoliolinks:hover{
	text-decoration:underline;
	color:#000000;
	}

.portfolioblurb {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:40px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 420px;
	}

.image_indent {
	margin-left:19px;
	padding-top:10px;
	padding-bottom:10px;
	}

.portfolioexplanation {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	width: 650px;
	line-height: 25px;
	margin-left:20px;
	}
	
/* END Portfolio */


/* START Links */

.indent {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	width: 650px;
	margin-left:20px;
	}

.links {
	width: 650px;
	line-height:20px;
	}

/* END Links */


/* START Course */

.courseheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1a4d7a;
	margin-left:20px;
	}
	
.coursedescription {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	width: 450px;
	line-height: 25px;
	margin-left:20px;
	}
	
.fullybooked {
	color:#FF0000;
	margin-left:20px;
	}	

.italics {
	font-style:italic;
	}
	
/* END Course */