/************************* Template Styles *****************/
/********************** KND Web Consultants ****************/
/***************** Chris Garrett/david beal TESOL October 2006 ************/

/***************************/
/*        HTML tags        */
/**************************/ 

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;
	font-size:12px;
}

a:hover {
	text-decoration: underline;
	color: #0099CC;
}

h1{
	font-size: 1.4em;
	color: #4DA127;
	font-weight: bold;
}

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;
}
p {
	font-size: 0.8em;
	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;
}

ol{
	margin-left:22px;
}
textarea {
	border: 1px solid #7EA5D3;
	background: #f4f4f4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #333333;
}
pre {
	font-size: 80%;
}

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; }

