/* CSS Document for http://rds.webular.ca */
ul.nav {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul li.nav{
	display: block;
	height: 30px;
	width: 164px;
}

ul li.courses{
	/*list-style: square;*/
	margin-left: 30px;
	font-family: Tahoma;
	font-size: 82%;
	/*text-align: center;*/
}

img {
	border: none;
}

input.text{
	border-right: #cccccc 1px double;
    border-top: #333333 1px double; 
	font-size: 75%; 
	border-left: #333333 1px double;
    border-bottom: #cccccc 1px double; 
	font-family: "Tahoma", "Arial"; 
	color: #000000;
    background-color: #ffffff;
}

textarea{
	border-right: #cccccc 1px double;
    border-top: #333333 1px double; 
	font-size: 75%; 
	border-left: #333333 1px double;
    border-bottom: #cccccc 1px double; 
	font-family: "Tahoma", "Arial"; 
	color: #000000;
    background-color: #ffffff;
}
h1 {
	font-family: Tahoma;
	font-size: 100%;
	color: #666666;
	/*text-align: center;*/
	padding: 2px 0 0 25px;
	/*line-height: 1px;*/
	background-image: url(images/line01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

h2 {
	font-family: Tahoma;
	font-size: 100%;
	color: #666666;
	/*text-align: center;*/
	padding: 10px 0 0 25px;
	/*line-height: 1px;*/
	background-image: url(images/line01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

h3 {
	font-family: Tahoma;
	font-size: 82%;
	font-weight: bold;
	padding-left: 25px;
}

p.content {
	font-family: Tahoma;
	font-size: 82%;
	padding: 0 25px 0 25px;
	text-indent: 20px;
}

p.inputs {
	font-family: Tahoma;
	font-size: 82%;
	margin-bottom: 0px;
	margin-top: 0px;
	
}

p.copyr {
	font-family: Tahoma;
	font-size: 65%;
    font-weight: bold;
    /*color:  #ffffff;*/
}


#container {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	/*border: solid;
	border-color: #00FFFF;
	border-width: 2px;*/
}

#nav{ 
	height: 242px;
	width: 164px;
	margin: -242px 0 0 22px;
	/*border: solid;
	border-color: #000000;
	border-width: 2px;*/
}

#Content_wrap {
	/*height: 387px; /*337px*/
	width: 778px;
	/*border: solid;
	border-color: #000000;
	border-width: 2px;
	padding: 10px 0 0 0;*/
}

/*#courses {
	width: 590px;
	height: 200px;
	margin: -146px 0 0 186px;
}*/

#content1 {
	width: 590px;
	/*height: 146px;*/
	margin: -146px 0 0 186px;
	/*border: solid;
	border-color: #FF0000;
	border-width: 2px;*/
}

#content2 {
	width: 600px; /*625px*/
	/*height: 146px;*/
	/*padding: 0 0 0 20px;*/
	/*border: solid;
	border-color: #0000FF;
	border-width: 2px;*/
}

#bottom {
  background-image: url(images/bottom01.gif);
  background-repeat: no-repeat;
  height: auto;
  padding-top: 100px;
}

