
@charset "utf-8";
/* CSS Document */

a, a:link, a:visited 	{color: #033162; outline:none;}
a:hover, a:active 		{color: #64000a;}

h1 { font-size: 1.50em; color: #003263; font-family: Georgia, "Times New Roman", Times, serif; }
h2 { font-size: 1.50em;}
h3 { font-size: 1.25em;}
h4 { font-size: 1.00em;}

html {
	font-family: verdana;
	color: #484540;
	font-size: 100%;
	background: #aaa;
}

body {
	text-align: center;
	width: 776px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: .75em;
	background: #fff url(../images/shading.gif) repeat-y top left;
}

#header {
	width: 760px;
	margin: 0 auto;
}

#header img {
	display: block;
	border: 0;
}

ul#navbar {
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #fff;
	list-style-type: none;
	background: #003263;
	float: left;
	width: 100%;
	font-weight: bold;
}

ul#navbar li {
	display: inline;
}

ul#navbar a {
	display: block;
	float: right;
	text-align: center;
	width: 105px;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav_button.jpg);
	border-left: 1px solid #fff;
}

ul#navbar a:hover {
	background: #003263;
}

#content {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	background: #fff;
}

#content a, a:link, a:visited {
	color: #033162;
	text-decoration: underline;
	outline:none;
}

#content a:hover, a:active {
	color: #64000a;
}

#left {
	float: left;
	width: 200px;
	display: inline;
	margin: 0;
	padding: 15px 10px;
	text-align: center;
	background: url(../images/nav_shade.gif) repeat-x 0 0;
}

#left a img {
	border: 0;
	outline: none;
}

#right {
	float: left;
	width: 530px;
	padding: 15px 5px;
	background: #fff;
	background: url(../images/nav_shade.gif) repeat-x 0 0;
}

#footer {
	clear: both;
	width: 740px;
	margin: 0 auto;
	background: #003263;
	text-align: center;
	padding: 2px 10px;
	color: #fff;
	font-size: .75em;
}

#footer a, a:link, a:hover, a:active, a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}

#feedbackform {
	font-weight: bold;
}

.leftnavpic {
	padding-bottom: 12px;
}

.blogupdate {
	padding-top: 0em;
	padding-bottom: 2em;
}

.backtotop {
	font-size: .75em;
	text-align: right;
}

table.white { 
    align: left;
	background: #fff; 
  }
  
  td.white-topLeft { 
    width: 9px;
    height: 9px;
    background-image: url(../images/berniebox/topleft.gif);
  } 

  td.white-top { 
    height: 9px;
    background-image: url(../images/berniebox/top.gif);
    background-position: bottom;
    background-repeat: repeat-x;
  }

  td.white-topRight { 
    width: 9px;
    height: 9px;
    background-image: url(../images/berniebox/topright.gif);
  }
  
  td.white-left { 
  	width: 9px;
    background-image: url(../images/berniebox/left.gif);
    background-position: bottom;
    background-repeat: repeat-y; 
  }
  
  td.white-center { 
     
  }

  td.white-right { 
    width: 9px;
    background-image: url(../images/berniebox/right.gif);
    background-position:bottom;
    background-repeat:repeat-y;
  }

  td.white-bottomLeft { 
  	width: 9px;
    height: 9px;
    background-image: url(../images/berniebox/bottomleft.gif);
  }

  td.white-bottom { 
    height: 9px;
    background-image: url(../images/berniebox/bottom.gif);
    background-position: bottom;
    background-repeat: repeat-x
  } 

  td.white-bottomRight { 
    width: 9px;
    height: 9px;
    background-image: url(../images/berniebox/bottomright.gif);
  }
