/* Core Definitions */

body,div,p,h1,ul,li { /* resetting padding and margins on all block level elements */
  margin:0;
  padding:0;
}
body {
	background:#fff url(images/bg_sides.jpg) repeat-y scroll center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	scrollbar-face-color:#D0E0E4;
	scrollbar-arrow-color:#A6A8A8;
	scrollbar-track-color:#E4E6E7;
	scrollbar-shadow-color:#A6A8A8;
	scrollbar-highlight-color:#A6A8A8;
	scrollbar-3dlight-color:#E4E6E7;
	scrollbar-darkshadow-Color:#E4E6E7;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #930A0A;
	text-decoration: none;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #930A0A;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #930A0A;
	text-decoration: none;
}
