/* My settings*/

#price-table .part-header {
    background-color: #EEEEEE;
}

#price-table td {
    padding-left: 2px;
}

#price-table tr {
    background-color: white;
}


/******************************
   Body Formating Menu - Don't Edit
******************************/
* { padding: 0; margin: 0; }

#wrapper { 
    margin: 2px auto;
    width: 922px;
    padding-left: 2px;
}
	
#header {
    width: 913px;
    float: left;
    background-color:#FFFDDB;
    padding-left: 10px;
    margin: 0px 0px 1px;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

/******************************
   General Text Formating - Don't edit outside this section
******************************/
body {
    font-family: Tahoma;
    font-size: 11px;
}
	
h1 {
    margin: 8px 0px 0px 0px;
    font-size: 12px;
    color: #505050;
    padding-bottom: 3px;
}

h2{
    font-size: 11px;
    color: #0074D9;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px dotted #D3E1F9;
}
	
ul{
    padding-left: 35px;
    padding-bottom: 15px;
}
	
/******************************
   Navigation Menu
******************************/	
#navigation {
    float: left;
    width: 100%;
    height: 19px;
    border-bottom: 1px dotted silver;
    background-color: #eeeeee;
}
	
#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation ul li {
    margin: 0;
    float: right;
}

#navigation a {
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px 0px 10px;
    color: #666666;
    text-decoration: none;
}

#navigation a:hover {
    color: #0074d9;
}

#navigation .active {
   /* background-color: #FFFDDB; */
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

	
/******************************
   Left Column - Formating
******************************/		
#leftcolumn { 
    color: #333;
    margin: 0px;
    padding: 0px 10px 10px;
    width: 200px;
    float: left;
    background-color: white;
}
	
#leftcolumn h2{
    margin-bottom: 10px;
}

.newstitle {
    margin-top: 8px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 11px;
    color: #0074D9;
}

.newstitle span {    
    color: #666666;
}

#leftcolumn p {
    margin: 0;
    padding-left: 3px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: #505050;
}

.date {
	width: 200px;
	float: left;
	margin-top: 7px;
	text-align: right;
	font-size: 10px;
	color: #6A6A6A;}
	
/******************************
   Right Column - Formating
******************************/	
#rightcolumn { 
    float: right;
    color: #333333;
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 678px;
    min-height: 750px;
    display: inline;
    border-right: 1px dotted silver;
    border-bottom: 1px dotted silver;
    border-left: 1px dotted silver;
}

#rightcolumn p{
	margin-bottom: 20px;}

#welcome{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid #a4a4a4 1px;}
	
#welcome img{
	display:block;
	margin-left:auto;
	margin-right: auto;}

/******************************
   Footer - Formating - Styling
******************************/	
/*IE Hack Margin Top - IE6 & IE7 */

#footer { 
	width: 900px;
	clear: both;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;}

#footer a {color: #0074d9; text-decoration: none;}
#footer a:active, a:visited {color: #7abaf2;}
#footer a:hover {color: #7abaf2; text-decoration: underline;}