@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a {
	color: #0066CC;
	text-decoration:none
}
a:hover {
	color: #003399;
	text-decoration:none
}
body {
	background: url(themes/Indigo/img/backgroundimage.jpg) top center repeat-x;
	color: #466;
	font: 12px "Verdana", sans-serif;
	margin: 0;
		
}
input {
	color: #555;
	font: normal 1.1em "Verdana", sans-serif;
}
p,cite,code, {
	font-size: 12px "Verdana", sans-serif;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 18px;
	margin-bottom: 4px;
}
h2 {
	font-size: 16px;
	margin-bottom: 4px;

}
code {
	border: 0px solid #F0F0F0;
	border-left: 0px solid #39F;
	color: #555;
	display: block;
	font: 12px "Verdana", sans-serif;
	margin-bottom: 0px;
	padding: 0px 0px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Verdana", sans-serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #0066CC;
	padding-top: 6px;
	font: "Verdana", sans-serif;
}
ul,li,ol {
	padding-left: 5px;
	margin-left: 10px;
}

/* main */
.main {
	background: #FFFFFF no-repeat;
	clear: both;
	padding: 50px 10px 10px 50px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px "Verdana", sans-serif;
	float:right;
}
.maintext {
	font: 12px "Verdana", sans-serif;
}

/* footer */
.footer {
	background: url(themes/Indigo/img/bgfooter.gif) repeat-x;
	color: #CCCCCC;
	font-size: 1.1em;
	line-height: 30px;
	text-align: center;
}

/* content */
.content {
}
/* menu items */
.menumain {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
a {
	color: #FFFFFF;
	text-decoration:none
}
a:hover {
	color: #a2accf;
	text-decoration:none;
}
