
/* SamplingsTheme */

Body {
	Background-Color: #779977;
	Color: #44004C;
	Font-Family: Verdana;
	Font-Size: 1em;
	}

H1 {
	Font-Family: Garamond; "Times New Roman";
	Font-Size: 1.5em;
	Font-Weight: Bold;
	}

H1.JustifyLeft {
	Text-Align: Left;
	}

H1.JustifyCenter {
	Text-Align: Center;
	}

H1.JustifyRight {
	Text-Align: Right;
	}

P {
	Font-Family: Verdana;
	Font-Size: 0.6em;
	Color: #404040;
	}

Div.ContainerMain {
	Background-Color: RGB(248, 228, 190);
	Margin-Top: 5%;
	Margin-Left: 15%;
	Width: 750px;
	Border-Color: #DEEDBD;
	Border-Style: Solid;
	Border-Width: Thick;
	}

Div.SubPara {
	Text-Transform: Uppercase;
	Font-Size: 0.8em;
	Font-Weight: Bold;
	Color: #806080;
	}

#Column1 {
	Background-Color: RGB(248, 228, 190);
	Margin-Top: 0px;
	Margin-Left: 0px;
	Margin-Right:  0px;
	Float: Left;
	Width: 33%;
	Padding: 10px 15px 20px 5px;
	Border-Right-Color: #DEEDBD;
	Border-Right-Width: Thick;
	Border-Right-Style: Solid;
	}

#Column2 {
	Background-Color: #FFFFFF;
	Margin-Top: 0px;
	Margin-Right: 0px;
	Float-Left;
	Width: 100%;
	Padding: 10px 18px 20px 15px;
	}

#picLeft {
	Float:Left;
	}

#picLeftCenter64 {
	Margin-Top: 20px;
	Margin-Left: 22px;
	Margin-Bottom: 5px;
	}

#picLeftCenter32 {
	Margin-Top: 20px;
	Margin-Left: 35px;
	Margin-Bottom: 5px;
	}

A:Link {
	Color: #AA33FF;
	Text-Decoration: None;
	Font-Weight: Normal;
	}

A:Visited {
	Color: #AA33FF;
	Text-Decoration: None;
	Font-Weight: Normal;
	}
A:Active {
  	Color: #AA33FF;
	Text-Decoration: None;
	Font-Weight: Bold;
	}

A:Hover {
	Background-Color: #FFECB5;
	Color: #D9BFDC;
	Text-Decoration: Underline;
	Font-Weight: Bold;
	Font-Variant: Small-Caps;
	}

A:Link.nav {
	Color: #AA33FF;
	Text-Decoration: None;
	}

A:Visited.nav {
	Color: #AA33FF;
	Text-Decoration: None;
	}

A:Active.nav {
	Color: #AA33FF;
	Text-Decoration: None;
	}

A:Hover.nav {
	Background-color: #AA33FF;
	Color: #BEDC7F;
	Text-Decoration: Underline;
	Font-Weight: Bold;
	Font-Variant: Small-Caps;
	}



