html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #4ba5da;}
a:hover {color: #282828;}

body {
	background: #F5E6C5;
	color: #282828;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: bold normal 2.5em Georgia, "Times New Roman", Times, serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

logo{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;

}

h1,h2,h3 {
	padding-top: 6px;
	color: #4B5B77;
	margin-bottom: 4px;
	font-family: "Times New Roman", Times, serif;
}


.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	border: 0px solid #b1b1b1;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 900px;
}

.outer-container {
	background: #F5E6C5 url(images/backg.jpg) no-repeat center top;
	padding-bottom: 24px;
}


.header {
	background: #222 url(images/headerbg.jpg) no-repeat;
	height: 318px;
	margin-bottom: 0px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .name a {
	color: #ffffff;
	float:right;
	font-size: 5em;
	font-style: italic;
	letter-spacing: 0.2em;
        font-family: 'Times New Roman';
	padding-top: 30px;
	font-weight: bold;
	padding-right: 40px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}

.header .title .tag {
	text-align: right;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 0.2em;
        font-family: 'Times New Roman';
	padding-top: 100px;
	padding-right: 55px;
}

.navigation {
	float: left;
	width: 237px;
}
.navigation h2 {
	color: #856C3A;
	font: bold 1.6em/30px Tahoma, sans-serif;
	margin: 0;
	padding-left: 11px;
}
.navigation ul {
	padding-bottom: 10px;
	border-top: 1px none #CCCCCC;
}
.navigation li {border-bottom: 1px solid #b1b1b1;}
.navigation li a {
	font-size: 1.1em;
	color: #7c7c7c;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #D9EBF9;
	color: #282828;	
}


.main {
	background: #ffffff;
	
	padding: 0px 10px 0 0;
}


.content {
	float: left;
	width: 600px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;


}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}
.content2 {
	float: center;
	width: 800px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;


}

.content2 p {font-family: "Lucida Sans Unicode",sans-serif;}


.footer {
	background: #856C3A;
	color: #FFFFFF;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFFFFF;}

.valid 
{
text-align: center;
padding-top:5px;
}

.underlinemenu{
	font-weight: bold;
	float: right;
	font-size: 14px;


}

.underlinemenu ul{
padding: 20px 0 7px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #FFFFFF;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px none gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #FFFF99;
	border-bottom-style: solid;

}
picture{
	border: 5px solid #C9E2F6;
}
picture img{
	border: 5px solid #C9E2F6;
}
