html {
  color:#fff;
  background:#939598;
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
}

body {
  margin:0;
  padding:0;
}

/* Text Styles */
h1 {
  font-size:22px;
  font-weight:normal;
  margin:18px 0 5px 0;
  color:#9fcbec;
}

.welcome {
  color:#881537;
}

h2 {
  font-size:15px;
  color:#9fcbec;
  margin:8px 0 0 0;
}

h3 {
  font-size:12px;
  color:#9fcbec;
  margin:0;
}

a {
  color:#fff;
  text-decoration:underline;
}

a:hover {
  color:#fefefe;
}

p {
  font-size:11px;
  line-height:16px;
}

a img  {
  border:0;
}

img {
  display:block;
}

abbr,acronym {
border-bottom:1px dotted #000;
cursor:help;
}

em {
font-style:italic;
}

ul, ol {
padding-bottom:3px;
}

/* Layout Styles */
#wrap {
  margin:0 auto;
  width:950px;
}

#header {
  width:950px;
  height:214px;
}

#logo {
  margin:0 0 0 20px;
}

#menu {
  width:950px;
  margin-top:71px;
}

#menu ul {
  margin:0;
  padding:0;
  padding-left:300px;
  width:650px;
}

#menu li {
  margin:0;
  list-style:none;
  display:inline;
  padding:0;
}

#menu li a {
  width:101px;
  height:43px;
  display:block;
  float:left;
  background:url(../images/menu_off.png) no-repeat;
  line-height:41px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin-right:4px;
}

#menu li.current a, #menu li a:hover {
  color:#fff;
  background:url(../images/menu_on.png) no-repeat;
}

#content {
  background-color:#08305b;
  border-top:11px solid #464646;
  padding-bottom:20px;
}

#heading {
  margin-left:15px;
}

#heading h1 {
  margin-bottom:10px;
}

#lefthalf {
  width:580px;
  float:left;
}

#left {
  width:100px;
  float:left;
  font-size:12px;
}

#left p {
  margin-top:0;
}

#leftcontent {
  margin:5px 0 0 15px;
}

#gallery1 {
  width:900px;
  margin:20px auto 0 auto;
  min-height:400px;
}

.small {
  color:#fff;
  font-size:11px;
  padding-left:20px;
}

#center {
  width:480px;
  float:left;
}

#center.follow {
  width:580px;
}

#center.follow #centercontent {
  padding-left:20px;
}

#right {
  width:350px;
  float:right;
}

#rightcontent {
  padding:0;
  margin:20px 0 0 0;
}

#box1 {
  width:329px;
  height:145px;
  background:#b4cfed url(../images/bluebox1.png) no-repeat;
  margin-bottom:10px;
  text-align:center;
}

#box1 h3 {
  color:#08305b;
  font-size:24px;
  padding:10px 0 0 0;
  margin-bottom:0px;
  font-weight:bold;
}

#box1 h3 a {
  color:#f36622;
  margin-bottom:0px;
  text-decoration:none;
}

#box1 p, #box1 p a {
  font-size:14px;
  color:#08305b;
  line-height:20px;
}

#box2 h3 {
  font-size:14px;
  padding:10px;
  color:#08305b;
}

#box2 table h3 {
  text-align:center;
  padding:0 0 10px;
  color:#fff;
}

#box2 table h3.current {
  color:#b4cfed;
}

#box2 a {
  text-decoration:none;
}

#box2 a:hover {
  color:#b4cfed;
}

#box2 {
  width:329px;
  background:#464646 url(../images/bluebox2_top.png) no-repeat top;
  margin:0;
}

#box2bot {
  width:329px;
  margin:0;
  height:6px;
  background:url(../images/bluebox2_bot.png) bottom no-repeat;
}

.enrolbutton {
  width:154px;
  height:46px;
}

.enrolbutton a {
  display:block;
  color:#08305b;
  width:154px;
  height:46px;
  font-size:18px;
  line-height:46px;
  text-align:center;
  text-decoration:none;
  background:#464646 url(../images/enrolbutton.png) no-repeat;
  font-weight: bold;
}

#footerpage {
  width:950px;
  margin:0 auto;
  padding:5px 0; 
  text-align:center;
  background-color:#464646;
}

#footerpage p, #footerpage a {
  font-size:10px;
  color:#ccc;
  font-family:Verdana, arial, helvetica, sans-serif;
  font-weight:normal;
  line-height:12px;
  margin:2px;
  text-decoration:none;
}

/*Form Styles*/

input.txt {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 200px;
	padding:2px;
}
input.txtalt {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 130px;
}
input.txtalt2 {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 180px;
	padding:2px;
}
input.txtalt3 {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 200px;
	padding:2px;
}
input.btn {
  color: #4e4639;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #F2F2F2;
  border: 1px solid #1d1b1c;
  padding: 2px;
}
select { 
  background-color: #FFFFFF; 
  color: #666666; 
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
textarea { 
  color: #666666;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px inset #CCCCCC;
  width: 200px;
  height: 100px;
}
fieldset {
  border: 1px dotted #666666;
  margin-top: 16px;
  padding: 10px;
}
legend {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #FFFFFF;
}
.ink {
  color:#ffffff;
}

