@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #608EC8;
}

p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	line-height: 130%;
	text-align: left;
}

h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #244E77;
}

h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #3D4E7E;
}

h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #BD3010;
	text-align: center;
}

.title_category {
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar1 p {
	font-size: 70%;
	line-height: 95%;
}

#sidebar2 p {
	font-size: 70%;
	line-height: 95%;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

td  {
	width: 210px;	
}

a:link {
	color: #2A5F93;
	text-decoration: none;
}
a:visited {
	color: #2a5f93;
	text-decoration: none;
}
a:hover {
	color: #224A73;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #295E94;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/*Begining of menuinner div, that controls the links on the header*/

#menuwrapper {
	background-image: url(images/back_menu.png);
	background-repeat: repeat-x;
	height: 35px;
}

#menuinner {
	color: #000;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 70%;
}
#menuinner ul {margin: 0; padding: 13px 0 0 0; list-style: none; }

#menuinner li {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#menuinner a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#menuinner a:hover {
	color: #B1EDFE;
	font-weight: bold;
}
/*End of menuinner div, that controls the links on the header*/




#container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ABC6DE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-image: url(images/solar_Illuminations_us_header2.jpg);
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 605px;
	border-bottom-width: .5px;
	border-bottom-style: solid;
	border-bottom-color: #BD3010;
} 
#header h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 420px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#editablearea {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 980px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	background-color: #d9e2e8;
	padding: 10px; /* padding keeps the content of the div away from the edges */
	height: auto;
	border: 1px solid #FFF;
	margin-top: 00px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	border: 1px none #FFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
} 

#mainContentLarge {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 252px;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
} 

#mainContent1Column {
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	margin: 0;
} 

#newsTitle {
	background-color: #91b7dc;
	height: 20px;
	width: 190px;
	border: 0.5px none #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 90%;
	color: #3d4e7e;
	text-align: right;
	padding: 10px;
}

#footer {
	background-color: #EFF8F8;
	height: 78px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #003;
} 
#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;
}

#footer p {
	text-align: center;
}

.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;
}

.paragraph_bigger {
	font-size: 90%;
	font-weight: bold;
	color: #00456F;
	padding-right: 17px;
	padding-left: 17px;
}

#footer p {
	text-align: center;
}
#mainContent table tr td p {
	font-size: 70%;
	color: #666;
	line-height: 120%;
}

#mainContent table tr td {
	background-color: #CADCDD;	
}

