/************************* Template Styles *****************/
/********************** KND Web Consultants ****************/
/***************** Chris Garrett/david beal TESOL October 2006 ************/

/***************************/
/*        HTML tags        */
/**************************/ 
* {
	margin: 0px;
	padding: 0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	line-height: 1.166;	
	background-color:#2C315B;
	background-image:url("../images/background.gif");
	background-position:top center;
	background-repeat:repeat-y;
}

a:link, a:visited, a:hover {
	color: #F58027;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0099CC;
}

h1{
	font-size: 1.4em;
	color: #4DA127;
	font-weight: lighter;
}

h2{
	font-size: 1.05em;
	color: #333333;
}

h3{
	font-size: 100%;
	color: #00549F;
	padding: 10px 0 0 0;
}
h3 a:link, a:visited{
	font-size: 105%;
	color: #00549F;
}

h4{
	font-size: 100%;
	color: #00549F;
	padding: 0 0 7px 0;
}

h5{
	font-size: 108%;
	color: #AFD329;
}
h6{
	font-size: 1.05em;
	color: #0066FF;
}
p {

	padding: 0 0 0.5em 0;
}
th {
	font-size: 0.8em;
	text-align: left;
	padding: 3px 0 0 0;
}
td {
	font-size: 0.8em;
	text-align: left;
	padding: 3px 0 0 0;
}
ul{
 list-style-type: square;
 padding: 0 0 10px 15px;
}
li {
	font-size: 0.8em;
}
ol {
	padding: 0;
	margin: -10px 0 0 0;
}

textarea {
	border: 1px solid #7EA5D3;
	background: #f4f4f4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #333333;
}
pre {
	font-size: 100%;
}

blockquote {
	margin: 0 0 0 30px;
}
a, a:link, a:visited, a:hover, a:focus, a:active { border:none; } /*blue link borders on images*/
a img,:link img,:visited img { border:none; }