/* ***************************************************************** */
/* **  This website is designed by Mike Abdala                    ** */
/* **  The owner of this website has the right to change the      ** */
/* **  textual content, but is not allowed to alter, sell, or     ** */
/* **  reuse design without written confirmation of the author.   ** */
/* **  All rights reserved under law of copyright.                ** */
/* **  All copyright by Mike Abdala, 2008
/* ***************************************************************** */

 /* Oiginal color Codes for ISS :
			#002868 = PMS281 = Blue
			#ef6b00 = PMS021 = Orange
*/

/* COLORS: #f49955 = LOGO Orange
img orange  ff8105
*/
body {
    background-image: url("images/bg_orange.jpg");
    background-repeat: repeat;
    text-align: center;
    margin-top: 0px;
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 10pt;
    line-height:  120%;
}
h5 {
		color: #ff8105;
		font-size: 11pt;
		text-transform: uppercase;
		margin-bottom: 3px;
		
}
p {
		margin-bottom: 12px;
}
#headerTable {
    width: 100%;
}

#container {
		margin: 0 auto;
    width: 800px;
    text-align: left;
    background-color: white;
}


#topinfo {
    /* background-image: url("images/gradient.png");*/
    border-bottom: 7px solid #ddd;
    background-color: white;
    height:	80px;
}

#header {
    background-color: #444;
    width: 100%;
    height: 200px;
}
#mainImage {
	width: 650px;
	height:200px;
	    background-image: url("images/header.png");
    background-repeat: no-repeat;
    background-position: right;
    float: left;
    color: navy;
    font-size: 40px;
    font-weight: 700;
}

#menuCol {
    width: 150px;
    background-color: #444;
    float: right;
    color: #999;
    height: 200px;
}

#centerCol {
		width: 800px;
    background-color: white;
    clear: both;
}

#content {
    width: 625px;
    color: navy;
    text-align: left;
    margin: 7px 7px 7px 7px;
    float: left;
}
#content A {
		color: #ff8105;
		font-style: italic;
		text-decoration: none;
}
#content A:hover {
		color: navy;
}

#content-left {
		width: 270px;
		float: left;
		margin-right: 30px;
}

#content-right {
	width: 270px;
}
#rightColumn {
    float: right;
    width: 140px;
    margin: 2px 2px 2px 2px;
    color: navy;
}

#footer {
    border-top: 2px solid #aaa;
    text-align: center;
    font-size: 10px;
    color: white;
    clear: both;
    height: 30px;
    width: 100%;
    padding-top: 3px;
    background-color: #ff8105;
}

#login {
		font-size: 8pt;
}

.textbox {
		font-size: 8pt;
		width: 80px;
		border: 1px dotted orange;
		}
		
.button {
		font-size: 8pt;
		width: 80px;
		border: 1px outset orange;
		}		
.submenu {
		font-size: 8pt;
		text-decoration: none;
}
a.submenu:hover {
		color: navy;
}		
input {
		border: 1px dotted orange;
		}
		
		h1 {
    font-size: 18pt;
}

a.rssLink {
    font-size: 10px;
    text-decoration: none;
}


.menuBody{
    margin: 2px 2px 2px 2px;
    font-size: 8pt;
    color: #77F;
    /* text-align: justify; */
}


a.menuBody {
    color: #bbb;
    text-decoration: none;
}
a.menuBody:hover {
    color: #ff8105;
}
ul.nav{
		margin-left:0px;
		margin-top: 0px;
		margin-right: 6px;
		width: 128px;
		float: right;
		list-style-image: url(/layout/images/arrow.gif);
}

.listheader {
		font-size:  11pt;
		font-weight: 600;
}

.t {background: url(/layout/images/t.png) 0 0 repeat-x;}
.b {background: url(/layout/images/b.png) 0 100% repeat-x}
.l {background: url(/layout/images/l.png) 0 0 repeat-y}
.r {background: url(/layout/images/r.png) 100% 0 repeat-y}
.bl {background: url(/layout/images/bl.png) 0 100% no-repeat}
.br {background: url(/layout/images/br.png) 100% 100% no-repeat}
.tl {background: url(/layout/images/tl.png) 0 0 no-repeat}
.tr {background: url(/layout/images/tr.png) 100% 0 no-repeat; padding:10px} 


