* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

p {
	padding-bottom: 5px;	
}

a {
	color: #3333FF;
}

a:hover {
	text-decoration: none;
	color: #E16629;
}

a:active{
background-color:#33FFFF;}

h1{
font-size:3em;
margin:0 0 30px 25px;
color:#2F3D98;
}

h1 a{text-transform:none; color:#4088b8;}

h2{
font-size:2em;
color:#2F3D98;
border-bottom:4px solid #dadada;
padding:0 2px 2px 5px;
margin:0 0 10px 0;
}

h3{
font-size:1.2em;
font-weight:bold;
color:#2F3D98;
border-bottom:1px solid #dadada;
margin:10px 0 8px 0;
padding:1px 2px 2px 3px;
}

h4{
font-size: 1.0em;
font-weight:bold;
color:#E16629;
border-bottom:1px solid #dadada;
margin:10px 0 8px 0;
padding:1px 2px 2px 3px;
}

ul ul {
margin-left:20px;
}

blockquote{
font-size:0.9em;
border:1px solid #dadada;
margin:20px 10px;
padding:8px;
}



/* Boxed */

.title {
	background: url(images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 15px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(images/img06.gif) repeat-x left bottom;
	padding: 10px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	border-bottom: 5px solid #E16629;
}
/*the following was taken out of #header   	background: url(images/sky.jpg) no-repeat 100% 50px;
*/

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 160px;
	background: #29A4E1;
	text-align: center;
}

#logo h1 {
	padding-top: 20px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 50px;
	background: #F4F4F4;
}

#menu ul {
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 0 15px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #1A7196;
	color: #e16629;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 515px;
	border-bottom: 1px solid #FFFFFF;
	padding: 20 10 20 10;
	margin-top: 20px;
}

#content p, #content ol, #content ul {
	line-height: 125%;
}

#contentalt {
	float: left;
	width: 760px;
	border-bottom: 1px solid #FFFFFF;
	padding: 20 10 20 10;
	margin-top: 20px;
}

#contentalt p, #contentalt ol, #contentalt ul {
	line-height: 125%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	color: #336699;
	font-size: 95%;
}

#news h3 a {
	display: block;
	font-size: 92%;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #E16629;
}

#footer p {
	text-align: right;
	font-size: 77%;
}
