/* Original Tags */
body {
	background-color:#595966;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.74em;
	color:#595966;
	cursor:default;
	background-image:url(images/mainbg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
/* Image Properties */
img {
	padding:3px;
	margin-left:6px;
	margin-bottom:2px;
	margin-top:2px;
	border:1px solid #333333;
	float:right;
}
/* Link Propeties */
a {
	color:#000033;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000033;
	text-decoration:none;
	font-weight:bold;
	background-image:url(images/a_underline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
/* Style of a text input box */
input {
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #000000;
	margin-top:2px;
	background-image:url(images/inputbg.gif);
	padding:2px;
	font-size:10px;
}

/* List Properties */
li {
	list-style-image:url(images/flake.gif);
	font-size:95%;
	margin:0;
	padding:0;
}
/* Acronym Properties */
acronym {
	background-image:url(images/acunderline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-variant:small-caps;
	border:0;
	cursor:help;
	padding-bottom:1px;
}
/* This contains all the content */
#container {
	width:500px;
	margin:0 auto 0 auto;
}
/* The Main Menu */
#menu_top {
	width:495px;
	height:100px;
	padding-right:1px;
	padding-left:2px;
	padding-bottom:2px;
	border-bottom: 1px solid #ffffff;
	margin:0 auto 0 auto;
	background-color:#E9EDEC;
	position:relative;
	top:0;
}
#menu_top a {
	height:90px;
	width:65px;
	padding:5px;
	background-color:#555555;
	border-right: 1px solid #333333;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #333333;
	margin-right:1px;
	float:left;
	color:#FFFFFF;
	font-size:80%;
	text-decoration:none;
	text-align:center;
}
#menu_top a:hover {
	height:90px;
	padding:5px;
	background-color:#333333;
	border-right: 1px solid #555555;
	border-left: 1px solid #111111;
	border-bottom: 1px solid #555555;
	margin-right:1px;
	float:left;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:80%;
	text-decoration:none;
	background-image:none;
}
#menu_top .aactive {
	height:90px;
	padding:5px;
	background-color:#333333;
	border-right: 1px solid #555555;
	border-left: 1px solid #111111;
	border-bottom: 1px solid #555555;
	margin-right:1px;
	float:left;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:80%;
	text-decoration:none;
	background-image:none;
}
/* This defines the Access Key */
#menu_top em {
	font-style:normal;
	text-decoration:underline;
	border-bottom: 1px solid #595966;
}
/* This is for the Logo Image */
.logo {
	padding:0;
	border-right:1px solid #ffffff;
	border-left:none;
	border-bottom:none;
	margin:0;
}
	
/* This is the header image */
#top {
	width:500px;
	margin:0 auto 0 auto;
	background-image:url(images/maintop2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-top: 39px;
	line-height:10px;
}
/* This contains the content on the left */
#content_left {
	width:357px;
	padding-right:10px;
	padding-left:10px;
	float:left;
}
/* This is the snowman below all the content on the left */
#snowman_left {
	width:287px;
	height:120px;
	padding-right:80px;
	padding-left:10px;
	clear:left;
	background-position:bottom right;
	background-repeat:no-repeat;
	font-size:90%;
}
/* Header 1 in Content left */
#content_left h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	font-weight:normal;
	background-image:url(images/titlebg.gif);
	margin-top:4px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #595966;
	border-left: 1px solid #595966;
	padding:2px;
	color:#000000;
}
/* Paragraph style in left content */
#content_left p {
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	margin:0;
	text-align:justify;
}
/* The first letter of the paragraph */
#content_left p:first-letter {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:170%;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	text-transform:capitalize;
}
/* This contains the content on the right */
#content_right {
	width:111px;
	padding-left:4px;
	padding-right:0;
	float:right;
	margin-right:4px;
	margin-left:0;
	font-size: 80%;
	color:#FFFFFF;
	background-repeat:repeat-y;
	border-bottom: 1px dotted #ffffff;
	line-height:15px;
}
/* Format of a Paragraph in the #content_right div */
#content_right p {
	padding:5px;
	margin:0;
}
/* Format of a Header 1 in the #content_right div */
#content_right h1 {
	font-family:Arial Narrow, Arial, Verdana, sans-serif;
	font-size:150%;
	font-weight:normal;
	text-decoration:underline;
	background-repeat:repeat-x;
	margin:0;
	padding:2px;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;
}
/* A Paragraph menu, if it has one */
.paragraph_menu { 
	border-top:1px solid #cccccc; 
	text-align:right;
	padding-top:2px;
	margin-top:5px;
	color:#999999; 
	clear:both;
	margin-bottom:20px;
	color:#FFFFFF;
	background-image:url(images/icicles.gif);
	background-position:left;
	background-repeat:repeat-x;
}
.paragraph_menu a {
	font-weight:bold;
	color:#123456;
	text-decoration:none;
}
.paragraph_menu a:hover {
	font-weight:bold;
	color:#000000;
	border-top: 3px solid #E9EDEC;
	background-image:none;
	text-decoration:none;
}






peat:repeat-x;
}
.paragraph_menu a {
	font-weight:bold;
	color:#373744;
	text-decoration:none;
}
.paragraph_menu a:hover {
	font-weight:bold;
	color:#000000;
	border-top: 3px solid #E9EDEC;
	background-image:none;
	text-decoration:none;
}






