/** {
	margin: 0;
	padding: 0;
}
*/

body {
background: #fff url(../img/bg/103.JPG);
font-family: "ms sans serif", Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
list-style-type: none;
padding:0;
margin:0;
}

img 
{
	border:none;
}
a {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #111;
}

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

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #FFF;
border-left: #000 1px solid;
border-right: #000 1px solid;
}

#topsection{
background: #fff url(../images/header2.jpg) no-repeat;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
font-size:15px;
padding-top: 15px;
letter-spacing: -1px;
padding: 50px 0 0 100px;
color: #fff;
}

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

#contentcolumn{
margin: 0 190px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn h2
{
	position: relative;
	top: -0.1em;
	text-transform: lowercase;
	font-family: Tahoma, serif;
	font-size: 14px;
	color: #4F4F2B;
	margin: 0; padding: 0;
}

#contentcolumn h3
{
	
}

#leftcolumn{
float: left;
width: 190px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
background: #bed3ff;
}


#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #bed3ff;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}
#rsstext
{
	width: 100%;
	background:#749ef8;
	color:#FFF;
	padding:4px 0;
}
#rsstext a
{
	color: #FFFF80;
	font-family:Tahoma;
	font-size:11px;
}

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


	.box01 
	{
		width: 175px;
		border: 1px solid #58b2cb;
		margin-bottom: 1px;
		overflow: hidden;
		position: relative;
	}
	.box01 h2 
	{
		height: 20px;
		color: #037190;
		font-size: 12px;
		padding: 1px 0 0 1px;
		margin-top: -1px;
		border-top: 1px solid #58b2cb;
		border-bottom: 1px solid #58b2cb;
	}


.arrowgreen{
	width: 170px; /*width of menu*/
/*
	border-style: solid solid none solid;
	border-color: #94AA74;
*/
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li {
	font: bold 12px "ms sans serif", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../img/bg/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	

.arrowgreen li a {
	font: bold 12px "ms sans serif", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../img/bg/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 170px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Ms Sans Serif', 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #bed3ff;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

.lable
{
	background:#CCC;
	width:170px;
	height:24px;
	border-top: #7aa2ff 1px solid;
	font-weight:bold;
	font-size:13px;
}
