html {
	height: 100%;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
}
body
{
/*	background:#2e8af2;*/
	background:#fdce19 url(../images/lines.png) left repeat-y;
		height: 100%;

}
img
{
	border:none;
}
.content a:link,.content  a:visited
{color:#F00;
font-weight:bold;
text-decoration:none;
}


.content a:hover
{
	text-decoration:overline;
	background-color:#FF0;
	padding:2px;
	font-style:italic;
}

h1 {
  font-family: 'Moul', serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  text-shadow: 2px 2px 2px #aaa;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0.251em;
  line-height: 1.2;
}
#menu
{
	width:250px;
	float:left;
	position:absolute;
	margin-top:30px;
	font-size:12px;
	
}

.topmenu
{
		position:absolute;
		right:0;
}
.highmenu
{
	color:#F00;
	font-size:9px;
	padding-right:10px;
	padding-top:20px;
}
.highmenu a:link,.highmenu a:visited
{
	color:#fff;
	font-size:14px
}

.highmenu a:hover
{
	background-color:#FFF;
	color:#F00;
	padding:3px;
	text-decoration:overline;
}

.container
{
	min-height: 100%;
	padding-left:250px; 
	/*height:100%; */
	padding-top:30px;
}

.topcurve
{
	width:100%; 
	float:left;
	background:#fff;
}

.content
{
	background:#Fff; 
	width:100%; 
	height:100%;
min-height:900px;
	padding:10px;
float:left;
}

.footer
{
	position:absolute;
	bottom:0;
	font-size:10px;
	color:#666;
}

ul.menu
{
	list-style: none;
	font-size: 11px;
	font-weight:bold;
	margin: 30px 0;
	padding: 0;
}


ul.menu li a
{
	display: block;
	width: 200px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 2px;
}

ul.menu li.active
{
	color: #fff;
	font-weight: normal;
}

ul.menu li  a
{
	color: #fff;
	background:#F00 url(../tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

ul.menu li  a:hover { color: #ffff66; }

.contentheading
{
	color:#F60;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	  font-family: 'Moul';
	  text-transform:uppercase;
}

table.contentpaneopen
{
width:100%;
}

.subjectsdiv strong
{
color:red;
}
.subjectsdiv a:link,.subjectsdiv a:visited
{
color:blue;
}