/* Filename: main.css */
html, body {
	padding:0;
	margin: 0 auto 0 auto;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	/*scrollbar-arrow-color:#C0C0C0; scrollbar-base-color:#031673; scrollbar-shadow-color:#C0C0C0; scrollbar-face-color:#031673; scrollbar-highlight-color:#C0C0C0; scrollbar-dark-shadow-color:#C0C0C0; scrollbar-3d-light-color:#C0C0C0*/
	}

body {
	background: url(prpattern2.jpg);
	}

img {
	border: 0px;
	}

a:link, a:visited { 
	color: #4386ce; 
	text-decoration: none; 
	padding: 1px 2px;
	white-space: nowrap;
	font-weight:bold;
	}
	
a:link:hover, a:visited:hover { 
	color:#336;
	text-decoration:overline;
	margin-top:1px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	margin: 6px 0px 6px 0px;
	}
	
h1 {font-size: 26px; color:#F0F0F0;}
h2 {font-size: 14px; color:#8facc8;text-transform:uppercase;}
h3 {color:#339;}
h4 {color:#339;text-transform:uppercase;}
h5 {color:#336;}
h6 {color:#336;text-transform:uppercase;}

p {
	color: #204063;
	font-size: 12px;
	}

strong, b {
	font-weight:bold;
	}

hr {
	border-top:1px solid #809fbd;
	border-bottom:1px solid #809fbd;
	margin-top: 15px;
	margin-bottom: 15px;
	}

ul li {
	list-style:square outside;
	color:#757b7d;
	font-size: 12px;
	}
	
ul li ul li {
	list-style:disc outside;
	color:#979d9f;
	}
	
ul li ul li ul li {
	list-style:circle outside;
	color:#b9bfbf;
	}
	
ol li ol {
	list-style-type: lower-alpha;	
	}

div {
	border: 0px;
	}

.HeaderImageDiv{
	height: 168px;
	width: 732px;
	}
	
.MainMenuDiv{
	width: 96px; 
	height: 335px;
	background-color: #BABABA;
	float: left;
	margin-top: 1px;
	}

.CommentsDiv{
	width: 450px;
  	background-color: #DFEAF6;
  	padding: 1px;
  	align: center;
  	margin-left: 40px;
  	/*display: block;*/
  	display: none;
  	padding: 5px;
	}
	
.HeaderDiv{
	height: 50px;
  	background-color: #031673;
  	width: 635px;
  	padding-left: 0px;
  	padding-top: 1px;
	}

.ContentDiv{
	padding: 4px;
	}

.SubMenuDiv{
	height: 30px;
  	background-color: #DFEAF6;
  	padding: 1px;
  	text-align: center;
  	font-size: 16;
	padding-top: 5px;
	}

.Holder{
	width: 635px;
	background-color: #f0f0f0;
	float: left;
	margin-left: 1px;
	overflow: hidden;
	}
.Twitter {
	overflow: auto;
  	background-color: #DFEAF6;
  	padding: 2px;
  	text-align: center;
  	font-size: 16;
	}

.PageContainer
{
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}