/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
/* h1,h2,h3,h4,h5,h6 { font-size : 100%; } */

/* Removes list-style from lists 
ol,ul { list-style : none; }*/

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*----------------typography-----------------*/

/*container { 
font : 72%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333; } */

h2, h3, h4, blockquote { 
/* margin : 0 0px .75em; */
font: 100% Tahoma,Verdana,TrebuchetMS,LucidaGrande,sans-serif;
font-weight: bold;
/*font-size: 10pt;*/
color:#003399;
}

h6	{
/* margin : 0 0px .75em; */
font: 100% Tahoma,Verdana,TrebuchetMS,LucidaGrande,sans-serif;
font-weight: bold;
font-size: 10pt;
color:#003399;
}

p, ul, ol, td, dl { 
font : 100% Tahoma,Verdana,TrebuchetMS,LucidaGrande,sans-serif;
font-size : 9pt;
color:#666666;
}

a {
	font-size: inherit;
}
a:link {
	text-decoration: none;
	color:#CC6600;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*--------------the beginning of my layout stuff---------------*/

html {
text-align:center;
}

body  {
position:relative;
width: 1000px;
margin:0 auto;
text-align:left;
}

body {
	background-image:url(/images/bckgrnd1.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	}

#content  {
position:relative;
background-image:url(/images/maincontentbackground1.png);
background-repeat:repeat-y;
width:1000px;
}

#Main_Content    {
	left:  300px;
	width: 660px;
	margin-left:10px;
	padding-bottom:12px;
		
}

/*#Main_Content p,  h3 {
margin : 0 20px .75em; 
}*/

/*#regular ul, ol {
margin-left: 100px;
margin-bottom: 20px;
}*/


#Side_Content  {
Width: 294px; 
/*padding-top: 13px;*/
padding-left: 6px;
margin-right: 4px;
background-image:url(/images/allcontentbg.png);


}

#Side_Content  p {
padding: 22px;
}



/*footer */

#footer    {
	position:absolute;
	margin-top: 0px;
	padding: 1em 1em 1em 1em;
	background-image:url(/images/footer.png);
	width: 968px;
	left: 0px;
}

#footer p {
font : 100% Verdana,Tahoma,TrebuchetMS,LucidaGrande,sans-serif;
font-size : 8pt;
color:#CCCCCC;
text-align:center;
}



/* =si_clear_children */
.pc,.sc {
position: absolute;  
top: 0;
left: 0;
/*background-image:url(/images/sidecontentbg.png);*/
}
.clear_children, .cc_tallest {
position:relative;
/*background-image:url(/images/footer.png);*/
}
/*\*/* html .clear_children {
display: inline;
}

/**/

.cc_tallest:after {content: '';
}  /*prevents a redraw bug in safari */



/* ventafish .boxFRONTPAGE stuff */




.boxFRONTPAGE {
width: 680px;
}

.boxFRONTPAGE p, ul, dl, h3 {
background: url(/images/boxFRONTPAGEbg.png) repeat-y;
}

.boxFRONTPAGE h6 {
background: url(/images/boxFRONTPAGEbg.png) repeat-y;
}

.boxFRONTPAGE h2  {
background: url(/images/boxFRONTPAGEtop.png) no-repeat left top;
padding-top:20px;
}


.boxFRONTPAGE .last {
background: url(/images/boxFRONTPAGEbottom.png) no-repeat left bottom;
padding-bottom:20px;
}

.boxFRONTPAGE h2, .boxFRONTPAGE h3, .boxFRONTPAGE h6, .boxFRONTPAGE p {
padding-left:40px;
padding-right:40px;
padding-top:20px;
}

.boxFRONTPAGE dl {
padding:60px;
}

/*.boxFRONTPAGE li  {
list-style:none;
padding-left:20px;
padding-right:20px;
}*/


.form  {
background: url(/images/boxFRONTPAGEbg.png) repeat-y;
text-align:center;
}

/* sidebox stuff */

.sidebox {
width: 314px;
}

.sidebox p, table, h6, dl {
background: url(/images/sidboxbg.png) repeat-y;
}

.sidebox ul	{
padding-left:30px;
padding-right:30px;
}

.sidebox h2  {
background: url(/images/sideboxtop.png) no-repeat left top;
padding-top:20px;
}



.sidebox .last {
background: url(/images/sideboxbottom.png) no-repeat left bottom;
padding-bottom:20px;
}

.sidebox h2, sidebox table {
padding-left:20px;
padding-right:20px;
padding-top:20px;

}

.sidebox li  {
list-style:none;
}


