﻿body 
{
	margin:0;
	padding:0;
	font-family: Arial, Verdana;
	font-size: 12px;
	background-color: #2b5096;
}

#Page 
{
	width: 950px;
	margin-left: 50%;
	background-color: #FFF;
	border: solid 8px #33619c;
	left: -475px;
	position: absolute;	
	top:0;
	margin-top: 10px;
	padding: 10px;
	float: left;
	clear: both;
}

.Header
{
	float: left;	
}

.Content
{
	float: left;
	clear: both;
	background-image: url(Images/mainbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 300px;
		
}

.RightSide
{
	float: right;
	background-color: #FFF;
	margin-top: 10px;	
	background-color: #f0f0f0;
	
}

.LeftSide
{
	float: left;
	margin-top: 50px;
	background-image: url(Images/headphonesGirl.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
	width: 700px;
}

H1
{
	font-size: 1.3em;
	font-weight: bold;	
	float:left;
	clear:both;
	width: 100%;
	background-color: #144d84;
	color: #FFF;
	text-indent: 10px;
	line-height: 2.0em;
	
}

div.NewsTitle
{
     font-size          :16px;
     font-weight        :bold;
     margin-top         :20px;
     float              :left;
}

DIV.NewsText
{

}

DIV.NewsItem
{
    border-bottom       :solid 0px #D0D0D0;
    padding             :2px 0;
    font-size           :11px;
    color               :#707070;
    margin-left         :5px;
}

.Survey
{
	float: left;
	clear: both;
	font-size: 0.9em;
	line-height: 20px;
	width: 100%;
}

.Survey INPUT
{
	font-size: 0.9em;
	float: left;
}

.Survey .SurveyTitle
{
	font-weight: bold;	
	font-size: 1.2em;
	text-indent: 10px;
}

.Survey .SurveyText
{
	float: left;
}

.newsItem
{
    float: left;
    width: 220px;   
    margin: 5px;
    margin-bottom: 10px;
    height: 100px;
}

.newsCategorySection
{
    float: left;
    width: 220px;   
    margin: 5px;
    margin-bottom: 10px;
    height: 120px;
}


.newsItem A
{
    color: Red;   
    font-weight: bold;
    text-decoration: none;
}

.NewsItemReadPanel
{
    float: left;
    clear: both;
    padding: 10px;
    width: 100%;   
}

.NewsItemReadPanel .NewsTitle
{
    float: left;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    Margin-bottom: 10px;
}
.NewsItemReadPanel .NewsText
{
    float: left;
    clear: both;
    width: 98%; 
    text-align:justify;
}
.newsCategoryItemLink
{
    float: left;
    clear: left;
    color: Green;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.NewsCategory
{
    font-size: 16px;
    font-weight: bold;
    color: Navy; 
    text-transform: uppercase;
}


.mainNewsItem
{
    min-height: 110px;
    margin-right: 10px;
    float: left;   
}

.mainNewsItem A
{
    color: Red;
    text-decoration: none;
    font-weight: bold;
}