body {
	background-repeat : repeat-y;
	background-position: center;
	background-color: #FFF;
	background-image: url(gfx/bg.jpg);
	margin-top: 0px;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
  }

body a{
	font-weight: bold;	
	text-decoration: underline;
	color: #343F91;
  }
body a:hover{	
	text-decoration: none;
  }
  

  H1 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #343F91;

  }


    H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #343F91;

  }

.ContentWrapper {
	padding: 15px 15px 5px;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: none;
	margin-left: 15px;
}

.TopTable {
	border-bottom-width: 8px;
	border-bottom-style: none;
	border-bottom-color: #756B8E;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

  .BreadCrumbs {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #202252;
	background-image: url(gfx/brdcrumb_back.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-left: 8px;
	text-align: left;
	word-spacing: normal;
	height: 27px;
}

.BreadCrumbs a{
	color: #FFFFFF;
	
}
.Content {
	width: 468px;
}

div#right {
	float: right;
	width: 150px;
	border: 1px solid #C6C5D3;
	border-color: #6699FF;
}

div#right ul{
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
	padding: 0;
	list-style-type: square;
}
.QuickLinks {
	font-size: 10px;
	padding: 2px;
}
div#bottom {
	float: left;
	width: 420px;
	border: 1px solid #C6C5D3;
	background-color: #CCCCCC;
	border: 1px solid #C6C5D3;
}
.footer {
	font-size: 10px;
	text-align: left;
	padding: 2px;
}

.Boldtxt {
	font-weight: bold;
}
.MainTable {

}
.NavTable {

}

#navcontainer { margin-left: 2px; 
				margin-top: 8px;
				font-size: 10px;}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer a
{
display: block;
padding: 5px 8px;
width: 125px;
color: #000;
text-decoration: none;
border-bottom: 1px dashed #898AB8;

font-weight: bold;

}
#navcontainer ul ul li { margin: 0; }

#navcontainer a:hover
{
text-decoration:underline;
}

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 20px;
width: 117px;
color: #000;
text-decoration: none;
font-weight: normal;
}
#navcontainer ul ul a:hover
{
text-decoration:underline;
}
.TitleCourse {
	font-size: 14px;
	font-weight: bold;
}
