/* Original Tags */
body {
	background-color:#971F29;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.74em;
	color:#595966;
	cursor:default;
	background-image:url(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(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(inputbg.gif);
	padding:2px;
	font-size:10px;
}

/* List Properties */
li {
	font-size: 12px;
	margin: 0;
	padding: 0;

}
/*Submenu*/
#navcontainer { width: 100px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 100px;
background-color: #720A0A;
border-bottom: 1px solid #fff;
color: #fff;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #931C1C;
color: #fff;
}

/* Acronym Properties */
acronym {
	background-image:url(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:#931C1C;
	border-right: 1px solid #720A0A;
	border-left: 1px solid #720A0A;
	border-bottom: 1px solid #720A0A;
	margin-right:1px;
	float:left;
	color:#FFFFFF;
	font-size:80%;
	text-decoration:none;
	text-align:center;
}
#menu_top .menu_toppie:first-letter{
	font-size:120%;
	color:#FFFFFF;
	margin-right:1px;
	text-transform:capitalize;
}

#menu_top a:hover {
	height:90px;
	padding:5px;
	background-color:#720A0A;
	border-right: 1px solid #3A0101;
	border-left: 1px solid #3A0101;
	border-bottom: 1px solid #3A0101;
	margin-right:1px;
	float:left;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:80%;
	text-decoration:none;
	background-image:none;
}
#menu_top .current{
	height:90px;
	padding:5px;
	background-color:#720A0A;
	border-right: 1px solid #3A0101;
	border-left: 1px solid #3A0101;
	border-bottom: 1px solid #3A0101;
	margin-right:1px;
	float:left;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:80%;
	text-decoration:none;
	background-image:none;
}
#menu_top .current:first-letter{
	font-size:120%;
	color:#FFFFFF;
	margin-right:1px;
	text-transform:capitalize;
}

/* This defines the Access Key */
#menu_top em {
	font-style:normal;
	text-decoration:underline;
	border-bottom: 1px solid #595966;
}
#submenu a {
	text-align: left;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	background: Red;
	padding: 3px 0px 5px 20px;
	display: block;
	margin: 0px 0px 0px 5px;
}
/* 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(maintop2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-top: 39px;
	line-height:10px;
}

/* This contains the content on the left */
#content_left {
	vertical-align: top;
	width:357px;
	padding-right:10px;
	padding-left:12px;
	float:left;
}
/* This is the snowman below all the content on the left */
#footer_left {
	width:357px;
	height:120px;
	padding-right:80px;
	padding-left:10px;
	clear:left;
	font-size:90%;
}
/* Header 1 in Content left */
#content_left h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-weight:normal;
	margin-top:4px;
	padding:2px;
	color:#000000;
}
#content_left h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	font-weight:normal;
	margin-top:4px;
	padding:2px;
	color:#000000;
}
#content_left h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	font-weight:normal;
	background-image:url(titlebg.gif);
	margin-top:4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #595966;
	border-left: 1px solid #595966;
	padding:2px;
	color:#fff;
	margin-bottom: 7px;
}
#content_left h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	font-weight:normal;
	margin-top:4px;
	padding:2px;
	color:#000000;
}
#content_left h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	font-weight:normal;
	margin-top:4px;
	padding:2px;
	color:#000000;
}
#content_left h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	font-weight:normal;
	margin-top:4px;
	padding:2px;
	color:#000000;
}
/* The first letter of the paragraph */
/* 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 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 { 
	padding-top:2px;
	margin-top:0;
	color:#999999; 
	clear:both;
	margin-bottom:10px;
	color:#FFFFFF;
	background-image:url(icicles.gif);
	background-repeat:repeat-x;
	height: 21px;
}
.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;
}
.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;
}






