* {
    margin: 0;
    padding: 0;
}

a {
	color: #6699FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, Arial, Helvetica;
    background:#D5E9ED;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 1004px;
	margin: 0 auto;
}


#wrapper {
    clear: both;     
	width: 1004px;
	padding:0;

}
#container {
	width: 1004px;
	padding:0;
	margin:0;
	position:relative;
	background:white url(images/content-bg.gif) repeat-y;
}
#bgtop {
	width: 1004px;
	padding:0;
	height:9px;
	position:relative;
	background:url(images/content-top.gif) no-repeat top;
}
#bgbottom {   
	width: 1004px;
	padding:0;
	height:231px;
	position:relative;
	background:url(images/content-bottom.gif) no-repeat top;
}
#main
{
	width: 520px;
    float: left;
    padding-left:20px;

}
#content {
	float: left;
	width: 520px;
	padding-left:20px;
	position: relative;

}

#content img{
    margin: 0px 0px 0px 10px;
    float: right;
}



.sidebar {
    width: 260px;
    float: right;
    padding-left:20px;

}

/************************/
/*        Header        */
/************************/
#top {
    position: relative;
    height: 33px;
    background: url(images/top.jpg) no-repeat center;
}

#top a{
  font-weight: normal;
  color: #006600;
  font-size: 12px;
}

#topa {
    padding: 3px 0px 0px 34px;
    font-size: 13px;
    color: #000000;
}

#topa a{
   text-decoration: underline;
}

#topa a:hover{
   text-decoration: none;
}


#header {
    position: relative;
}

#headerimg {
    height: 95px;
    background: url(images/header.jpg) no-repeat center;
}

#headerimg h1 {
    text-align:left;
    padding-left:340px;
    padding-top:60px;
    font-family: arial, Verdana;
    font-size: 26px;
    font-weight:normal;
    color: #004A4A;
}

#headerimg a {
	color: #E56F59;
    text-decoration: none;
}

.description {
     text-align:left;
     padding-left:350px;
     font-weight:normal;
     color: #FFFFFF;
     padding-top: 40px;
     font-size: 10px;
}

/************************/
/*    Sidebar Design    */
/************************/
.sidebar {
    width: 420px;
    font-size: 13px;
}

.sidebar ul {
	font-size: 12px;
}

.sidebar p
{
	font-size:13px;
    padding:0px 40px 0px 20px;
}

.sidebar h1
{
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
    background:url(images/topbar1.gif) no-repeat;
    width:212px;
    padding:10px 0px 7px 50px;
    height:20px;
}

.sidebar h3
{
	font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#186013;
    padding:10px 0px 7px 20px;
}

.sidebar ul li
{
    font-weight:bold;
    font-size:14px;
    padding:2px 0px 0px 30px;
}

.sidebar a {
	color: #0033FF;
    text-decoration: none;
    font-weight: bold;
    font-size:12px;
    padding: 0px 0px 0px 0px;
}

.sidebar a:hover {
    text-decoration: underline;
}

.sidebar ul ul {
    margin: 0;
}

.sidebar ul ul li {
    line-height: 15px;
    padding-left: 10px;
    width:212px;

}

.sidebar ul ul ul {
    display: none;
}


.sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}


h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
    color:#515151;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

#content ul ol, #content ol ul {
    margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/


.post{
	color: #000000;
    font-size: 13px;
    margin-left:0px;
    padding:0;
    width: 520px;
    float:left;
}

.post h1
{
	padding-top:0px;
	color:#808080;
	font:26px;
}

.post h4
{
	padding-top:0px;
	color:#89B5E2;
	font:18px;
}
.post h2 a
{
	color:#E56F59;
}


.postinf {
	color: #636363;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 5px;
}

.postmetadata a {
color: #4A7351;
}

.entry {
    padding: 5px 0 10px 0; 
    text-align:justify;
    
}

p.alt {
    font-size: 12px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 0 0px 0 30px;
    width:670px;
    color:#BC4B2C;
}
.navigation a{
    color:#BC4B2C;
    text-decoration:none;
}


.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

a img {
    border: none;
}



/************************/
/*     Footer Design    */
/************************/
#footer {
    font-size: 12px;
    height: 42px;
    width: 100%;
    text-align:center;
    color:#FF0000;
    padding: 0;
    clear: both;  
}

#footer p{
    height: 42px;
    text-align:center;
    margin-top:20px;
    color:#FF0000;
}

#footer a{
    color:#FF0000;
}


/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
