@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}


body {
	background:url(images/bg.jpg) repeat;
	font-family:Garamond;
	font-size:12px;
	color:#666666;
}
.clear {clear:both;}


.style10 {
	font-family: Garamond;
	font-size: 20px;
	font-weight: normal;
	
}
a:link {
	color: #990000;
}
.style1 {
	font-family: Garamond;
	font-size: 16px;
	color: #666666;
}
.style2 {font-size: 16px}


#wrap {background:url(images/wrapbg.jpg) repeat-y; width:927px; margin:25px auto 25px auto;}

#wrap #header #sitename {
	color: #666600;
	font-family: Garamond;
	font-size: 58px;
	font-weight: normal;
	display: block;
	padding-top: 140px;
	text-align: center;
	padding-right: 25px;
}

#header {
	background:url(images/header.jpg) no-repeat;
	color:#666600;
	font-family:Garamond;
	font-size:12px;
	height:341px;
	text-align:center;
}
#table{padding:0px 65px 0px 65px;}
 
/*****Header table links****/
#header a, #header a:visited,#header a:active  {
	color:#990000;
	text-decoration:none;	
}
#header a:hover{
	text-decoration:none;
	background-color: #ffffcc;
	font-weight: bolder;
}



#page {padding:0px 10px 0px 10px;}
#page #menu {float:left; background:url(images/mathsBlackboard.jpg) no-repeat; width:269px; height:382px;}
#page #content {margin:0px 0px 0px 275px; padding:0px 20px 0px 5px;}
#content p {line-height:22px; margin:0px 0px 25px 0px;}
#content h2 {
	font-family:Garamond;
	font-weight:normal;
	font-size:26px;
	color:#666600;
	display:block;
	margin-bottom:20px;
}
#content h3 {
	font-family:Garamond;
	font-weight:normal;
	font-size:20px;
	color:#666600;
	display:block;
	margin-bottom:20px;
}


/*****content links****/
#content a, #content a:visited,#content a:active  {
	color:#666666;
	text-decoration:none;
	font-size: 16px;
}
#content a:hover{
	text-decoration:none;
	font-weight: bold;
}

/*****content h2 links****/
#content h2 a, #content h2 a:visited,#content h2 a:active  {
	color:#999900;
	text-decoration:underline;
	font-size: 26px;
}
#content h2 a:hover{
	text-decoration:underline;
	font-weight: bold;
}



#content h2 .seo {
	display:block;
	text-align:right;
	font-size:10px;
	color:#efefef;
	background:#efefef;
	padding:3px;
}

#content blockquote {
	display:block;
	padding:5px;
	margin:10px;
	text-align:justify;
	font-family:Garamond;
	color:#996600;
	background:#F8FDBA;
	border: 1px solid #666666;
}
#content blockquote p {margin:0px;}
#content blockquote cite {color:#000000; display:block; text-align:right; padding:5px; border-top:solid 1px  #F3ECBE;}



#content .alignleft {float:left;}
#content .alignright {float:right;}
#content .postmetadata {display:block; padding:3px; background: #E3EDAF;}
#content h1,#content h3,#content h4,#content h5,#content h6 {color:#666600;}
#content ul {list-style:square;  padding:5px; margin:10px 10px 10px 20px;}
#content li {padding:5px; margin-bottom:10px;}
#content ol {padding:5px; margin:10px 10px 10px 20px;}

#browse {
	background:url(images/postbottombg.jpg) no-repeat;
	padding:70px 5px 10px 5px;
}
#browse .subhead{
	font-family:Garamond;
	font-weight:normal;
	padding-left:25px;
	font-size:26px;
	color:#666600;
	display:block;
	margin-bottom:35px;
}
#browse .categoryhead {
	font-family:Garamond;
	font-weight:normal;
	padding:5px;
	font-size:22px;
	color:#666600;
	display:block;
	border-bottom:solid 1px #ffffff;
}
#browse ul {list-style:none;}
#browse li {display:block; height:25px; border-top:solid 1px #FEFEFC; border-top: solid 1px #EBE6B4;}

.browsecat {float:left; width:30%; padding:5px 6px 8px 6px; margin-left:10px; border:solid 1px #F3ECBE; background:#FBFAF0;}

#menu h2 {
	display:block;
	color:#666600;
	border-bottom:solid 1px #DFCD95;
	padding:5px;
	font-family:Garamond;
	font-size:22px;
	font-weight:normal;
}
#wrap #page #menu #sidemenu {
	padding: 45px 30px 0px 30px;
	display: block;
}
   #sidemenu ul { display:block;list-style:none;}
   #sidemenu li {display:block; height:26px; border-top:solid 1px #FFFFff;}

/*****sidemenu links****/
#sidemenu a, #sidemenu a:visited,#sidemenu a:active  {
	color:#CCCCCC;
	text-decoration:none;
	font-size: 18px;
}
#sidemenu a:hover{
	text-decoration:none;
/*	background-color: #ffffcc;
*/	font-weight: bolder;
}


#footer {background:url(images/footer.jpg) no-repeat; background-position:bottom; height:100px; text-align:center;}
#footercontent {margin:15px; border-top:solid 1px #EBE6B4; padding-top:15px;}


/*****footer links****/
#footer a, #footer a:visited,#footer a:active  {
	color:#990000;
	text-decoration:none;	
}
#footer a:hover{
	text-decoration:none;
	background-color: #ffffcc;
	font-weight: bolder;
}


.textfield {display: block; float:left; width:65%; background-color: #F3F4E8; margin:3px 3px 3px 30px; padding:3px;	border: 1px solid #D6D9AE; clear:right;}
label {	display: block; float:left; text-align:right; font-weight:bold; width:20%; margin:3px; padding: 5px;}
.button {display: block; padding:0px; background-color:#E3E6C8; margin:3px;	border: 2px solid #efefef; color:#000000;}
.textfield:hover {background:#FBFCF8;}
.textfield:focus {background:#ffffff;}
#content .clear2 {clear:right; width:90%;}
.hide {display:none;}

#content table {margin:10px; width:500px; border:solid 1px #BDDB99;}
#content th {background:#DFEDCD; padding:5px 15px 5px 15px; color:#999933; font-weight:bold; text-align:center; border-bottom:1px solid #BDDB99;}
#content td {border-bottom:1px solid #DFEDCD ; padding:5px 15px 5px 15px; border-right:1px solid #DFEDCD;}
