/*********EntireLayout************/

* {margin: 0;
   padding: 0;}
   
body {
	color: #FFFFFF;
	background-image: url(images/Cubes2.png);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	}
	
/**********Structure**********/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #990000;
	background-color: #FF9900;
}

#header {margin-top: 1px;
	background-image: url(images/Header_new.gif);
	height: 150px;
	border: 1px solid #FFFFFF;
}

#header2 {margin-top: 1px;
	background-image: url(images/Header_new_mk.gif);
	height: 150px;
	border: 1px solid #FFFFFF;
}

#wrapper {
	margin-top: 3px;
	background-repeat: repeat-y;
	background-color: #990000;
	background-image: url(images/wrapper_bg_2.gif);


}

#left {
	float: left;
	width: 145px;
	background-image: url(images/round_corner%20copy.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #990000;
	padding: 10px;


}

#right {
	background-color: #990000;
	color: #FFFFFF;
	float: right;
	width: 145px;
	background-image: url(images/round_corner_r%20copy.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;	

}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #990000;
	padding: 20px;
	border: 0px solid #FFFFFF;

}

#footer {
	clear: both;
	background-color: #FF9900;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
	background-image: url(0);
	text-align: center;
}

/*******TextFormattingImageFloat**********/

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	border: 1px groove #FF9900;
	background-position: center top;
}

h1{
	padding: 7px;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 7px;
	margin-bottom: auto;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

h2{
	background-color: #990000;
	padding: 5px;
	font-size: 1.1em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	font-weight: bolder;
}

.list {
	margin-left: 30px;
	list-style-image: url(images/bullet.jpg);
	margin-top: 20;
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF00FF;
	background-color: inherit;
	font-weight: bold;
}

a:active {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

/**********TopNavigation*************/
#navlist
{
	height: 2.6em!important;
	height: 2.6em;
	margin-top: 3px;
	padding: 1.5em 0em 0.3em 3.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FF9900;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #990000;
padding: 1.2em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a {
	background-color: #FF3300;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
 
