html, body { 
margin : 0;
padding : 0;
} 

body { 
font-family : "arial", sans-serif;
font-size : 0.8em;
background : #f2f2f2 url(images/bg5.gif) repeat-y top center;
} 
			/*WRAP*/ 
#container { 
width : 850px;
height : 130px;
margin : 0 auto;
border : 10px solid #fff;
line-height : 1.4em;
background : /*#000066;*/#f2f2f2;
/*color : /*#366;*/ #330099;*/ /*removed this and added colors in html to optimise for explorer too*/
} 

	
			/*TOP BANNER*/ 
#top { 
padding : 0;
height : 125px;
background :/* #8fb8cc url(images/head.jpg) no-repeat;#000066;*/#004990;
color : #484500;
} 
#top a { 
text-decoration : underline;
color:#ffffff;
} 

#top h1 { 
padding : 5px 0 0 25px;
margin : 0;
font-size : 140%;
letter-spacing : 5px;
}

#nav_buffer1 {
width : 850px;
height : 40px;
margin : 0 0;
border : 0;
line-height : 2em;
background : #000066;/*#f2f2f2;*/
color : #000066;
float: center;
}

#nav_buffer {
width : 850px;
height : 5px;
margin : 0 0;
border : 0;
line-height : 2em;
background : #ffffff;/*#f2f2f2;*/
color : #fff;
float: center;
}
			/*TOP NAVIGATION*/ 
#navcontainer { 
border-bottom : 10px solid #fff;
color:#000066;
} 
#navcontainer ul { 
text-align : right;
padding-bottom : 5px;
padding-top : 5px;
padding-left : 0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
color : #2480ad;
background : /*#036;*/ #004990; /*#b29b35; #8fb8cc;*/
width : 100%;
font-family : georgia /*Arial, Helvetica, sans-serif;*/;
font-size : 1.1em;
/*font-weight : bold;*/
line-height : 21px;
} 
#navcontainer ul li { 
font-size : 1.1em;
display : inline;
padding-left : 0;
padding-right : 0;
padding-bottom : 5px;
padding-top : 5px;
} 

	

#navcontainer ul li a { 
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
padding-top : 5px;
color : white;
background: #004990;
text-decoration : none;
border-right : 1px solid #fffff;
} 

#navcontainer ul li a:hover { 
background : /*#b29b35; #2480ad;*/ #2480ad;
color : #ffffff;
text-decoration : underline;
} 

#navlist li a#current
{
  color: #ffffff;
  background: /*#b29b35;*/ #2480ad;
  border-bottom: 1px solid #ffffff;
  text-decoration: underline;

}


#navcontainer #active { 
border-left : 1px solid #fff;
color: #2480ad;
backgound : #2480ad;
} 
 
			/*LEFT SIDEBAR*/ 
#leftnav { 
float : left;
width : 140px;
margin : 0;
padding : 1em;
} 
#leftnav p { 
margin : 0 0 1em 0;
} 
#leftnavmenu { 
list-style : none;
float : left;
width : 140px;
margin : 20px 0 20px 0;
padding : 0;
font-size : 0.9em;
} 
#leftnavmenu ul { 
list-style : none;
width : 140px;
margin : 0 0 20px 0;
padding : 0;
font-size : 0.9em;
} 
#leftnavmenu li { 
margin-bottom : 2px;
} 
#leftnavmenu li a { 
font-weight : bold;
height : 20px;
text-decoration : none;
background : #004990/*#eaeaea*/ url(images/up.gif) no-repeat left center;
display : block;
padding : 2px 0 0 20px;
border-left : 0 solid #8fb8cc;
color:#ffffff;
} 
#leftnavmenu li a:hover { 
background : #2480ad /*#8fb8cc*/ url(images/right.gif) no-repeat left center;
color : #fff;
border-left : 0 solid #003366;
text-decoration : underline;
} 

#leftnavmenu li a#current
{
background : #2480ad /*#8fb8cc*/ url(images/right.gif) no-repeat left center;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-decoration: underline;

}



#leftnav1 { 
float : left;
width : 200px;
margin : 0;
padding : 1em;
} 
#leftnav1 p { 
margin : 0 0 1em 0;
} 
#leftnavmenu1 { 
list-style : none;
float : left;
width : 200px;
margin : 30px 0 30px 0;
padding : 0;
font-size : 0.9em;
} 
#leftnavmenu1 ul { 
list-style : none;
width : 150px;
margin : 0 0 20px 0;
padding : 0;
font-size : 1.1em;
} 
#leftnavmenu1 li { 
margin-bottom : 2px;
} 
#leftnavmenu1 li a { 
font-weight : bold;
height : 20px;
text-decoration : none;
color : #505050;
background : red /*#eaeaea*/ url(images/up.gif) no-repeat left center;
display : block;
padding : 4px 0 0 30px;
border-left : 0 solid #8fb8cc;
} 
#leftnavmenu1 li a:hover { 
background : #000066/*#8fb8cc*/ url(images/right.gif) no-repeat left center;
color : #fff;
border-left : 0 solid #003366;
text-decoration : underline;
} 

			/*FORM*/

 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #004990;/*#781351;*/
