@charset "utf-8";
/* CSS Document */

body {
text-align:center;
min-width:880px;
background-color:#b1cfdc;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
margin-top:20px;
margin-bottom:25px;
}
.galleryImg
{
	border: 2px solid #fff;
	margin: 8px 0 8px 0;
}
a:link, a:visited 
{
color: #4c4c4c;
text-decoration:none;
}

a:hover {
color: #000;
text-decoration:none;	
}

a.second:link, a.second:visited {
color: #00a4e4;
text-decoration:none;
}

a.second:hover {
color: #000;
text-decoration:none;	
}

a.black:link, a.black:visited {
color: #000;
text-decoration:none;
}

a.footerlink:link, a.footerlink:visited {
color: #FFF;
text-decoration:none;
}

a.footerlink:hover {
color: #4c4c4c;
text-decoration:none;	
}

a.black:hover {
color: #000;
text-decoration:none;	
}

a.underlined:link, a.underlined:visited {
color: #4c4c4c;
text-decoration:underline;
}

a.underlined:hover {
color: #4c4c4c;
text-decoration:underline;
}

#wrapper {
width:850px;
margin:0 auto;
text-align:left;
background-color:#fff;
background: #fff url(../images/background_pu.gif) repeat-y left top;
}

#wrapperHome {
width:850px;
margin:0 auto;
text-align:left;
background-color:#fff;
background: #fff;
}


#topMenu {
width:850px;
height:20px;
float:left;
background-image:url(../images/topMenu.gif);
}

#topMenuInside {
padding-left:25px;
padding-right:20px;
color:#fff;
}

#branding {
width:850px;
height:333px;
float:left;
}

#homepage{
width:850px;
height:565px;
float:left;
}

#contentLeft {
width:556px;
float:left;
padding-top:30px;
padding-bottom:30px;
background-color:#fff;
}

#contentLeftPW {
width:556px;
float:left;
padding-top:30px;
padding-bottom:30px;
background-color:#caecfa;
}

#contentLeftInside {
padding-left:26px;
padding-right:40px;
}

#contentRight {
width:294px;
float:right;
padding-top:30px;
padding-bottom:30px;
background-color:#e1f4fc;
}

#contentRightInside {
padding-left:26px;
padding-right:40px;
}

#footer {
height:40px;
clear:both;
background-image:url(../images/footer.gif);
}

#footerInside {
padding-left:25px;
padding-right:20px;
color:#fff;
}

#credits {
height:20px;
padding-top:5px;
font-size:10px;
color:#000;
background-color:#b1cfdc;
}

.heading {
font-size:1.2em;
color:#036d56;
}

select { 
font-size: 11px;
}

input { 
	font-size: 11px;
}

.inputbox {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #FFF;
}

.linktext {
    font-size:10px;
	font-weight:bold;
}

.footertext {
    font-size:11px;
position:relative;
bottom:5px;
	
}

.alertMsg{
	color: #B40000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;
	padding:5px 5px 5px 28px;
	background: #F7E9D9 url(../icons/icon_alert.gif) top left no-repeat;
	border: 1px dotted #B40000;
	height:18px;
}

#box-table-a
{font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size:12px;
width:480px;
text-align:left;border-collapse:collapse;margin:20px;
}
#box-table-a th
{
font-size:13px;
font-weight:normal;
background:#b9c9fe;
border-top:4px solid #aabcfe;border-bottom:1px solid #fff;
color:#039;padding:8px;
}
#box-table-a td
{background:#e8edff;border-bottom:1px solid #fff;
color:#669;
border-top:1px solid transparent;padding:8px;
}
#box-table-a tr:hover td{background:#d0dafd;color:#339;}
