@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	/*line-height: 1.5em;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image: url(style_images/shadow_header.gif);
}

#topsection{
	/*background: #EAEAEA;*/
	height: 170px; /*Height of top section*/
}

#topsection h1{
margin-left: 25px;
margin-right: 25px;
padding: 25px 25px 25px 25px;
/* background-image: url(style_images/shadow_header.gif); */
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	background-image: url(style_images/blue_bg.jpg);
	height: 400px;
	width: 850px;
	margin-left: 25px;
}

#leftcolumn{
	float: left;
	width: 25px;
	margin-left: -900px;
	height: 400px;
	/* background-image: url(style_images/shadow_left.gif); */
}

#rightcolumn{
	float: left;
	width: 25px; /*Width of right column*/
	margin-left: -25px; /*Set left margin to -(RightColumnWidth)*/
	/* background: #FDE95E;
	height:400px;
	/* background-image: url(style_images/shadow_right.gif); */
}

#footer{
	clear: left;
	width: 850px;
	height: 20px;
	text-align: center;
	background-color: #709ece;	/*background-color: #CCCCFF;*/
	margin-left: 25px;
	vertical-align:top;
	margin-top: 0px;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.link1 a {
color: #000000;
text-decoration: none;
}
.link1 a:visited {
	color: #666666;
}
.link1 a:hover {
	color: #CCCCCC;
}


.link2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.link2 a:visited {
	color: #FFFFFF;
}
.link2 a:hover {
	color: #CCCCCC;
}
.style1 {
	color: #FFFFFF;
	font-size: 11px;
}
.style2 {color: #FFFFFF}

.imgborder {
background:white;
padding:5px;
border-style: none;
}

#contentcolumnhome {
	margin-right: 25px;
	padding: 10px 30px 10px 30px;
	height: 380px;
	width: 800px;
}

ul {
	text-indent: -0px;
	list-style-position: outside;
	list-style-type: square;
	padding:0px;
	margin-left:15px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #00CC33;
text-decoration: none;
background-color: #CCCCCC;
text-indent: 5px;
list-style-position: outside;
list-style-image: url(arrow.gif);
list-style-type: square;
padding: 6px;
margin: 2px;*/
}
