﻿/* -----------  CSS RESET  --------------  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -----------  CSS RESET  --------------  */
/* 28046C*/

body			{ background-color:#aaaaaa; }

a				{ text-decoration:none; font-family:Verdana, Geneva, Tahoma, Sans-Serif; }

h1				{ font-size:24px; color:#494694; font-family:Verdana, Geneva, Tahoma, Sans-Serif; }

h2				{ font-size:18px; color:#494694; font-family:Verdana, Geneva, Tahoma, Sans-Serif; }

p				{ font-size:16px; color:#494694; font-family:Verdana, Geneva, Tahoma, Sans-Serif; }

ol 				{ list-style: decimal; }


#wrapper 		{ width:750px;	margin:0px auto; background-color:#EBE8EE; }

#top			{ padding: 50px 0px 20px 10px; }

#top a			{ font-size:30px; }

#top a:link		{ color:#494694; }
#top a:active	{ color:#494694; }
#top a:visited	{ color:#494694; }
#top a:focus	{ color:#494694; }

#slideshow		{ border-bottom: 3px #494694 solid; border-top: 3px #494694 solid; height:200px;}
 
#sidebar 		{ float:left; width: 120px;	padding:20px 10px; }
		
#sidebar ul li	{ font-size:16px; color:#494694; }

#sidebar a:link		{ color:#494694; }
#sidebar a:active	{ color:#494694; }
#sidebar a:visited	{ color:#494694; }
#sidebar a:hover	{ color:#EBE8EE; background-color:#494694; }
#sidebar a:focus	{ color:#494694; }

#content 	{ margin-left:130px; width: 550px;	padding:20px 20px 10px 20px;
		      border-left: 1px #494694 solid; }
		      
#content h1	{ padding: 0px 0px 10px 0px; }

#content h2	{ padding: 0px 0px 10px 0px; }

#content ol { margin: 0px 0px 0px 30px; }

#content ol li { font-size:16px; color:#494694; font-family:Verdana, Geneva, Tahoma, Sans-Serif; }

#content ol li a { color:#494694; }

#content ul li { font-size:16px; color:#494694; font-family:Verdana, Geneva, Tahoma, Sans-Serif; }

#content ul li a { color:#494694; }


/*#content li:hover	{ color:#EBE8EE; background-color:#494694; }*/

#content a:link		{ color:#494694; }
#content a:active	{ color:#494694; }
#content a:visited	{ color:#494694; }
/*#content a:hover	{ color:#EBE8EE; background-color:#494694; }*/
#content a:focus	{ color:#494694; }


#footer		{ border-top: 1px #494694 solid; padding: 5px 10px 5px 10px; }