
a:link {color: #666666; text-decoration: none}
a:active {color: #666666; text-decoration: none}
a:visited {color: #666666; text-decoration: none}
a:hover {color: #000000; font-weight: normal; font-style: normal; text-decoration: underline}

a.light {color:orange;}
a.light:link  {color: #666666; text-decoration: none}
a.light:active {color: #666666; text-decoration: none}
a.light:visited {color: #666666; text-decoration: none}
a.light:hover {color: #F86800; font-weight: normal; font-style: normal; text-decoration: underline}

a.dark {color:yellow;}
a.dark:link  {color: #ffff00; text-decoration: none}
a.dark:active  {color: #ffff00; text-decoration: none}
a.dark:visited  {color: #ffff00; text-decoration: none}
a.dark:hover {color: #ffffff; font-weight: normal; font-style: normal; text-decoration: underline}


BODY{
margin: 0 0 3px;
padding: 1;

}

.main-background {
height: 100%;
height: 100%;
background-image:url(../images/wallpaper3.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
background-position: fixed;
background-attachment:fixed;
background-color:#eeeeee;
}

.page-container {
width:998px;
}

.page-header {
width:1000px;
font-family: arial;
color:#fff;
background-color:#003CA0;
background-color: rgba(0, 60, 160, .8);
}

.contact-header {
background-color:#444;
background-color: rgba(55, 55, 55, 0.79);
color: #fff;
font-size: 20;
font-family: arial;
font-weight: bold;
text-shadow: 0px 0px 0 #eee;
}

.left-page {
width:250px;
background-color:#003CA0;
background-color: rgba(0, 60, 160, .8);
}

.right-page {
width:100%px;
background-color:#fff;
background-color: rgba(255, 255, 255, 0.7);
font-family: arial;
font-size: 18;
color: #444;
font-weight: normal;
text-align:left;
text-align:justify;
line-height:150%

}


.page-footer {
width:1000px;
color:#333;
background-color:#003CA0;
background-color: rgba(0, 60, 160, 0.8);
margin-bottom: 10px;
border-bottom-right-radius:20px;
border-bottom-left-radius:20px; 
}


.navbar-header {
width:1000px;
background-color:#ffffff;
padding:0px;
font-family: arial;
}

.navbar-side {

background-color:#F86800;
xbackground-color: rgba(190, 40, 30, 0.9);
border: 0px solid #555;
border-radius:10px;
width:230px;
xbackground-color:#ffffff;
padding: 8px;

}

.Normal {
xbackground-color:#BE7F56;
xbackground-color: rgba(200, 120, 80, 0.7);
border-width:1px;
border-color:#fff;
border-bottom-style:solid;
font-family: arial;
font-size: 18;
font-weight: normal;
text-shadow: 1px 1px 0 #000;
border-radius:10px;

}

.Highlight {
cursor:pointer;
background-color:#555;
border-width:1px;
border-color:#1EB2E5;
border-bottom-style:solid;
font-family: arial;
font-size: 18;
text-decoration: none;
font-weight: normal;
text-shadow: 1px 1px 0 #555;
border-radius:10px;
}

.image {
border: 0px solid #555;
border-radius:10px;
xbox-shadow: 0px 0px 5px #fff;
}

.box-outer {
background-color:#fff;
background: rgb(255, 255, 255); /* Fallback */
background: rgba(255, 235, 225, 0.5);

border-color:#fff;
border-style:solid;
border-width:0px;
border-radius:5px;
font-family: arial;
}

.box-inner {
background-color:#fff;
background: rgb(255, 255, 255); /* Fallback */
background: rgba(210, 240, 290, 0.3);
border-style:solid;
border-color:#666;
border-width:1px;
border-radius:5px;
font-size: 18;
}

.box-inner-left {
background-color:#ffffff;
background-color: rgba(255, 255, 255, 0.7);
border-style:solid;
border-color:#355D82;
border-width:1px;
border-radius:5px;
font-size: 14;
}

h1 {
font-family: arial;
font-size:26px;
xdisplay:inline;
line-height:100%;
margin-top:0;
margin-bottom:0;
color: #003CA0;
text-align:left;
text-align:justify;
text-shadow: 1px 1px 0 #aaa;
}

.sub-heading {
color:#003CA0;
font-size: 18;
}

ul {
margin:0px;
padding-left:30;
}

li {
color:#003CA0;
font-family: arial;
font-size: 16;
font-weight: bold;
line-height:180%
}

hr {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

	



	
.logo {
font-family: arial;
color: #003CA0;
font-size: 25pt;
font-weight: bold;
text-shadow: 1px 2px 0 #444;

}
