* {
	margin:0pt;
	padding:0pt;
}

body {
	font-family: Arial, Verdana, "Gill Sans MT";
	color: #666666;
	border:  0px none;
	padding: 0px;
	background-color:white;
}
a {
	text-decoration:none;
}
ul {
	padding-left:15px;
}
#full {
	margin: 0px auto 0px auto;
	text-align:center;
	background-image:url(../images/b.png);
	background-repeat : repeat-x;
	background-color:white;
	min-height:600px;
}

.text_padding {
	padding:10px;
}

.text_padding a {
	color : #494949;
	text-decoration : underline;
}

.text_padding a:hover {
	text-decoration : none;
	color : black;
}

#menu_navigation {
	margin-bottom : 11px;
	margin-left:74px;
}

#menu_navigation a {
	text-decoration : underline;
	font-weight : bold;
	font-size : 12px;
	color : black;
}

#menu_navigation a:hover {
	text-decoration : none;
}

#menu_navigation li {
	padding-left:15px;
}
#menu_navigation ul {
	padding-left:15px;
}



#wrapper {
	width: 990px;
	margin: 0px auto 0px auto;
	/*border-left: 1px #BBB solid;
	border-right: 1px #BBB solid;
	border-bottom: 1px #BBB solid;*/
	background-color:white;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}

#header {
	width:990px;
	height:150px;
	margin: 0px auto 0px auto;
	/*border-left: 1px #BBB solid;
	border-right: 1px #BBB solid;*/
	background-image:url(../images/header2.jpg);
}

#headertext{
	float:left;
	margin-left:15px;
	margin-top:15px;
}

h1{
font-size:26pt;
font-weight:bold;
}

h2 {
	font:20pt;
	font-style:italic;
	color:#2f4f4f;
}
h3{
font-size:18pt;
font-weight:bold;
text-align:left;
margin-left:20px;
background-color : white;
}
.shadow {
	text-shadow: #666666 2px 2px 3px;
	/* FOR IE*/
	background-color : white;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=2);

}

#content {
	width:100%;
	margin: 5px auto 20px; auto;
	text-align:left;
	background-color : white;
	
}

.banner {text-align:center;margin-bottom:5px;margin-top:5px;}
.clearer
{
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


#ContainerLeft {
	position:relative;
	width: 454px;
	min-height: 350px;
	max-height: 350px;
	margin-left:20px;
	padding-left:0px;
	float:left;
	border-top: 1px #0066FF solid;
	border-left: 1px #0066FF solid;
	border-right: 1px #0066FF solid;
	border-bottom: 1px #0066FF solid;
	overflow:hidden;
}

#ContainerLeftOne {
	position:relative;
	width: 454px;
	min-height: 333px;
	max-height: 334px;
	margin-left:20px;
	padding-left:0px;
	float:left;
	border-top: 1px #0066FF solid;
	border-left: 1px #0066FF solid;
	border-right: 1px #0066FF solid;
	border-bottom: 1px #0066FF solid;
	overflow:hidden;
}

#ContainerRight {
	position:relative;
	width:454px;
	min-height:350px;	
	max-height: 350px;
	margin-right:20px;
	padding-right:10px;
	float:right;
	border-top: 1px #0066FF solid;
	border-left: 1px #0066FF solid;
	border-right: 1px #0066FF solid;
	border-bottom: 1px #0066FF solid;
	overflow:hidden;
}

#ContainerRightOne {
	position:relative;
	width:454px;
	min-height:333px;	
	max-height: 334px;
	margin-right:20px;
	padding-right:10px;
	float:right;
	border-top: 1px #0066FF solid;
	border-left: 1px #0066FF solid;
	border-right: 1px #0066FF solid;
	border-bottom: 1px #0066FF solid;
	overflow:hidden;
}

.inner {margin:10px;}



#footer{
	width: 990px;
	height: 20px;
	margin: 0 auto 0 auto;
	text-align:left;
	/*border-top: 1px #0066FF solid;
	border-left: 1px #0066FF solid;
	border-right: 1px #0066FF solid;
	border-bottom: 1px #0066FF solid;*/
}
	
.chromestyle{
width: 988px;
font-weight: bold;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background-color:#06437D;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
font-family:Arial, Helvetica, sans-serif;
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color:#FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
	background-color:#A5D3EF;
	color:#000000;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
border-top: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#A5D3EF;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.link {
text-decoration:none;
	color: #0B4A76;
	font-weight: bold;}
.link a{
	text-decoration:none;
	color: #1593E6;
	font-weight: bold;
}

.logout {text-align:right;
font-size:12px;}

.ppg a{color:#494949;
font-size:12px;
text-decoration:none;}
.ppg a:hover{
text-decoration:underline;}
#msg {
	font-weight : bold;
	padding : 3px;
	border-top : 1px solid #BBB;
	border-bottom : 1px solid #BBB;
	background-color : #0066FF;
	margin-top : 0px;
	margin-bottom : 5px;
	text-align : center;
	color : white;
			
}
#imageContainer {
	height:350px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/*newsletter page*/
	.myForm td, input, select, textarea, checkbox {
		font-family: inherit;
		font-size: 12px;
	}

	.myForm {
		background-color: #E7EEF7;
		border: 1px solid #CCDCF2;
		padding: 10px;
	}

	.required {
		color: red;
	}
	
	#zinebox{width:50%;}
	
	.zinetitle {text-align:center;
	font-weight:bold;}
	
	.zinea{
	width:100%;
	background-color:#CCCCCC;
	min-height:20px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
	
	.zineb{
	width:100%;
	background-color:#999999;
	min-height:20px;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.zinea a {font-weight:bold;
text-decoration:none;
color:#000000;}