/* Global */
#container {
	text-align: center;
}

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-color: #626262;
	background-repeat: repeat-x;
}
body,td,th {
	color: #CCCCCC;
	font-size: 83%;
}
#wrapper {
	width: 656px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	text-align: left;
}
img { 
	border: 0; 
}
h2 {
	color: #009ECF;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 7px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #F00000;
}
a {
	text-decoration: underline;
	color: #009ECF;
}
a:link {
	color: #009ECF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #EAEAEA;
	text-decoration: underline;	
}
a:active {
	text-decoration: none;
}


/* Header */

#divBanner{
	height: 140px;
	margin-top: 40px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/banners/Rainbrella.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top: 5px solid #00B7EC;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009FCE;
	border-left-color: #00B7EC;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #009FCE;
}
#divlogo {
	height: 95px;
	text-align: center;
	font-size: 2em;
	border-bottom: 1px solid #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 40px;
	padding-top: 45px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center 60%;

}

span.ain {
	color: #009ECF;
}
span.web {
	color: #FFFFFF;
}

/* Left Column  */

#colLeft {
	width: 174px;
	height: 600px;
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #13181E;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
}

/* Middle Content  */
#divMainContent {
	height: 421px;
	margin-right: 10px;
	margin-left: 10px;
}


/* Right Column  */
#colRight {
	background-color: #000000;
	height: 600px;
	width: 475px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* Navigation */
#Navigation {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 175px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	display: block;
	text-decoration: none;
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(images/links.gif);
	background-repeat: repeat-x;
	color: #C4C4C4;
	font-weight: bold;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFCC;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #009ECF;
	background-image: url(images/link_hover.gif);
	background-repeat: repeat-x;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
#Navigation .active {
	background-image:url(images/link_hover.gif);
	color: #FFFFFF;
}

/* Footer */	
#footer {
	height: 26px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	background-color: #13181e;
	width: 656px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	border: 1px solid #999999;
}
/* End_of */	

.title {
	font-size: 17px;
	color: #F4309D;
	height: 20px;
	padding-top: 20px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.allpara {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	margin: 0px;
	color: #CCCCCC;
}
.allparaText {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: left;
}
.quote {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center 160px;
	padding-bottom: 80px;
	margin-top: 0px;
	padding-top: 20px;
}
.defTerm {
	font-weight: bold;
	color: #CCCCCC;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.definition {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
.smallSpacer {
	height: 600px;
	width: 5px;
	float: left;
}
.send {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #999999;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #999999;
}
.checkSymbol {
	color: #00FF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

