﻿/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
#navcontainer { width: 150px; border: thick ridge; background: #003366;font-size: x-small; text-align: left }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 1px;
width: 135px;
background-color: #036;
border-bottom: 1px groove #eee;
}

#navcontainer a:link
{
color: #FFFF33;
text-decoration: none;
}
#navcontainer a:visited
{
color: #FF8C00;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #369;
color: #fff;
body {
{
			padding:0;
			margin:0;
			background-color:#fff;
			background-image:url(pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			line-height:14px;
			}
p 	{
			padding:0;
			margin:0;
			}
*		{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
			
form {
			padding:0;
			margin:0;
			}
	
/*------------------------------Header----------------------*/		

.Topimage {
			background-image:url(queensparkblog.jpg);
			background-repeat:no-repeat;
			background-position:center;
			}
			
.Topinside {
			background-image:url(inner.jpg);
			background-repeat:no-repeat;
			background-position:center;
			}

/*------------------------------Menu----------------------*/	

.menuright {
			font-size:10px;
			font-weight:bold;
			color:#D5E2E7;
			text-decoration:none;
			}
.menuright:hover {
			font-size:10px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			}
			
.menuleft {

			background-repeat:no-repeat;
			background-position:center;
			font-size:10px;
			font-weight:bold;
			color:#075C8F;
			text-decoration:none;
			}
			
.menuleft:hover {
			font-size:10px;
			font-weight:bold;
			color:#000;
			text-decoration:none;
			}
			
/*------------------------------Body----------------------*/	

.greybox {
			background-color:#2E3931;
			border:#1D251F solid 3px;
			padding-top:12px;
			padding-bottom:12px;
			padding-left:25px;
			padding-right:25px;
			}
			
.knowmore {
			font-size:10px;
			font-weight:bold;
			color:#D5E2E7;
			text-decoration:none;
			}
.knowmore:hover {
			font-size:10px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			}
.dots {
			background-image:url(dots.gif);
			background-repeat:repeat-y;
			background-position:left;
			padding-left:16px;
			}
.red {
			font-size:12px;
			font-weight:bold;
			color:#963E1F;
			}
.knowmore2 {
			font-size:10px;
			font-weight:bold;
			color:#075C8F;
			text-decoration:none;
			}
.knowmore2:hover {
			font-size:10px;
			font-weight:bold;
			color:#001B2B;
			text-decoration:none;
			}

		
/*------------------------------Footer----------------------*/

.padding {
			padding:10px;
			}
			
.footermenu {
			font-size:11px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			}
.footermenu:hover {
			font-size:11px;
			font-weight:bold;
			color:#fff;
			text-decoration:underline;
			}
