/* Made by Carlos Soriano */
/* San Diego State University - IDS 481 Spring 2007 */


/*IE 6 PNG Fix */

img { behavior: url(iepngfix.htc); }

/* Homepage CSS Design Elements */

* { 
	margin: 0; 
	padding: 0; }

html { 
	min-height: 100%; 
	margin: 0px; }

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	background-color:#2F3A5D;
	background-image:  url(css/bg_background.gif);
	background-repeat: repeat;
}

img, #wrapper	{ 
	background:  url(css/bg_wrapper1.png) repeat-y 50%; 
	behavior: url(iepngfix.htc);
}

#container	{
	position: relative;
	margin: auto;
	width: 755px;
	text-align: left;
	background: #000 url(none); }

#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0; }

#nav {
	position: relative;
	width: 755px;
	height: 55px;
	z-index: 100;
	background:  url(css/bg_nav.gif) no-repeat; }

#container2_top {
	position: relative;
	width: 755px;
	height: 63px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#CCCCCC;
	background:  url(css/top_bg_content.gif) no-repeat; }

#container2_body {
	position: relative;
	padding-left: 5px;
	font-size: 12px;
	color: #000;
	width:755px;
	text-align:left;
	background:  url(css/bg_content.gif) repeat-y; }

#container2_body ul {
	padding: 0 0 0px 25px;
	margin-left:25px;
	width: 100%;
	}

#container2_body ul li{
	font-size:100%;
	color:#000000;
	list-style:disc;
	padding-left: 2px;
	width: 90%;
	}

#container2_body ol {
	padding: 0 0 0px 15px;
	list-style:outside;
	margin-left: 15px;
	width: 90%;
	}

#container2_body ol li{
	font-size:12px;
	list-style:outside;
	color:#666666;
	padding-left: 25px;
	width: 90%;
	}

#container2_footer {
	position: relative;
	width:755px;
	height:36px;
	text-align:left;
	background:  url(css/footer_bg_content.gif) no-repeat; }
	
/* Fonts CSS Design Elements */

h3, h4 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #660000; }
	
.footertext {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	size: 1px;
	color: #666666;
	text-align: center;
	font-size: 9px; }

.imgborder {
	border: 1px solid #993300;
	padding: 4px;
	background: #6600000;
	margin: 3px;
}

.textblock {
	border: 1px solid #9a1212;
	background: #F4ECDB;
	padding: 4px;
	margin: 3px;
}

.caption {
     font-family: Tahoma, Verdana, Arial, san-serif;
	 size: 1px;
	 color:#333333;
	 font-size: 9px;
}

/* Links */

a:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold; }
a:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold; }
a:active {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold; }
a:hover {
	text-decoration: underline; 
	font-weight:bold; 
	color: #FFFFFF; }

/* Navigation */

#nav ul, li {
margin: 0px;
padding: 1px 0px 1px 0px;
list-style-type: none;
font-family: Tahoma, Verdana, Arial, san-serif;
color:#000000;
font-size: 100%;

}

#nav ul {
text-align: left;
text-indent: 1px;
/*background: url(css/menuback.png) repeat;*/
background: #AE9F7F;
}

#nav li a:link, #nav li a:visited {
color: #333333;
text-decoration: none;
display: block;
border: none;
background: #AE9F7F;
}

#nav li a:hover, #nav li a:focus, #nav dt a:hover, #nav dt a:focus {
color: #FFFFFF;
background: #993333;
}
