@charset "utf-8";
body {
	font: 100% Verdana;
	background: #003966;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #003966;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:#003966;
	background-color:#003966;
	background-position:center;
	background-repeat:no-repeat;
	height: 202px;
	width: 850px; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #nav{
	width: 855px;
	height: 100%;
	background-color:#003966;
	padding-left: 45px;
	padding-top:20px;
}
.oneColFixCtrHdr #gallery {
	background:#003966;
	background-repeat:no-repeat;
	width: 850px;
	height: 100%;
}

.oneColFixCtrHdr #leftnav {
	width: 30%;
	height: 160px;
}
.oneColFixCtrHdr #leftnav a{
	text-decoration:none;
}
.oneColFixCtrHdr #leftnav a:hover{
	color: #003966;
}
.oneColFixCtrHdr #leftnav td:hover{
	background: url(images/leftNav(rollover).png);
	color:#003966;
}
.oneColFixCtrHdr #mainContent {
	width: 850px;
	height: 414px;
	background: #003966 url(images/mainConBG_02.gif);
	background-position:center;
	margin-top: 15px;
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #blog {
	background:url(images/blogframe650.png);
	background-repeat:no-repeat;
	padding-top: 15px;
	padding-left: 55px;
	width: 850px;
	height: 443px;
}

.oneColFixCtrHdr #mainContent1 {
	background: #003966 url(images/azflag.jpg);
	background-attachment:fixed;
	background-position:center;
	width: 815px;
	min-height: 414px;
	max-height: 110%;
	padding-top: 20px;
	padding-left: 35px;
	margin-right: 365px;
	background-repeat:no-repeat;
	color:#FFF;
	padding-bottom: 5px;
}

.oneColFixCtrHdr #mainContent1 a {
	color:#FFFFFF;
}

.oneColFixCtrHdr #mainContent1 a:hover{
	color: #ac9082;
}


.oneColFixCtrHdr #mainLeft {
	width: 350px;
	height: 321px;
	float: left;
	padding-top: 15px;
	padding-left: 52px;
	color:#FFFFFF
}

.oneColFixCtrHdr #mainRight {
	width: 350px;
	height: 321px;
	float: right;
	padding-top: 15px;
	padding-right: 48px;
	font-size:14px;
	color:#FFFFFF
}
.oneColFixCtrHdr #topicsLinks {
 	width:780px; 
	text-align:center; 
	color:#FFFF00;
}
.oneColFixCtrHdr #topicsLinks a{
	color:#fff601;
}
.oneColFixCtrHdr #organizations {
	background:url(images/aboutruss.png);
	background-repeat:no-repeat;
	height: 1324px;
	width:	725px;
	padding-left: 5px;
	margin-right: 365px;
}

.oneColFixCtrHdr #txt {
	width: 450px;
	height: 85px;
	padding-left: 55px;
	margin-left: 145px;
}
.oneColFixCtrHdr #txtLink {
	float:left;
	width: 150px;
	height: 105px;
	text-align:center;
	color:#FFFF00;
	font-weight:bold;
	font-size:17px;
}
.oneColFixCtrHdr #txtLink a{
	text-decoration:none;
	color:#FFFF00;
}
.oneColFixCtrHdr #txtLink a:hover{
	color:#fffff;
	
	
}
.oneColFixCtrHdr #title{
	border-bottom:#021c4e solid thin;
	width: 365px;
	height: 20px;
	font-size:16px;
}
.oneColFixCtrHdr #footer {
	width: 850px;
	height: 112px;
	padding-top: 10px;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:center;
	background: url(images/footer_03.gif);
	text-align:center;
}

.oneColFixCtrHdr #footer a{
	text-decoration:none;
	color:#FFFFFF;
}

.oneColFixCtrHdr #footer a:hover{
	color:	#FF0000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-bottom: 25px;
	font-size:9px;
}
 I
