* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	text-align: justify;
}

p {
	line-height: normal;
}

ul {
	margin-left: 3em;
}

ul li {
	list-style-type: square;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #E08934;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {

}
img.left {
	float: left;
	margin-right: 10px;

}


.boxed {
}

.boxed .title {
	font-size: 1.4em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}

.boxed .content {
	padding-right: 20px;
	padding-left: 20px;
}



#logo {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	/* background-image: url(images/logo.gif); 
	background-repeat: no-repeat; */
}

#logo h1 {
	padding-top: 100px;
}


#content {
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}


#main {
	float: right;
	width: 600px;
	margin-top: 0px;
}


#welcome {
}


#sidebar {
	float: left;
	width: 240px;
}


#menu {
	margin-bottom: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	color: #E08934;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}

#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
	background-color: #CCCCCC;
}

#menu .active a {
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
	background-color: #EAEAEA;
}

#news {
	margin-bottom: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}

#news ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#news li {
	display: inline;
}

#news a {
	display: block;
	color: #E08934;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}

#news a:hover, #news .active a {
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
	background-color: #EAEAEA;
}



#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

#footer {
	clear: both;
	width: 820px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A9A9A9;
	background-color: #EAEAEA;
}

#footer p {
	font-size: x-small;
}

.style3 {
	font-size: 11px;
	color: #999999;
}
