﻿/* CSS layout
This page controls the layout of the four main page sections:
- top_nav (used for main menu)
- left_col (used for subject contents menu)
- page_content (used for page content)
- footer (credits, links, etc.)
 */
 
/* next line imports the main navigation menu style sheet */
@import url('../menus/main_nav_menu.css');

/* next line imports the contents (left column) menu style sheet */
@import url('../menus/contents_menu.css');


@media Print {
	.ScreenOnly {
		visibility:hidden;
		display:none;
	}
}

@media Screen {
	.PrintOnly {
		visibility:hidden;
		display:none;
	}

#top_nav {
	width: 100%;
}
#masthead {
	border-style: groove;
	font-family: "Comic Sans MS";
	font-size: xx-large;
	background-color: #FF9900;
	padding-left: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 70px;
	font-weight: bold;
	color: #000066;
	background-image: url('../images/orange_metal1.gif');
}

#page_header {
	width: 45%;
	float: left;
}


#container {
	position: relative;
	width:100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 640px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	background-image: url('../images/orange_metal2.gif');
}

#page_icon {
	font-family: "Comic Sans MS";
	font-size: x-large;
	width: 240px;
	float: left;
}
#page_title {
	font-family: "Comic Sans MS";
	font-size: x-large;
	float: left;
}

#page_content {
	border-color: #C0C0C0 #888888 #888888 #888888;
	border-style: inset groove groove groove;
	margin-left: 201px;
	background-color: #FFFFFF;
	text-align: left;
	height: 640px; /*	width: 80%;*/;
	clip: rect(auto, auto, auto, auto);
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 50px;
	border-top-width: thin;
	color: #003399;
	overflow: scroll;
}

#footer {
	font: 100% Arial, Helvetica, sans-serif;
	border-style: ridge;
	border-color: #666666;
	background-color: #68738A;
	color: #C0C0C0;
}

.para1 {
	padding: 10px;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.para2 {
	width: 100%; 
	padding: 10px; 
	text-align:center
}



.image1 {
	margin: 10px 20px 10px 20px;
}

.style1 {
	border-width: 0px;
}
.style2 {
	color: #FF9900;
}
.style3 {
	border: 3px solid #999999;
}

.style4 {
	font-size: large;
}

.form_define {
	visibility: collapse;
	height: 0px;
}

#d3champ_updates
    {
        padding: 25px;
        border-style: double;
        border-color: #FF0000;
        font-family: 'Trebuchet MS';
    }

}

#d3champ_updates.h3
{
    color: #FF0000;
}







