body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #444444;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	background-image: url(../images/bg.gif);
}
#wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/bg-red.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	width: 558px;
	position: relative;
	padding: 115px 20px 120px 200px;
	overflow: visible;
	visibility: visible;
	color: #333333;
	left: 0px;
	top: 10px;
	bottom: 10px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
#banner-logo {
	width: 190px;
	height: 60px;
	position: absolute;
	left: 528px;
	overflow: visible;
	visibility: visible;
	top: 10px;
}
#banner-logo img {
	float: none;
	margin: 0px;
}
#sidemenu {
	width: 150px;
	position: absolute;
	overflow: visible;
	visibility: visible;
	top: 100px;
	left: 10px;
	font-size: 100%;
	font-weight: bold;
	color: #EEEEEE;
	line-height: 180%;
}
#sidemenu br {line-height: 100%;}
#sidemenu a {font-weight: bold; border: 0;}
#sidemenu a:link {color: #FFFFFF;	text-decoration: none; border: 0;}
#sidemenu a:visited {color: #FFFFFF; text-decoration: none; border: 0;}
#sidemenu a:hover {color: #CCCCCC; text-decoration: underline; border: 0;}
#sidemenu a:active {color: #FFFFFF; text-decoration: none; border: 0;}
#sidemenu a.smaller {font-size: 100%; font-weight: normal; border: 0;}
#contact {
	position: absolute;
	width: 220px;
	top: 104px;
	left: 555px;
	overflow: visible;
	visibility: visible;
	font-size: 105%;
	font-weight: bold;
	color: #333333;
}
#contact a:link {color: #222222; text-decoration: underline; border: 0;}
#contact a:visited {color: #222222; text-decoration: underline; border: 0;}
#contact a:hover {color: #666666; text-decoration: none; border: 0;}
#contact a:active {color: #222222; text-decoration: underline; border: 0;}
#banner-top {
	background-image: url(../images/top-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 778px;
	height: 91px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: visible;
	visibility: visible;
}
#banner-top2 {
	background-image: url(../images/top-banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 778px;
	height: 91px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: visible;
	visibility: visible;
}
#banner-top3 {
	background-image: url(../images/top-banner3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 778px;
	height: 91px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: visible;
	visibility: visible;
}
#menu {
	width: 759px;
	height: 40px;
	position: absolute;
	padding: 6px;
	left: 0px;
	top: 0px;
	overflow: visible;
	visibility: visible;
	background-color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
}
#img-footer {
	background-color: #993333;
	background-image: url(../images/page-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 778px;
	height: 69px;
	position: absolute;
	left: 0px;
	bottom: 60px;
	overflow: visible;
	visibility: visible;
}
#wave-bottom {
	background-color: #993333;
	background-image: url(../images/page-wavy-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 759px;
	height: 50px;
	position: absolute;
	left: 0px;
	bottom: 50px;
	overflow: visible;
	visibility: visible;
}
#footer {
	width: 770px;
	height: 50px;
	position: absolute;
	left: 0px;
	bottom: 50px;
	overflow: visible;
	visibility: visible;
	text-align: right;
	padding-right: 8px;
	color: #EEEEEE;
}
#footer2 {
	background-color: #999999;
	width: 770px;
	height: 60px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: visible;
	visibility: visible;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;	
	padding-right: 8px;
	margin-bottom: 0px;
	color: #EEEEEE;
}
* html #footer {
	padding-right: 8px;
	width: 778px;
	w\idth: 778px;
}
* html #footer2 {
	padding-right: 8px;
	width: 778px;
	w\idth: 778px;
}
#align {
	text-align: center;
}
img {
	border: 0;
	float: right;
	margin: 15px;
}
#footer img {
	float: right;
	margin: 0px;
}

a:link {
	color: #6C0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a:visited {
	color: #6C0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a:hover {
	color: #555555;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6C0000;
}
a:active {
	color: #6C0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

* html #wrapper   /* this selector recognized by IE only */
{
  width: 780px;   /* total width (only for IE5.x/Win) */
  w\idth: 780px;  /* content width (for other IE) */
}
* html #menu   /* this selector recognized by IE only */
{
  width: 152px;   /* total width (only for IE5.x/Win) */
  w\idth: 152px;  /* content width (for other IE) */
}

h1 {font-size: 180%; color: #333333;}
h2 {font-size: 150%; color: #555555;}
h3 {font-size: 100%;}
h6 {font-size: 80%; line-height: 150%; margin-bottom: 12px;}
h6 a:link {color: #CCCCCC;	text-decoration: none; border: 0;}
h6 a:visited {color: #CCCCCC; text-decoration: none; border: 0;}
h6 a:hover {color: #FFFFFF; text-decoration: underline; border: 0;}
h6 a:active {color: #CCCCCC; text-decoration: none; border: 0;}

#col1 {
	position: absolute;
	left: 30px;
	bottom: 0px;
}
#col2 {
	position: absolute;
	left: 306px;
	bottom: 0px;
}
#col3 {
	position: absolute;
	left: 535px;
	bottom: 0px;	
}

a.course:link {color: #6C0000; border: 0;}
a.course:visited {color: #6C0000; border: 0;}
a.course:hover {color: #555555; border: 0;}
a.course:active {color: #6C0000; border: 0;}

h3 a:link {color: #006699; border: 0;}
h3 a:visited {color: #006699; border: 0;}
h3 a:hover {color: #006699; border: 0;}
h3 a:active {color: #006699; border: 0;}

h3 {
	color: #888888;
	font-size: 120%;
	padding-left: 0px;
	font-weight: bold;
}
ul {
	color: #666666;
	list-style-type: square;
}
#footer a:link {color: #FFFFFF;	text-decoration: none; border: 0;}
#footer a:visited {color: #FFFFFF; text-decoration: none; border: 0;}
#footer a:hover {color: #FFFFFF; text-decoration: underline; border: 0;}
#footer a:active {color: #FFFFFF; text-decoration: none; border: 0;}
td {
	font-size: 80%;
	text-align: right;
	vertical-align: top;
}
