/* Screen layout: */

body{
margin:0;
padding:30px 0;
font:76% tahoma,verdana,sans-serif;
background:#047 url(img/bodybg.png) repeat-x fixed;
color:#222;
}

#thetop{
margin:0;
}

#container{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(img/contbg.png) no-repeat;
color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 25px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
float:left;
width:240px;
margin:0 10px 0 0;
padding:5px 10px 5px 10px;
background:#fff;
border:0;
/*overflow:auto;*/
}

#title{
float:left;
width:530px;
margin:0;
padding:0;
background:#eee;
border:0;
text-align:center;
color:#555;
/*overflow:auto;*/
}

#title h1{
margin:5px 5px 5px 5px;
}

#title a{
background-color:inherit;
color:#26a;
text-decoration:none;
}

#title a:hover{
background-color:inherit;
color:#69e;
}

#tagline{
font:95% "monotype Corsiva";
color: #FF0000;
text-align:center;
font-weight:bold;
font-size:1.8em;
}

#intro p{
line-height:1.5em;
}

#main{
float:left;
width:530px;
margin-right:20px;
padding:0;
}

.headerstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

/***** Right sidebar (Menu,Important,Links) *****/
#menucontainer{
min-height:24em;
}

#sidebar{
width:150px;
float:right;
margin-top:10px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
display:block;
margin:3px 10px 2px 0;
padding:5px 0 5px 5px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(img/gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.sidelink:hover, .sidelinkcurrent, .sidelinkcurrent:hover{
display:block;
margin:3px 10px 2px 0;
padding:5px 0 5px 5px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#fff url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#important{
height:25em; /* was 250px */
}

#sidesub{
width:130px;
float:right;
padding:2px 10px 2px 5px;
margin-bottom:5px;
font-size:1em;
line-height:1.3em;
}

.sidesublink{
display:block;
height:18px;
margin:2px 0 2px 5px;
padding:2px 0 2px 5px;
font-weight:bold;
text-align:left;
text-decoration:none;
background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
color:#505050;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
}

.sidesublink:hover, .currentsublink, .currentsublink:hover{
display:block;
height:18px;
margin:2px 0 2px 5px;
padding:2px 0 2px 5px;
font-weight:bold;
text-align:left;
text-decoration:none;
background:#eaeaea url(img/menubg2.gif) bottom left repeat-x;
color:#505050;
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
border-left:4px solid #505050;
}

.links{
color:#26c;
background:url(img/linkarrow.gif) left no-repeat;
display:block;
margin:4px 0 0 0;
padding:0 0 0 1.8em; /* was 18px */
}

.links:hover{
background:url(img/blinkarrow.gif) left no-repeat; 
text-decoration:none;
}
/***** End of the syles of Right sidebar Menu,Important,Links) ******/

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.caption {
font-family: Arial;
font-weight: bold;
color:      #123456;
}

.redstyle {
	color: #FF0000;
	font-weight: bold;
}
/***** Footer and related ******/

#footer{
width:760px;
margin:0 auto 20px auto;
padding:0 0 15px 0;
background:#fff url(img/footerbg.png) bottom left no-repeat;
}

#footer p{
float:left;
width:530px;
margin:0;
padding:0;
font-size:0.9em;
color:#888;
text-align:center;
}
/***** end of Footer and related ******/

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

/* end */