/* Main Styles */
body			{ margin: 0; background-color: #b2b2b2;text-align: justify; font-family: Arial, Verdana, Tahoma, Sans-Serif;}
hr				{ height: 2px; border: #cc0001; background-color: #cc0001; }
p				{ margin: 5px 0 15px 0; }


/* Text Styles */
h1				{ color: #b2b2b2; font-size: 170%; font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-Serif; margin: 10px 0px 4px 0px; border-bottom: 1px solid #b2b2b2;}
h2				{ color: #cc0001; font-size: medium; font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-Serif; margin: 0 0 0 0px; }
.style1					{ color: #cc0001; font-weight: bold; font-size: 14px; margin: 1em 0;}


/* Menu Text */
.menutext			{ color: #444444 }
.menutext a			{ color: #444444 }
.menutext a:hover	{ color: #cc0001 }


/* Main div styles */
#main			{ position: relative; float: left; width: 80%; left: 10%;background-color: #fff;}
#text			{ position: relative; float: left; width: 90%; left: 5%;background-color: #fff;}
.content3			{ position: relative; float: left; width: 90%; margin-left: 5%; margin-right: 10%;}
.shadowtop			{ position: relative; float: left; width: 100%; padding: 20px 0 0 0; background-image: url(/images/bg-welcomeinv.jpg); background-repeat: no-repeat; background-position: center top; }
.shadowbottom		{ position: relative; float: left; width: 100%; padding: 0 0 30px 0; background-image: url(/images/welcomebg.jpg); background-repeat: no-repeat; background-position: center bottom; }
.sleft				{ position: relative; float: left; width: 50%;}
.sright				{ position: relative; float: right; width: 50%;}
.fleft				{ position: relative; float: left; width: 100%; margin: 40px 0 0 0;}
.hide 					{ display: none; }
.toggle					{ display: block; }
