
/* SamplingsTheme */

Body {
	Background-Color: #FFFFFF;
	Color: #334466;
	Background-Image: Url("caduceus.jpg");
	Background-Position: 100% 50%;
	Background-Repeat: No-Repeat;
	Background-Attachment: Fixed;
	Font-Family: Verdana;
	Font-Size: 10pt;
	}

H1 {
	Font-Size: 1.5em;
	Font-Weight: Bold;
	}

H1.JustifyLeft {
	Text-Align: Left;
	}

H1.JustifyCenter {
	Text-Align: Center;
	}

H1.JustifyRight {
	Text-Align: Right;
	}

P {
	Font-Size: 1em;
	Color: #404040;
	}

Div.ContainerMain {
	Width: 90%;
	}

Div.SubPara {
	Text-Transform: Uppercase;
	Font-Size: 1em;
	Font-Weight: Bold;
	Color: #806080;
	}

#Column1 {
	Background-Color: #DDDDCC;
	Margin-Top: 20px;
	Float: Left;
	Width: 17%;
	Padding: 0px 15px 20px 5px;
	Border-Color: #AA7744;
	Border-Width: Thick;
	Border-Style: Solid;
	}

#Filler3 {
	Margin-Top: 0px;
	Float: Left;
	Width: 3%;
	}

#Column2 {
	Margin-Top: 0px;
	Float: Left;
	Font-Size: 1em;
	Width: 65%;
	}

#RowLower {
	Background-Color: #DDDDCC;
	Margin-Top: 20px;
	Float: Left;
	Width: 90%;
	Padding: 10px 0px 10px 0px;
	Border-Color: #AA7744;
	Border-Width: Thick;
	Border-Style: Solid;
	}

#RowLowerCol {
	Width: 150px;
	Float: Left;
	Font-Size: 10pt;
	}

#FillerLowerCol30 {
	Width: 30px;
	Float: Left;
	}

#FillerLowerCol50 {
	Width: 50px;
	Float: Left;
}

#picLeft {
	Float:Left;
	}

#picLowerLeft {
	Margin: 10px;
	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: #3377AA;
	Text-Decoration: None;
	}

A:Visited {
	Color: #3377AA;
	Text-Decoration: None;
	}
A:Active {
  	Color: #3377AA;
	Text-Decoration: None;
	}

A:Hover {
	Background-Color: #FFECB5;
	Color: #3377AA;
	Text-Decoration: Underline;
	}

A:Link.nav {
	Color: #3377AA;
	Text-Decoration: None;
	}

A:Visited.nav {
	Color: #3377AA;
	Text-Decoration: None;
	}

A:Active.nav {
	Color: #3377AA;
	Text-Decoration: None;
	}

A:Hover.nav {
	Background-color: #AA33FF;
	Color: #BEDC7F;
	Text-Decoration: Underline;
	}



