body {
	background: #c0c0c0;
	color: black;
        font-size: small;
	font-family: Arial, Tahoma, "Trebuchet MS", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: justify;
}

a {
	color: #2c6eb0;
	text-decoration: none;
}

a:visited {
	color: #215385;
}

a:hover {
	color: #3688d9;
	text-decoration: underline;
}

input, textarea {
	background: #EBF3FF;
	border: #9DBBDA 1px solid;
}

#submit, input.submit, .submit input {background: #0B4785; color: white; border: 1px solid black;}

#rap {
	background: url(../images/contback.gif) #FFFFFF center repeat-y;
	margin: 0 auto 5px;
	text-align: justify;
	width: 770px;
        padding: 0;
}

#header {
	background: url(../images/headback.jpg) #FFFFFF no-repeat bottom left;
}

#main {
	
	padding: 13px;
}

#content {
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	width: 510px;
}

#sidebar {
	display: inline;
	float: right;
	font-size: 9pt;
	margin: -48px 0 0;
	padding: 0px 8px 10px 8px;
	width: 188px;
}
 
a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dotted #163758;
}

acronym, abbr, span.caps {
	cursor: help;
}

code {
	font-size: 1em;
	font-style: italic;
}

code {
	color: #D48B00;
	font-family: "Courier New", Courier, monospace;
	padding-left: 2px;
	padding-right: 2px;
}

img {
	border: none;
}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
h2 {font-size: 1.3em}

p {
	line-height: 1.5em;
	margin: 0 0 1em;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
	letter-spacing: 1px;
}

hr {
	border-top: #BBC4A3 1px solid;
}

#header h1 {
	font-size: 1px;
	margin: 0;
}

#header h1 a {
	display: block;
        text-indent: -10000px;
        height: 228px;
}

#sidebar ul h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 2px;
        color: #0f437f;
        border-bottom: 1px solid #0f437f;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

#sidebar ul ul {
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

#pagenav {
	list-style: none;
}


#sidebar ul ul li {
	padding: 0 0 0 7px;
	background: url(../images/bullet.gif) no-repeat 0 50%;
	margin: 5px 0 0 0;
}

#sidebar ul ul li a {
	border: none;
	text-decoration: none;
    padding: 1px;
}

#sidebar ul ul li a:hover {
	background: white;
	text-decoration: underline;
}

#sidebar ul ul ul {
	background: none;
	border: none;
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

#sidebar ul ul ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#sidebar #archivedentry p  {padding: 5px; font-size: 90%}

#content ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 45px;
}

#content ul li {
	background: url(../images/bullet.gif) no-repeat 0 7px;
	padding-left: 1.5em;
}

.post , .page {
	margin: 0 0 10px 0;
}

.page {
	margin: 25px -5px 0 27px;
}

.post-info, .page-info {
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}
.post-info p, .page-info p {line-height: 1.2em;}

.page-info {
}

.post-content, .page-content {
	margin: 3px 0;
	padding: 10px 0;
        border-top: 1px solid #9dbbda;
	clear: left;
}

.page-content {
}

.post-title, .page-title {
	margin: 0;
	text-align: left;
    font-size: 1.4em
        
}
.post-title a:hover, .page-title a:hover {background-color: #EBF3FF; }
.post-info h2 {font-weight: bold;}


.page-title {
	font-size: 1.8em;
	font-weight: bold;
}

#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active {
	text-decoration: none;
	padding: 1px 0; display: block;
}

.post-date {
	background: #c1d8f8;
	color: #064382;
	float: left;
	font-size: 0.8em;
        line-height: 1.3em;
	margin: 0 10px 5px 0;
	padding: 8px 3px;
	text-align: center;
	width: 60px;
}
.navigation {font-size: 90%;}

#footer {
	clear: both;
	color: #999999;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 7px 186px 20px 0;
	text-align: center;
    background: url(../images/footback.gif) no-repeat bottom left;
}

#footer a {
	border: none;
}

.commentlist {
	font-size: 0.9em;
	font-weight: normal;
}

#commentform {
	margin: 0 0 0 40px;
}

#commentform textarea {
	width: 80%;
}

#commentform p {
	margin: 0 0 1em;
}

#comments,#respond {
	padding: 1em 0 0.5em 0;
        border-top: #9dbbda 1px solid;
}

.commentlist li {
	background: #ebf3ff ;
	border: #9dbbda 1px solid;
	margin: 5px 0;
	padding: 10px 10px 20px 10px;
}

.commentlist .alt {
}

    /* *************************** */
    /*     Top Navigation menu     */
    /* *************************** */

#topnav {
	list-style: none;
	margin: 0;
	padding: 30px 35px 8px 260px;
	text-align: right;
        background: url(../images/menu.gif) top left no-repeat;
        font-size: .85em;
        color: white;
        font-weight: bold;
}

#topnav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav li a:link, #topnav li a:visited {
	color: white;
	text-decoration: none;
}

    /* ********************************** */
    /*     End of Top Navigation menu     */
    /* ********************************** */

    /* ***************** */
    /* Button News start */
    /* ***************** */

#button_news {
	background: url(../images/news.png) no-repeat;
        font-size: 11pt;
	width: 180px;
	height: 40px;
	margin: 20px 0 0 0;
	padding-left: 0;
	padding-top: 0.5em;
	text-align: center;
}

#button_news a {
    font-size: 11pt;
	color: white;
	width: 180px;
	height: 40px;
	margin: 20px 0 0 0;
	padding-top: 0.5em;
	text-align: center;
}

#button_news a:hover {
    font-size: 11pt;
	color: #ccc;
	width: 180px;
	height: 40px;
	margin: 20px 0 0 0;
	padding-top: 0.5em;
	text-align: center;
}

    /* *************** */
    /* Button news end */
    /* *************** */

/* Text and Image Alignment */ 
.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

#table {
	background: #d8e8ff;
        /* background: url(../images/btn_bg_big.png) no-repeat center; */
        font-size: 10pt;
	margin: 0 0 0 0;
	padding-left: 0;
	padding-top: 0.8em;
	text-align: center;
	width: 160px;
	height: 40px;
}
