@charset "UTF-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/pinstripe.jpg);
	background-repeat: repeat-y;
	margin: 0; 
	padding: 10px 0px 15px 0px;
	text-align: center; 
	color: #000000;
	}

#container { 
	width: 860px;  
	background: #FFFFFF;
	margin: 0px auto; 
	border:2px solid #004964;
	text-align: left;
	} 

#header { 
	text-align: right;
	height: 100px;
	background-image:url(images/LogicomBanner2.gif); 
	background-repeat:no-repeat;
	padding: 8px 15px 0px 5px;  
	} 

p { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#004964; 
	font-size:14px; 
	font-style: normal; 
	font-weight:normal; 
	text-align:center;
	}

h1 { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#004964; 
	font-size:14px; 
	font-weight:bold; 
	text-align:right;
	}
	
h2, h3, h4 { 
	font-size:12px; 
	}
	

#header h1 {
	margin: 0; 
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:22px; 
	line-height:28px;
	}

 #header h2 {
	margin: 0; 
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-weight: bold;
	font-size:14px; 
	line-height:18px;
	}
	
#sidebar1 {
	float: left; 
	width: 170px; 
	background: #FFFFFF;
	padding: 12px 0px 5px 15px;
	margin: 10px 5px 5px 10px;
	}
	
#sidebar1 ul{
 	margin:0px; 
 	padding: 0px;
 	list-style: none;
	}

#sidebar1 li{
 	display:block;
 	margin: 0px 0px 0px 0px;
	padding:6px 0px 4px 6px;
	background-image: url(images/button2.jpg);
	background-repeat: repeat-x;
	background-repeat: no-repeat;
	}	
	
#sidebar1 a:link, #sidebar1 a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-style:italic; 
	color:#004964;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	display: block;
	padding: 0px 0px 0px 5px; 
	height:19; 
	width:125;
	margin-bottom:4px;
	}
	
#sidebar1 a:hover, #sidebar1 a:active {
	color:#FFFFFF;
	}
	 
	
 #sidebarLL {
	float: left; 
	width: 160px; 
	background: #FFF; 
	padding: 0spx; 
	margin: 0px;
	}
	
#sidebarLL p{
	font:Verdana, Arial, Helvetica, sans-serif; 
	text-align:left; 
	font-style:italic; 
	color:#FF6600; 
	font-size:12px;
	}

#sidebar2 {
	float: right; 
	width: 160px; 
	border: 2px solid #FEB314; 
	padding: 5px 10px 10px 10px; 
	margin: 5px 10px 5px 10px;
	}
	
#sidebar2 h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#004964;
	font-size:16px;
	font-style: normal;
	font-weight:bolder;
	text-align:center;
	text-transform: none;
	}

#sidebar2 ul {
	margin:0px; 
	padding: 12px 10px 0px 3px; 
	list-style:none;
	}

#sidebar2 li {
	/*display:block;*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold; 
	text-transform:uppercase; 
	color:#004964;
	padding: 0px;
	margin:0px;
	padding-left:40px; 
	background-image:url(images/check.jpg); 
	background-repeat:no-repeat; 
	background-position:5px 0px; 
	height: 50px;
	}
	
#sidebar2 h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#004964;
	font-size:16px;
	font-style: normal;
	font-weight:bolder;
	text-align:center;
	text-transform: none;
	}  
	

#mainContent { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #004964; 
	font-size:12px; 
	font-weight:normal;
	margin: 2px 15px 10px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 20px;
	}

#mainContent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #004964;
	font-style:normal;
	font-size:13px;
	font-weight:normal;
	line-height: 18px;
	text-align:justify;
	margin: 0px;  /*--- DO NOT CHANGE  --*/
	} 

#mainContent h1 { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #004964; 
	font-style:normal;
	font-size:16px; 
	font-weight:bold; 
	text-align:left;
	padding: 5px 0px 0px 0px;
	}
	
#mainContent a:link, #mainContent a:visited {
	color: #005877;
	text-decoration:underline;
	}
	
#mainContent a:hover {
	color: #FF6600;
	text-decoration:underline;
	}
	
#mainContent ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #004964;
	font-size:13px;
	line-height: 18px;
	font-weight: normal;
	}
	

#mainContent2 p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #004964;
	font-size:15px;
	font-weight:bold;
	line-height: 17px;
	text-align:left;
	margin: 0px; 
	padding-bottom: 0px;
	padding-left: 35px;
	padding-right:50px; 
	}

#mainContent2 ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #004964;
	font-size:16px;
	font-weight: bold;
	font-style:italic;
	margin: 0 px; 
	padding-left: 150px; 
	}
	
#mainContent img {
	margin: 8px 0px 0px 10px;
	}

#container #mainContent2 h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	padding-left: 10px;
	}
	
#bottom {
	background:none;
	height: 250px;
	padding:0px
	}
	
#bottom2{
	background:none;
	height: 250px;
	padding:0px
	}
	
#bottom2 h3{
	font-family:"Times New Roman", Times, serif; font-size:18px; font-weight:bold; color:#FF6600;
	}

#bottom2 p{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-style:italic;
	text-align:left; 
	color: #004964;
	}
	
#bottom2 li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600; 
	font-size:14px;
	color: #004964;
	}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color:#003366; 
	text-align:center; 
	padding: 0px 0px 10px 0px; 
	font-size:14px;
	}
	
.border-rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CEEFFC;
	padding-top: 20px;
	margin-top: 20px;
	}
	
#bottom ul{
	float: right;
	margin: 10px 15px 3px 0;
	list-style:circle;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #004964; 
	line-height: 12px;
	}
	
#bottom a{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#004964; 
	font-size:14px; 
	font-weight:bold; 
	text-transform:capitalize;
	margin-left: 65px;
	}	
	
#bottomLeft1 { 
	margin:4px;
	float: left;
	width: 380px; height:86px;
	background-color:#FFC;
	border: #666 1px solid;
	}
	
#bottom img { 
	margin-left: 6px; 
	margin-top: 5px;
	border:none;
	}
		
#bottomLeft2 { 
	margin:4px;	
	float: left;
	width: 380px; height:86px;
	background-color:#FFC;
	border: #666 1px solid;
	}
	
#bottomRight1 { 
	margin:4px;
	float: right;
	width: 380px; height:86px;
	background-color:#FFC;
	border: #666 1px solid;
	}
	
#bottomRight2 { 
	margin:4px;
	float: right;
	width: 380px; height:86px;
	background-color:#FFC;
	border: #666 1px solid;
	clear:right;
	}

#slogan { 
	padding: 0px 0px 10px 0px; 
	background:#FFFFFF;
	} 
	
#slogan p {
	font-size: 14px;
	line-height: 20px;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	color:#E6771A;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 15px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	
#footer { 
	margin: 0px;
	padding: 4px 10px 8px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#004964;
	color:#FFFFFF;
	font-size:10px;
	height: 45px;
	} 
	
#footer p {
	font-weight:bold;
	font-size:10px;
	font-style:normal;
	color:#FFFFFF;
	line-height: 20px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	
#footer a:link, #footer a:visited {
	font-weight:bold; 
	font-style:normal; 
	color:#FFFFFF; 
	font-size:10px; 
	text-decoration:none;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	
#footer a:hover, #footer a:active {
	font-weight:bold; 
	font-style:normal; 
	text-decoration:none;
	color:#FF6600; 
	{


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    	height:0;
    	font-size: 1px;
   	line-height: 0px;
	}
 
</style>
