
body {
	margin: 20px 0;
	background: #fff url(images/bg.gif) repeat-x;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #000;
}

* { margin: 0; padding: 0; }

a {
	color: #015f9c;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;	
}

.title {
	border-bottom: 2px solid #015f9c;
}

/*Header*/

#header {
	width: 780px;
	height: 161px;
	margin: 0 auto;
	background: url(images/headerimg3.jpg) no-repeat 100% 50px;
}



/*Logo Div*/

#logo_div {
	float: left;
	width: 240px;
	height: 160px;
	background: #FFF url(images/logo2.jpg) no-repeat;
	text-align: center;
}



/*Menu*/

#menu {
	float: left;
	width: 520px;
	height: 50px;
	background: #FFF;
}

#menu ul {
	height: 5px;
	background: #FFF;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 15px 10px 0 30px;
	text-decoration: none;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #015f9c;
}

#menu a:hover {
	text-decoration: none;
	color: #000;
}



/*Main*/

#main {
	width: 780px;
	margin: 0 auto;
	background: url(images/bg.jpg) repeat-y;
}



/*Content*/

#content {
	float: right;
	width: 500px;
	padding: 20px;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}


/*LeftDiv*/

#leftdiv {
	float: left;
	width: 190px;
	padding: 20px;
}



/*Space*/

#space {
	padding-top: 9px;
	padding-bottom: 0;
}

#space ul {
	list-style-type: none;
}

#space li {
	margin-bottom: 15px;
}

#space h3 {
	margin-bottom: 10px;
	font-size: 90%;
}

#space h3 a {
	display: block;
}

#space p {
	font-size: 90%;
}

.spacebox .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

.spacebox .content {
	padding: 25px;
}



/* Welcome */

#welcome {
	margin-bottom: 20px;
}

.welcomebox .title {
	font: 182% "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

.welcomebox .content {
	padding: 20px;
}



/*Samples*/

#sample1, #sample2, #sample3 {
	float: left;
	width: 150px;
}

#sample1 {
	margin-left: 30px;
}

#sample2 {
}

#sample3 {
}

.samplebox .content {
	padding: 10px;
}

.image { 
	float: left;
	padding: 2px;
	margin: 10px 0;
	border: 2px solid #015f9c;
}

.imageb { 
	float: left;
	padding: 2px;
	margin: 10px 20px;
	border: 2px solid #015f9c;
}


/*Footer*/

#footer {
	width: 780px;
	margin: auto;
	padding: 10px 0;
	border-top: 2px solid #015f9c;
}

#footer p {
	text-align: center;
	font-size: 90%;
}