/* CSS Document */

body {
background: #CCCCCC;
margin: 0px;
font-size: 14px;
font-family: Arial;
color: #000000;
height: 100%; 
}

/*Centers all of the content*/

#wrapper {
margin: 0px auto;
width: 950px;

background: url(images/bg.png) center repeat-y;
}

#center {
margin: 0px auto;
width: 900px;
min-height: 100%;
}

a {
text-decoration: none;
text-decoration: underline;
color: #2B4D6C;
}

a:hover {
text-decoration: none;
}

#text {
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

/*Start of the header*/
#header {
width: 900px;
height: 100px;
background: url(images/header.png) repeat-x;
}

#iketext {
padding-top: 10px;
width: 100%;
height: 65px;
font-family: "trebuchet MS";
text-align: center;
font-size: 40px;
}

#iketext a{
color: #FFFFFF;
text-decoration: none;
}

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

#navbar {
float: left;
width: 900px;
height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 12px;

}

/*Start of Javascript dropdown*/
#sddm{
margin: 0;
padding: 0;
z-index: 30;
}

#sddm li{
width: 95px;
list-style: none;
margin-left: 45px;
float: left;
font: Verdana, Arial, Helvetica, sans-serif 12px;
}

#sddm li a{
display: block;
color: #FFF;
text-align: left;
text-decoration: none
}

#sddm li a:hover{
color: #CCCCCC;
}

#sddm div{
position: absolute;
visibility: hidden;
margin: 0;
padding: 0;
background: #FAFBFF;
margin-left: 0px;
}

#sddm div a{
position: relative;
display: block;
margin: 0;
padding: 5px 10px;
width: auto;
white-space: nowrap;
text-align: left;
text-decoration: none;
color: #2875DE;
font: 11px arial
}

#sddm div a:hover{
background: #49A3FF;
color: #FFF
}
/*End of Javascript Dropdown*/

/*Start of the photo viewer*/
#photo {
width: 900px;
height: 300px;
z-index: 1;
}
/*End of the photo viewer*/

/*Start of the three columns*/
.col {
float: left;
width: 300px;
font-size: 14px;
font-family: Arial;
color: #FFFFFF;
}

.col a {
color:#CCCCCC;
}

.col h1{
color: #CCCCCC;
font-weight: 900;
font-size: 16px;
}

.col strong{
color: #D5E4F0;
font-weight: 900;
font-size: 14px;
}

#colonetitle {
height: 50px;
width: 290px;
padding-top: 10px;
padding-left: 10px;
font-size:30px;
background: #1F2E3C;

}

#colonetext {
height: 520px;
width: 280px;
background: #193956;
padding: 10px;
}

#coltwotitle {
height: 50px;
width: 290px;
padding-top: 10px;
padding-left: 10px;
font-size:30px;
background: #213445;
}

#coltwotext {
height: 520px;
width: 280px;
background: #1E4569;
padding: 10px;
}

#colthreetitle {
height: 50px;
width: 290px;
padding-top: 10px;
padding-left: 10px;
font-size:30px;
background: #253B50;
}

#colthreetext {
height: 520px;
width: 280px;
background: #265581;
padding: 10px;
}

#footer {
clear: both;
height: 46px;
width: 915px;
background: url(images/footer.png) no-repeat;
font-size: 14px;
font-family: Arial;
color: #FFFFFF;
margin: 0px auto;
position: relative;
padding-left: 35px;
padding-top: 8px;
}
/*End of the three columns*/

h1 {
font-family:"trebuchet MS";
color:#1F456B;
size: 34px;
text-align: center;
}

.pagetitle {
color: #CCCCCC;
font-size: 24px;
}