/* Start of CMSMS style sheet 'section' */
/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	background-image: url(uploads/images/background.jpg);
background-repeat: repeat-x;
	
}




#page{
	width: 900px;
	margin-right: auto;
	margin-left: auto;



	
}

#header {
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;

}

div#allcolumns{

	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;

	background-image: url(uploads/images/back_columns.jpg);
background-repeat: repeat-y;
	
	

	
}

#leftnav{
	width: 200px;
	float: left;
	/*background-color: #E2F7FA;*/
	


	
}

#break1 {width: 100%; clear: both; height: 0; line-height: 0; 
font-size: 0;}

div.breadcrumbs {
   padding: 1em 0 0 0; */ CSS short hand rule first value is top then right, bottom and left */
   font-size:12px;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 0em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
text-decoration: none;
color: #CCCCCC;
}

div.breadcrumbs a{
text-decoration: none;
color: #CCCCCC;

}

 div.breadcrumbs span.lastitem { 
  color: #666666;
text-decoration: none;

 } 

a img { border:none; }

#main{
	width: 500px;
	
	float: left;
	margin-right: 20px;
	margin-left: 50px;
        font-size: 13px;
	color: #666666;
	padding-top: 15px;
	
	line-height: 21px;
	font-style: normal;
	text-decoration: none;

	
}

#main a{

text-decoration: none;
}
             



.title1 {
	font-size: 1em;
	color: #666666;
	padding-top: 30px;
	padding-bottom: 3px;
	border-bottom-width: 1px;

}

a:link {
	text-decoration: none;
	color: #0099CC;

}

a:visited {
	text-decoration: none;
color: #0099CC;
}
a:hover {
	text-decoration: none;
color: #0099CC;
}
a:active {
	text-decoration: none;
color: #0099CC;
}

#navright{
	width: 130px;
	height: 1000px;
	float: left;
	padding-top: 30px;

	/*background-color: #fef9e8;*/
	
}




#lines {
	border-top-width: thin;
	border-top-style: none;
	border-bottom-width: thin;
	border-bottom-style: none;
	color: #FFFFFF;
	font-size: 12px;
	text-indent: 0px;
	border-right-style: none;
	border-left-style: none;
	border-right-width: thin;
	border-left-width: thin;
	}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #385C72;
   background-color: #f4cf4f; /* same bg color as in header */
}

div#footer p {
   font-size: 0.6em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #f18b06; /* needed becouse footer link would be same color as background otherwise */
}





/* End of 'section' */

