﻿/*--------------------layout---------------------*/
* {margin:0;padding:0}

.more
{float:right; padding-bottom:50px}

h3.notop
{   font-size:16px;
    
    padding-bottom:15px;
    color:#638db3
    }

h2.singlenews
{   font-size:16px;
    padding-bottom:15px;
    color:#638db3
    }
    
    

#PageHolder 
{
	margin:0px auto;
	text-align: center;	
	width: 935px;
    background-color:#FFFFFF;

}


#NavMenu {
	margin-top:50px;
	font-family:Arial;
	font-size:12px;
	width:203px;
	position:relative;
	left:0px;
}
	
#LeftPanel {
    display:inline;
	width: 203px;	
	float: left;	
	padding: 0px;
	height:inherit;
	padding-top:35px;
}

#RightPanel {
    display:inline;
    float:right;
	width: 730px;
	margin: 0;	
}

#ContentAndSubMenu {
	width: 100%;
	margin: 0;	
}
	
#Content 
{
	padding-top:30px;
	padding-bottom:30px;
    display:inline;
    float:left;
	width: 710px;
	margin: 0;	
	text-align:left;
	line-height:18px;
	padding-left:10px;
	padding-right:10px;
}

#SubMenu {

}

#SubMenuHolder2
{}

#Footer {
	clear:both;
	background: #e8e8e8;
	}


#Header {
	margin-bottom: 20px;
	background: #1F5DA7;
	margin-top: 10px;	
}

.thumbnails {
    color: #666666;
    text-decoration:none;
}


/*--------------------style---------------------*/

body {
	font-family: Verdana, Arial;
	color: #444444;
	font-size: 70%;
	background: #e8e8e8;
	margin: 0px auto;
	text-align: center;	
}
	
a {
    color: #666666;
    text-decoration:none;
}

a:hover {
    color: #666666;
    text-decoration:none;
    font-weight:bold;
}


h1 {
    font-family: verdana;
    font-size: 18px;
    color: #666666;
    font-weight:lighter;
	}

h2 {
    font-family: verdana;
    font-size: 16px;
    color: #666666;
    font-weight:lighter;
	}
	
h3 {
    font-family: verdana;
    font-size: 14px;
    color: #666666;
    font-weight:lighter;
	}
	
h4 {
    font-family: verdana;
    font-size: 12px;
    color: #666666;
    font-weight:lighter;
	}
	
h5 {
    font-family: verdana;
    font-size: 10px;
    color: #666666;
    font-weight:lighter;
	}
	
h6 {
    font-family: verdana;
    font-size: 9px;
    color: #666666;
    font-weight:lighter;
	}

#Content ul li
{
    list-style-type:disc;
    list-style-position:inside
 
 }
