/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #000099;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding-top: 5px;
	
}


p, ul, ol, blockquote {
	font-size: small;
	line-height: 160%;
}

/* creat elements for use with ids here such as <p id="indent"> */
#indent {
	text-indent: 10px;
	
}



/* End of ids */

/* creat elements for use with spans here such as <span class="example1"></span> */
 .red {
 	color: #FF0000; 
 	
 }
/* End of spans*/
a {
	color: #980100;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

/* Header */

#header {
	width: 740px;
	height: 144px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat center center;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
}


#menu {
	width: 740px;
	height: 34px;
	margin: 0 auto;
	background: url(images/heading1a.gif) no-repeat center center;
	border-left   : 2px solid #CCCCCC;
	border-right   : 2px solid #CCCCCC;
	

}

#menucolTwo {
	float: left;
	width: 192px;
	padding: 0px;
}
#menucolOne {
	float: right;
	width: 548px;
	padding: 0px;
}

#pageleft {
	float: left;
	width: 245px;
	height: 245px;
	padding: 0px;
}
#pageright {
	float: right;
	height: 245px;
	padding: 0px;
}
/* Menu copy */



#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 86px;
	height: 34px;
	padding: 0px 0 0 0;
	border-left: 4px solid #000000;
	border-: 2px solid #000000;
	
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #ffffff;
}
#menu a:link {
	background: #000078;
	
	}
	
#menu a:hover {
	background: #FEFEFE;
	color: #000000;
}

#menu .active a {
	background: #FEFEFE;
	color: #000000;
	
}

/* Menu copy end */









#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 10px;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 0;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	background: url(images/img2.gif);
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottem: 2px solid #CCCCCC;
}

#colOne {
	float: right;
	width: 499px;
	padding: 20px;
}

#colTwo {
	float: left;
	width: 145px;
	padding: 20px;
}

/* Content > ColOne */

/* Content > ColTwo */

#colTwo h2 {
	margin: 0;
	padding: 0;
	font-size: medium;
	text-align: center;
	color: #000000;
	background: #FEFEFE;
}

#colTwo p {
font-size: small;
text-align: center;
	margin: 5;
	padding: 0;
	color: #ffffff;

}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#colTwo li {
	font-style: bold;
	font-size:small;
	text-align: center;
	margin-bottom:10px;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colTwo a {
	color: #FFFFFF;
	text-decoration:underline;
	
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #000000;
	border: 2px solid #CCCCCC;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}