/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	/*background-color: #FFFFFF;background: url(images/background_main.jpg) no-repeat;*/
	background-color: #FFFFFF;
}

div#container {
	font-family: Arial, Helvetica, sans-serif;
	width : 100%;
	margin : 0px;
	padding: 0px;
	float: left;
	text-align : left;
	height: 100%;
	background-image: url(images/Logo01.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

div#branding {
	position: relative;
	height: 130px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	top: 105px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

div#branding h1 {
	text-align: left;
	font-size: 20px;
	letter-spacing: 2em;
	color: #000000;
	text-transform: uppercase;/*	padding: 40px 40px 0px 0px;*/
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	bottom: 0px;
}

div#main {
	width: 72%;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #333333;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 10px;
	margin-left: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	overflow: auto;
}

div#main h2 {
font-size: 20.px;
	letter-spacing: 0.1em;
	color: #191D36;
	line-height: 1.6em;
	margin-left: 10px;
	font-size: 24px;
	text-align: center;
}

div#main h3 {
font-size: 18px;
letter-spacing: 0.1em;
color: #333333;
line-height: 1.6em;
margin-left: 10px;
}

div#main p {
letter-spacing: 0.1em;
color: #363E40;
line-height: 1.6em;
margin-left: 10px;
}

div#main img, table {
	float:right;
	padding: 0px;
	text-align:center;
	font-style: italic;
	width:400px;
}

div#main td {
	border: thin dashed #CCCCCC;
	background-repeat: no-repeat;
	background-position: center bottom;
	}

div#nav_main {
	width: 20%;
	line-height: 35px;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	left: 80%;
	float: right;
	position: fixed;
}

div#nav_main ul {
	display: inline;
}
div#nav_main li {
	list-style-type: none;
	display: inline;
}
div#nav_main a {
	display:block;
	text-decoration: none;
	color: #0000FF;
}
div#nav_main a:hover {
	color:#FFFFFF;
	display: block;
	text-decoration: none;
	background-color: #0099CC;
}
/*div#nav_main a:visited {
	color:#0000FF;
}*/
/*
div#nav_main li:hover{
background: #339999;
}
*/

blockquote {
font-weight:bold;
}


div#bottom {
	height:100px;
	width:100%;
	left: 0%;
	/*background-image: url(images/logo.jpg);*/
	background-repeat: no-repeat;
	background-color: #B7E2FF;
	color: #666666;
	text-align: center;
	font-size: 14px;
}
div#bottom img {
	float: right;
}
div#mylogo {
	float: right;
	color: #FFFFFF;
	background-image: url(images/myLogo.png);
	}
div#mylogo a {
	color:#FFFFFF;
	text-decoration:underline;
	}
#address {
	text-align: center;
	font-size: 18px;
	padding: 10px;
	margin: 10px;
	border: thin dashed #CCCCCC;
}

