@charset "utf-8";
/* CSS Document */

/* begin basic global styles *

html,body,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd { 
/*color: #ffffff;*
list-style: none;
margin: 0;
padding: 0;
}*/

body{
	background-color:#010084;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link{ color: #FF9900; text-decoration: none; }
a:visited{ color: #0099FF; text-decoration: none; }
a:hover{ color: #0099FF; }
a:active{ color: #FFFF00; }
a img{ border-style: none; }

img#logo{
	float: left top;
}
img#logo a{ border-style: none; }


#top{ width:1000px; }
.description{
	font-size: 0.9em;
	color: #999999;
	text-align: right;
	padding-right:10em;
	padding-bottom:10em;
	font-weight:normal;
	position:relative;
	top: -30px;
	z-index:1;
}

#adSense{
	position:absolute;
/*	float:right;
	top: 220px;*/
	left: 770px;
/*	width: 120px;*/
	padding-left: 30px;
}
#bottom{
	position:relative;
	left:0;
	width:100%;
	padding:5px;
/*	margin-top: 25px;
	bottom: 0px;
	background-color:#cc6600;*/
	color:#FFFFFF;
	text-align: center;
	text-size: smaller;
	z-index:1;
}
#footer{
	margin-top: 25px;
	bottom: 0px;
	color:#FFFFFF;
/*	background-color:#ffd200;
/*	background-color:#a0630b;
/*	width:100%;*/
	width:1000px;
}
#coursey_nav{
	margin-top: 25px;
	bottom: 2px;
	text-align:center;
/*	background-color:#cc6600;*/
	width:100%
}
#GoogleResults{
	margin-left:250px;
	width:700px;
	top: 10px;
	padding: 20px;
	background-color:#FFFFFF;
}

/*************************Top Nav*************************/
#topnav{
	width:100%;
	height:25px;
	overflow:hidden;
	background-color:#010084;
	color:#FF9900;
	position:relative;
/*	left:-20px;
	top:190px;*/
	padding-bottom:10px;
	z-index:1;
}
#topnav ul{ 
	margin:0 auto;
	padding:0 1px;
	background-color:#010084;
	width:780px;
	height:25px;
	list-style-type:none;
}
#topnav li{ float:left; }
#topnav a{
	display:block;
	height:25px;
	text-indent:-3000px;
	overflow:hidden;
	background:url('images/topnav_2.gif') no-repeat;
}
#topnav .navUCD a{ width:101px; background-position:0 0; }
#topnav .navUCD a:hover{ background-position:0 100%; }
#topnav .nowUCD a{ width:101px; background-position:0 50%; }

#topnav .navDesign a{ width:133px; background-position: -100px 0; }
#topnav .navDesign a:hover{ background-position: -100px 100%; }
#topnav .nowDesign a{ width:133px; background-position: -100px 50%; }

#topnav .navTesting a{ width:134px; background-position: -232px 0; }
#topnav .navTesting a:hover{ background-position: -232px 100%; }
#topnav .nowTesting a{ width:134px; background-position: -232px 50%; }

#topnav .navSecurity a{ width:133px; background-position: -365px 0; }
#topnav .navSecurity a:hover{ background-position: -365px 100%; }
#topnav .nowSecurity a{ width:133px; background-position: -365px 50%; }

#topnav .navCode a{ width:133px; background-position: -497px 0; }
#topnav .navCode a:hover{ background-position: -497px 100%; }
#topnav .nowCode a{ width:133px; background-position: -497px 50%; }

#topnav .navGlossary a{ width:133px; background-position: -629px 0; }
#topnav .navGlossary a:hover{ background-position: -629px 100%; }
#topnav .nowGlossary a{ width:133px; background-position: -629px 50%; }

/*************************SideBar Nav*************************/
#sidebar{
	float: left;
	width: 150px;
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;

}
.pagenav{
	clear: both;
	margin: 0 30px 0 10px;
}
.pagenav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;
}
.pagenav ul li{
	line-height: 28px;
	border-bottom: 2px solid #000099;/*#010d34;*/
	color: #cce0ff;/*ADDED*/
}
.pagenav ul li a { 
	background: transparent url('images/icon_link_arrow.gif') no-repeat 9px 9px;
	display: block;
	padding: 0 28px;
	color: #69abfc;
}
.pagenav ul li a:hover{ 
	text-decoration: none;
	background: #000066 /*#010716*/ url('images/icon_link_arrow.gif') no-repeat 9px 9px;
	color: #fff;
}
.subnow{
	text-decoration: none;
	background: #000033 /*#010716*/ url('images/icon_link_arrow.gif') no-repeat 9px 9px;
	color: #fff;
}
/*************************Content*************************/
#content{
	background-color:#FFFFFF;
/*	background-image:url('../images/content_bg.jpg');
	background-repeat:repeat-y;
/*	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.80;*/
	color:#000000;
	margin-left:245px;
	width:540px;
	padding:20px;
}
.content{
	margin: 0 auto;
	top: 10px;
	padding: 5px;
	width: 500px;
/*	height: 400px;
	font-size: small;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
*/}

#ContentPadding{ height:200px; }

h1{ text-align:center; font-size:x-large; }
h2{ font-size:large; padding-:-1em; }

#sitemap ul{ list-style-type:none;}

#glossary{ padding:0; margin-left:0; }
.term{ font-weight:bold; }
.definition{}

#ref { padding-top: 10px; }
#ref ul li{ list-style-image: none; }
.ref_title{ font: bold small-caps 10px; }
.ref{ font-size:9px; }
