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

/* Elements */
body {
        background: #FFFFFF;
        text-align: justify;
        font-family:  Calibri, Arial,  Times , Georgia,  Verdana, Geneva, sans-serif;;
        font-size: normal;
        text-align: justify;
        color: #000000;
}

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

/* Header */

#header {
        width: 1100px;
        height: 70px;
        margin: 0 auto;
        padding: 0px 0px 0px 0px;
        border: 10px solid #FFFFFF;

        background: #FFFFFF;
        background-repeat: no-repeat;
}

a {
    color: DarkBlue;
    text-decoration:underline;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header h1 {
	float: left;
	padding: 35px 0 0 20px;
	font-size: 35px;
	letter-spacing: 1px;
	color: #404040;
}

#header h2 {
	float: right;
	padding: 68px 20px 0 0;
	font-size: 1.25em;
	letter-spacing: -1px;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 810px;
	height: 35px;
	padding-top: 13px;
        color:#404040;
}

#menu ul {
        width=400px;
	margin: 0;
	padding: 0px 0px 50px 50px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 112px;
	height: 19px;
	border-top: 3px solid #C0C0C0;
	border-bottom: 3px solid #C0C0C0;
	padding: 3px 4px 0 4px;
	text-align: center;
	text-decoration: none;
}

#menu .active a, #menu a:hover {
	color: #000000;
}

/* Content */

#content {
        text-align: center;
	width: 1100px;
        border: 10px solid #FFFFFF;
	border-top: none:
	background:#000000;
	
}

#content h2 {
	margin-bottom: 1em;
}

#content h3 {
	margin-bottom: 0;
}

#colOne {
	float: right;
	width: 300px;
	padding: 00px 0px 0 0px;
	font-size: 20px;
}

#colTwo {
        text-align:left;
	float: left;
	width: 290px;
	padding: 0px 0px 20px 50px;
        font-size: 18px;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

#colThree {
	width: 1000px;
	padding: 0px 0px 20px 50px;
	font-size: 17px
	
}

#colFour {
	width: 1000px;
	padding: 5px 50px 20px 50px;
	font-size: 16px
	
}

#colFive {
	width: 1000px;
	padding: 20px 20px 20px 50px;
	font-size: 18px;
	border-bottom: 2px solid #D0D0D0;
}


#logo {
	width: 70px;
	float: left;
	padding: 10px 0 0 250px;
}

/* Footer */

#footer {
	width: 1100px;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: smaller;
}