/* ------------------------------------------------------------------------------------------------------------------------------- */

body    {
	margin-top: 0%;
	margin-left:15%;
	margin-right: 15%;
	margin-bottom: 0px;
	font-family: verdana;
	font-size:12px;
	background-repeat: repeat-x;

repeat-y;
	background-color: 666699;
                }
/* ------------------------------------------------------------------------------------------------------------------------------- */
        
.colorclass0 {
        background-color: #ffffff;
}

.colorclass1 {
        background-color: #E8EFF5;
}

.colorclass2 {
        background-color: #FFE3C1;
}

.padder1 { padding: 1; } .padder2 { padding: 2; } .padder3 { padding: 3; } .padder4 { padding: 4; } .padder5 { padding: 5; }
.padder6 { padding: 6; } .padder7 { padding: 7; } .padder8 { padding: 8; } .padder9 { padding: 9; } .padder10 { padding: 10; }

.tdclass1 {
	padding: 5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: D9D9D9;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.textclass1
        {
	color: #000066;
	font-size:14px;
        }
                
.textclass2
        {
	color: #000066;
	font-size:18px;
        }                        
        
a:link
        {
	color: #000066;
	font-size:14px;
	text-decoration:none;
}
a:active
        {
	color: #000066;
	font-size:14px;
	text-decoration:none;
}
a:visited
        {
	color: #000066;
	font-size:14px;
	text-decoration:none;
}
a:hover
        {
	color: #CC9966;
	font-size:14px;
	text-decoration:underline;
}
                
.subcat_link a:link 
        {
	color: #000066;
	text-decoration:none;
	font-size: 11px;
}
.subcat_link a:active 
        {
	color: #000066;
	text-decoration:none;
	font-size: 11px;
}
.subcat_link a:visited 
        {
	color: #000066;
	text-decoration:none;
	font-size: 11px;
}
.subcat_link a:hover 
        {
	color: #CC9966;
	text-decoration:underline;
	font-size: 11px;
}                
                
.itty_link a:link 
        { color: 000000; text-decoration:none; font-size: 11px; }
.itty_link a:active 
        { color: 000000; text-decoration:none; font-size: 11px; }
.itty_link a:visited 
        { color: 000000; text-decoration:none; font-size: 11px; }
.itty_link a:hover 
        {
	color: #CC9966;
	text-decoration:underline;
	font-size: 11px;
}

.itty_link 
        {
        font-size:11px;
        color:000000;
        }
        
.itty_itty_link 
        {
        font-size:10px;
        }                        
        
.white_link a:link 
{ color: DEE0E5; font-size:10px; text-decoration:none; }
.white_link a:active 
{ color: DEE0E5; font-size:10px; text-decoration:none; }
.white_link a:visited 
{ color: DEE0E5; font-size:10px; text-decoration:none; }
.white_link a:hover 
{ color: ffffff; font-size:10px; text-decoration:underline; }        

.white_link {
        color: ffffff;
        font-size:10px;
}                

.bigtitle a:link 
{ color: DEE0E5; font-size:10px; text-decoration:none; }
.bigtitle a:active 
{ color: DEE0E5; font-size:10px; text-decoration:none; }
.bigtitle a:visited 
{ color: DEE0E5; font-size:10px; text-decoration:none; }
.bigtitle a:hover
{ color: ffffff; font-size:10px; text-decoration:underline; }

.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #C49A6B;
	text-align: left;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr  #containeroutside {
	width: 875px;
	margin: 0 auto;
	text-align: center;
	background-color: #999999;
	padding-top: 10px;
	border: 3px solid #666666;
} 
.twoColFixLtHdr #header {
	margin:auto
	padding: 0 px;
	background-image: url(images/mainbackgroundimage.gif);
	text-align: center;
	min-height: 185px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/mainbackgroundimage.gif);
}
.twoColFixLtHdr  #topmenuheader {
	padding: 0 px;
	background-image: url(images/mainbackgroundimage.gif);
}
.twoColFixLtHdr  #slideshowheader {
	background-color: #FFFFFF;
	padding: 0;
	height: 200px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	padding: 0px;
	}
.twoColFixLtHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	margin-right: 8px;
	margin-left: 190px;
	border-left-color: #666666;
	border-left-width: thin;
	border-left-style: solid;
	margin-top: 5px;
} 
.twoColFixLtHdr #footer {
	padding: 0 px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #000000
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