background: #fee3ad;
border: 1px solid #004990;
}

textarea
{
background: #fee3ad;
border: 1px solid #004990

}

.submit input
{
color: #004990;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #004990;
width: 20em
}

legend
{
color: #004990;
background: #ffa20c;
border: 1px solid #004990;
padding: 2px 6px
}

			/*RIGHT LINE*/

#featurebox_side {
float : right;
width : 115px;
  background-color: #ffffff;
  margin:0px;margin-left:10px;margin-right:0px;margin-bottom:15px;
  padding:5px;
  border: 1px solid #DFE8F7;
 font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  color: #333333;
}

.top {
height : 45px;
width : 115px;
color : #fff;
background : #004990;
}

#featurebox_blog {
float : left;
width : 190px;
  background-color: #ffffff;
  margin:0px;margin-left:10px;margin-right:0px;margin-bottom:15px;
  padding:5px;
  border: 1px solid #DFE8F7;
 font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  color: #333333;
}

.top {
height : 45px;
width : 190px;
color : #fff;
background : #f2f2f2/*#004990*/;
}


			/*MAIN CONTENT*/ 
#content { 
margin-left : 160px;
border-left : 10px solid #fff;
padding : 1em;
} 
#content p { 
padding : 0 1em 0 1em;
} 

.spanit { 
display : inline;
text-align : center;
height : 25px;
width : 100px;
color : #fff;
background : #004990;
}

.subtitle { 
margin : 1em 0 0.5em 0;
/*font : 100% "georgia";*/
font-size : 1.1em;
text-align: right;
letter-spacing : 3px;
color:#004990;
float : right;

}



			/*FOOTER*/ 
#footer { 
clear : both;
margin : 0;
padding : 0;
font-size : 0.9em;
border-top : 10px solid #fff;
color : #fff;
background : #8fb8cc;
}
* > html #footer img { 
margin : 0;
} 
#footer p { 
padding : 0 0 0 5px;
} 



			/*TYPOGRAPHY*/ 
h2 { 
margin : 1em 0 0.5em 0;
font-family : "georgia";
font-size : 1.4em;
/*font-size : 130%;*/
letter-spacing : 3px;
color:#004990;
}

h3 { 
margin : 1em 0 0.5em 0;
font : 100% "georgia";
font-size : 1.3em;
letter-spacing : 3px;
color:#004990;
}

h4 { 
margin : 1em 0 0.5em 0;
/*font : 100% "georgia";*/
font-size : 1.1em;
letter-spacing : 3px;
color:#004990;
}

h5 { 
margin : 1em 0 0.5em 0;
/*font : 100% "georgia";*/
font-size : 1em;
letter-spacing : 2px;
color:#004990;
}

h41 {
font-size : 1.2em;
letter-spacing : 1.5px;
}

p {
font-size: 1.0em;
color: #004990;
}



blockquote {
padding : 0px;
font-weight : bold;
font-style : italic;
color : /*#b29b35;*/ #C85E35;
} 



.snippet {
margin-left: 90px;
margin-top: 30px;
margin-bottom: 30px;
background-color: #ffffff;
border: 1px solid;
width: 250px;
padding : 15px;
font-size: 1.3em;
font-weight:bold;
line-height: 23px;
}


.quote { 
border-top : 1px solid #8fb8cc;
padding : 5px;
color : #036;
} 

		
			
 			/*LINKS*/
a:link, a:visited { 
color : #C85E35;
/*background : transparent;*/
text-decoration : underline;
} 
a:hover { 
color : #ffffff;
background : /*#8fb8cc;*/#2480ad;
text-decoration : none;
} 
a img { 
border : none;
} 
			/*IMAGESS*/
.imgleft { 
float : left;
padding : 5px;
margin-right : 10px;
}
.imgright { 
float : right;
padding : 5px;
margin-right : 10px;
}

			/*CLASS*/
.post { 
background-color : #ccc;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
} 
.post .date { 
background : url(images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 0px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
} 
.post .date { 
background : url(images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}  : 0 15px 0 5px;
} eft : 15px;
margin : 0 15px 0 5px;
} 0px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
} 
.post .date { 
background : url(images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}  : 0 15px 0 5px;
} 