/* Global style definitions */

body {
	text-align: center;
	background-color: #EBEBEB;
	background-image: url(../images/background_texture.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 1.2em;
	color: #1e5892;
}

h2 {
	font-size: 1.1em;
	color: #1e5892;
	font-style:italic;
	font-weight:bold;
} 
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #1E5892;
}

/* Main frmae */

#frame {
	text-align: left;
	width:780px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px;
	margin: 0px;
/*	min-height:635px;
*/}

* html #frame {
height:100%;
}

/* Header */

#frame #header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	clear: both;
	height: 80px;
	width: 780px;
	padding: 0px;
}

/* Image links in header */

#frame #header #link_home {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 190px;
	position: relative;
	left: 15px;
	top: 8px;
}
#frame #header #link_pg {
	top: 1px;
	float: left;
	height: 45px;
	width: 55px;
	position: relative;
	left: 32px;
}
#frame #header #link_CoE {
	float: left;
	height: 48px;
	width: 60px;
	position: relative;
	left: 50px;
	top: 1px;
}

/*Navigaiton bar */

.navibar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 780px;
	background-image: url(../images/navigation_background.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: none;
	height: 25px;
	padding: 1px;
}

.navibar_content {
	float: left;
	left: 20px;
	position: relative;
}


#frame #navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 780px;
	background-image: url(../images/navigation_background.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: none;
	height: 25px;
	padding: 1px;
}

/* Set navigation link colors */
#frame #navigation a:link { color: #1e5892; }
#frame #navigation a:visited { color: #1e5892; }
#frame #navigation a:hover  { color: #1e5892; }
#frame #navigation a:active { color: #1e5892; }

#frame #navigation #pages {
	float: left;
	left: 20px;
	position: relative;
}
#frame #navigation #advanced {
	float: right;
	right: 20px;
	position: relative;
}

#frame #header #header_search {
	background-image: url(../images/search2.gif);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 138px;
	position: relative;
	left: 330px;
	top: 52px;
}
#frame #header #header_search #search1 {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 0.8em;
	left: 30px;
	position: absolute;
	top: 2px;
}



#frame #navigation #advanced #form1 #submit {
	font-size: 10px;
	height: 18px;
	width: 18px;
	padding: 0px;
	margin: 0px;
}

/* Front page style definitions */

#frame #parag {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	visibility: visible;
	width: 100%;
}

#frame #parag #flash {
	float: left;
	height: 210px;
	width: 517px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	color: #EDF4FB;
	background-color: #edf4fb;
	visibility: visible;
}
#frame #parag #flash #image {
	float: left;
	height: 210px;
	width: 253px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#frame #parag #flash #text {
	height: 185px;
	width: 233px;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}


#frame #parag #news {
	background-color: #edf4fb;
	padding: 10px;
	float: right;
	height: 460px;
	width: 231px;
	position: relative;
}
#frame #parag #content1 {
	background-color: #EDF4FB;
	padding: 10px;
	height: 240px;
	width: 233px;
	margin-right: 10px;
	float: left;
	overflow: visible;
	position: relative;
}
#frame #parag #content2 {
	background-color: #EDF4FB;
	padding: 10px;
	height: 240px;
	width: 233px;
	margin-right: 10px;
	float: left;
	position: relative;
	overflow: visible;
}
#frame #footer {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 760px;
	position: relative;
	font-size: 0.8em;
	clear:both;
}

/* Basic page style definitions */

#frame #main {
	float: left;
	width: 517px;
	margin-right: 10px;
	position: relative;
	padding: 10px;
}


#frame #main h1 {
	font-size: 1.3em;
}
#frame #main h2 {
	font-size:1.1em;
}

#frame #main p {
	line-height: 1.5em;
}


#frame #parag #sidebar {
	background-color: #edf4fb;
	padding: 10px;
	width: 233px;
	left: 480;
	float:right;
	overflow: visible;
	height: 100%;
	height:auto;
}
#frame #parag #mainframe {
	float: left;
	width: 470px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: visible;
	padding-left: 20px;
}

#frame #parag #mainframe #deletebutton {
	font-size: 9px;
	height: 20px;
}
#frame #parag #mainframe #filetable {
	font-size: 10px;
}

#frame #parag #discussionframe {
	width: 740px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: visible;
	padding-left: 20px;
}

#frame #parag a:link {
	color: #1E5892;
}
