/* CSS Document */

body {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #f2edda;
	margin : 0;
	background-image : url(images/mainbg.jpg);
	background-repeat : repeat-x;
}
table.main {
	background-color : #e9dcbc;
}
table.menu {
	background-color : #660000;
	border : thin solid #ffffcc;
}
table.content {
	border : thin solid #990000;
}
td.leftborder {
	border-right-width : thin;
	border-right-style : solid;
	border-right-color : #990000;
	background-color : #ffebcd;
}
td.menu {
	background-image : url(images/menubg.jpg);
}
td.menuhover {
	background-image : url(images/menubgover.jpg);
}
table.head {
	border : thin solid #d5c9b1;
	background-color : #fdf7eb;
}
a.menulinks {
	font-size : 14px;
	font-weight : bold;
	color : #ffff00;
	text-decoration : none;
}
a.menulinks:hover {
	font-size : 14px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : underline;
}
a.menulinks:link {
	font-size : 14px;
	font-weight : bold;
	color : #ffff00;
	text-decoration : none;
}
td.link {
	background-image : url(images/linkbg.gif);
	text-align : left;
	text-indent : 22px;
	vertical-align : middle;
	height : 26px;
	width : 170px;
	border : 1px solid #fdf7eb;
}
td.linkover {
	background-image : url(images/linkoverbg.gif);
	text-align : left;
	text-indent : 22px;
	vertical-align : middle;
	height : 26px;
	width : 170px;
	border : 1px solid #fdf7eb;
}
td.cat {
	font-size : 10pt;
	font-weight : bold;
	color : #ffffff;
	text-align : center;
	vertical-align : middle;
	height : 26px;
	width : 170px;
	background-color : #b22a03;
	border : 1px solid #ffcc00;
}
td.footer {
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
	height : 31px;
	background-image : url(images/footerbg2.gif);
}
a {
	color : #0000ff;
	text-decoration : none;
}
a:link {
	color : #0000ff;
	text-decoration : none;
}
a:hover {
	color : #0000ff;
	text-decoration : underline;
}
a.sidelinks {
	font-size : 8pt;
	font-weight : bold;
	color : #cb0000;
	text-decoration : none;
}
a.sidelinks:hover {
	font-size : 8pt;
	font-weight : bold;
	color : #ff0000;
	text-decoration : underline;
}
h1 {
	font-size : 20px;
	font-weight : normal;
	color : #0f7e03;
	margin : 0;
}
.textorange {
	color : #ff6600;
	font-weight : bold;
}
h2 {
	font-size : 18px;
	font-weight : normal;
	color : #9a0812;
}
h3 {
	font-size : 16px;
	font-weight : bold;
	color : #ff0000;
}
h4 {
	font-size : 14px;
	font-weight : bold;
	color : #d5822f;
}
p {
	font-size : 12px;
	color : #000000;
}
li {
	font-size : 12px;
}
p.tutbg {
	border-right : 1px solid #70c283;
	padding-right : 10px;
	border-top : 1px solid #70c283;
	padding-left : 10px;
	padding-bottom : 10px;
	margin : 10px;
	border-left : 1px solid #70c283;
	color : #000000;
	padding-top : 10px;
	border-bottom : 1px solid #70c283;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : #defce5;
	text-decoration : none;
}
td.content {
	padding : 5px;
}
img.border {
	border : thin solid #000066;
	padding : 1px;
}
a.tut {
	color : #ff0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
a.tut:link {
	color : #ff0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
a.tut:hover {
	color : #ff0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight : bold;
}
a.learn {
	color : #ff0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
a.learn:hover {
	color : #ff0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a.learn:link {
	color : #ff0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
tr.over {
	background-color : #fce1bf;
}
tr.orange {
	background-color : #feedd7;
}
tr.lorange {
	background-color : #fcf4e9;
}
table.border {
	border : 1px solid #996633;
}
hr {
	color : #333333;
}
div.template {
	width:45%;
	float:left;
	margin:10px;
}
