body 
{
	margin-top: 30px;
	margin-bottom:30px;
	background-color: White;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #0099E8;
	color:#0099E8;
}

a:hover {
	background: none;
}
img.hyp{
	cursor: pointer;
}



/* Header */

#header {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	background: url(../IMG/img02.jpg) repeat-y left top;
	border-top-color:Black;
	border-top-style:solid;
	border-top-width:1px;
}
#header h1{
	color: #0099E8;
	font-size:2.8em;
}
#header p{
	color: #000000;
	font-style: italic;
	font-size:13px;
}
td.headerlinks{
	text-align:center;
	padding-top:25px;
}
td.headerrechts{
	padding-top:0px;
	padding-right:1px;
}




/* Logo */

#logo {
	float: left;
	width: 900px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 30px 0 0 20px;
	margin-right: 10px;
	letter-spacing: -1px;
	font-size: 2.8em;
}

#logo h1 a {
	color: #0099E8;
}

#logo p 
{
	position:relative;
	left:-100px;
	top:25px;
	float:left;
	margin: 44px 0 0 0;
	padding: 3px 10px 3px 0px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}








/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(../IMG/img03blue.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0; 
}

#menu ul 
{
	margin: 0;
	padding: 13px 0 0 60px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding-right:3px;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #0099E8;
	text-decoration: none;
}

#menu .active {
	margin-right: 3px;
	background: #0099E8;
}




/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../IMG/img04-1.jpg) repeat-y left top;
}





/* Content */

#content {
	width: 900px;
	padding: 20px 0px 0px 0px;
}

.post {
	padding:0 60px 30px 60px;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #0099E8;
	color: #000000;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #0099E8;
	border-right: 4px double #0099E8;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}



/* MetTab */
div.metTab{
	margin-left:35px;
}







/* Top */

#top{
float:right;
}






/* Break */
p.break{
	font-size:5px;
}







/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 11px 0 0px 0;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

