﻿HTML, FORM
{ 	min-height: 100%;
 	height: auto;
 	margin: 0px;
}

body 
{
	background-image: url(Images/bg.jpg);
	background-position: center bottom;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Sans-Serif ;
	line-height: 150%;
	font-size: 12px;
	height: 100%;
 	margin: 0px;
 	background-attachment: fixed;
}

h2
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 17px;
	font-family: Century, Times New Roman, Serif;	
}

h1
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 17px;	
	font-family: Century, Times New Roman, Serif;
}

A
{
	color: #9c132e;
}
A:Hover
{
	color: black;
}

/* ANCHOR */
A.MenuItem
{
	padding-left: 18px;
	color: White;
	font-size: 17px;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
	font-family: Century, Times New Roman, Serif;
}


A:Hover.MenuItem
{
	padding-left: 18px;
	color: White;
	font-size: 17px;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
	background-image: url(Images/daisy.png);
	background-position: left center;
	background-repeat: no-repeat;
}
A.MenuItemAlt
{
	padding-left: 28px;
	font-family: Century, Times New Roman, Serif;
	color: White;
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
}

.PaddingBottom
{
	margin-bottom: 10px;
}


A:Hover.MenuItemAlt
{
	padding-left: 28px;
	color: White;
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
	background-image: url(Images/daisy.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* News*/
.NewsItemHolder
{
	padding-left: 70px;
	padding-top: 0px;
}

.NewsBG
{
	background-image: url(images/menu-bg.png); background-repeat: repeat-y; background-position: right top; height: 100px; width: 302px
}

/* Main BG */
.MainBG
{
	background-image: url(images/main-bg.png); background-repeat: repeat-y; background-position: right top; width: 658px;
}

.MainSubBG
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

/* MENU */
.MenuHolder
{ 
	width: 302px
}

.MenuBG
{
	background-image: url(images/menu-bg.png); background-repeat: repeat-y; background-position: right top; width: 302px
}

.MenuItemHolder 
{
	padding-left: 70px;
	padding-top: 20px;
}

/* Footer */
.Footer
{
	font-size: 10px; 
	padding-top: 10px;
	color: black;
}

/* Placeholders */
.MainHolder
{
	width: 976px;
	margin: 0px auto;
}


/* MISC */
.TextRight
{
	text-align: right;
}

.Red
{
	color: #9c132e;
}

.TextboxBig
{
	padding: 3px;
	width: 450px;
	font-family: Verdana, Arial, Sans-Serif ;
	font-size: 12px;
	color: #9c132e;
}

.Textbox
{
	padding: 3px;
	width: 250px;
	font-family: Verdana, Arial, Sans-Serif ;
	font-size: 12px;
	color: #9c132e;
}

.TextboxSml
{
	padding: 3px;
	width: 50px;
	font-family: Verdana, Arial, Sans-Serif ;
	font-size: 12px;
	color: #9c132e;
}


.Error
{
	color: #9c132e;
	font-weight: bold;
}

.Success
{
	color: forestgreen;
	font-weight: bold;
}

.LightBG
{
	background-color: #EFEFEF;
}