@charset "utf-8";
/* CSS Document */


/*---------- GLOBAL ----------*/

* {
	margin:0;
	padding:0;
}
body {
	background:#ffffff;
	/*background:url(../images/bg_site.jpg) no-repeat center top;/*
	/*background-repeat:repeat-x;*/
	font-family:"Lucida Sans";
	font-size:12px;
	color:#808080; 
}
h1 {
	color:#003366;
	font-size: 24px;
	font-weight:bold;
	line-height:1.7em;
	margin-bottom:10px
}
h2 {
	color:#666666;
	font-size: 16px;
	font-weight:normal;
	line-height:1.7em;
	margin-bottom:10px;
}
h3 {
	color:#336699;
	font-size: 12px;
	font-weight:bold;
	line-height:1.7em;
	margin-bottom:10px;
}
p{
	line-height:1.5em;
	margin-bottom:10px;
}
.intro{
	font-weight:bold;
	font-size:110%;
	color:#336699;
	margin-bottom:10px;
}
/*---------- CONTAINER ----------*/

#container {
	width:900px;
	margin:0 auto;
}

/* Header */

#header {
	width:900px;
	height:50px;
}


/*---------- CONTENT ----------*/

#content {
	padding:20px 0;
}

#content a {
	color:#993399;
	text-decoration:none;
}

#content a:link, a:visited, a:active {
	color:#993399;
	text-decoration:none;
}

#content a:hover {
	color:#993399;
	text-decoration:underline;
}


/*---------- CONTENT COLUMNS HOME PAGE ----------*/

#content .leftcolumn{
	float:left;
	width:450px;
}

#content .rightcolumn{
	float:right;
	width:420px;
}
*content a {
	color:#993399;
	text-decoration:none;
}

*content a:link, a:visited, a:active {
	color:#993399;
	text-decoration:none;
}

*content a:hover {
	color:#993399;
	text-decoration:underline;
}

/*---------- CONTENT 3 COLUMNS MAIN PAGES ----------*/

#content .leftcolumnmain{
	float:left;
	width:225px;
}
#content .centrecolumnmain{
	float:left;
	width:425px;
}
#content .centrecolumnmain ul{
	margin-left:20px;
}
#content .rightcolumnmain{
	float:right;
	width:225px;
}
#content .rightcolumnmain .imgborder{
	background-color:#b6c9e3;
	padding:5px;
}

/*---------- CONTENT 2 COLUMNS MAIN PAGES ----------*/

#content .leftcolumnmain2{
	float:left;
	width:225px;
}
#content .rightcolumnmain2{
	float:right;
	width:675px;
}

/*---------- FOOTER ----------*/

#footer {
	clear:both;
	padding:20px 0 30px 0;
	color:#bbbbbb;
	font-size:11px;
}
#footer a{
	color:#bbbbbb;
	text-decoration:none;
}
#footer a:link, a:active, a:visited{
	color:#bbbbbb;
	text-decoration:none;
}
#footer a:hover{
	color:#111111;
	text-decoration:underline;
}
#footer img {
	border:none;
	float:right;
}
#footer .left {
	float:left;
}
#footer .validate {
	float:right;
}
