/* Block by Block CSS */

/* Global Styling */

body { color: black;
    background-color: black;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 8pt;
    text-align: center;
    letter-spacing: 0px;
    margin: 0px;
    }

a {
	color: blue;
	text-decoration: none;
	letter-spacing: 3px;
	}

a:hover {
	color: blue;
	text-decoration: none;
	}

/* Specific Layout & Styling */

h1.main  {
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    }

h1.insert  {
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    }

.heading1 {
	font-size: 22pt;
	font-weight: bold;
	color: silver;
	position: relative;
	left: 100px;
	top: 16px;
	}

.heading2 {
	font-size: 8pt;
	color: gray;
	}

.heading3 {
	font-size: 7pt;
	color: black;
	text-align: left;
	}

p.main {
    font-size: 8pt;
    color: black;
    margin-left: 20px;
}

.contact {
    font-size: 10pt;
    color: black;
    text-align: left;
    margin-left: 0px;
}

.contact2 {
    font-size: 9pt;
    color: black;
    text-align: left;
    margin-left: 0px;
}

.project {
    font-size: 8pt;
    color: black;
    text-align: left;
    margin-left: 0px;
}

#container {
	width: 800px;
	height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 5px;
    background-image: url(../images/bg2.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-attachment: fixed;
	}

#inner1 {
	float: left;
	width:70%;
    height: auto;
    margin: 5px;
    padding: 10px;
    text-align: left;
    text-indent: 10px;

	}

#inner2 {
	float: right;
	width:20%;
    height: auto;
	margin: 5px;
    padding: 10px;

	}



#header {
    width: 770px;
	height: auto;
    margin-left: 0px;
	margin-top: 0px;
    padding-top: 10px;
	}

#center_panel {
	float: right;
	width: 66%;
    height: auto;


	}

#right_panel {
	float: left;
    width:98%;
    height: auto;

    }

#left_panel {
	float: left;
	width: 33%;
    height: auto;

	}

#footer {
	clear: both;
    height: auto;
    width: 770px;
    margin: 10px;
    padding: 5px;
    border: solid thin white;
	}

#navbar {
    height: auto;
    width: 770px;
    font-style: normal;
    margin: 10px;
    padding: 5px;
    border: solid thin white;
    }

#navbar li {
    text-align: center;
    float:left;
    list-style-type:none;
    margin-right: 5px;
    }

#navbar li a {
    padding: 5px;
    color: #417da0;
    text-decoration: none;
    letter-spacing: 4px;
    display: block;
    }

#navbar li a:hover {
    padding: 5px;
    color: gray;
    text-decoration: none;
    display: block
    }

.navigate {
    color: gray;
    line-height: normal;
    font-size: 7pt;
    }

.navigate2 {
    color: gray;
    line-height: normal;
    font-size: 7pt;
    font-style: normal;
    letter-spacing: 2px;
    word-spacing: 20px;
    text-align: center;
    }

.foot {
    color: gray;
    line-height: normal;
    font-size: 6pt;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 0px;
    }

.heading4 {
	background-color: #417da0;
	color: white;
    line-height: normal;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 8pt;
    letter-spacing: 2px;
    border: solid thin silver;
    padding-left: 10px;
    padding-right: 10px;
	}

.heading {
	color: #417da0;
    line-height: normal;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 8pt;
    letter-spacing: 2px;
    border: solid thin silver;
    padding-left: 10px;
    padding-right: 10px;
	}

.headtext {
	color: white;
    line-height: normal;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    letter-spacing: 2px;
    position: relative;
    padding-right: 25px;
    float: right;
	}

.side {
		color: black;
	}

.sidehead {
    color: black;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 7pt;

    font-weight: bold;
    letter-spacing: 1px;
	}


