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

/* BASIC */
html, body {
	margin:auto;
	padding:0;
	text-align:center;
	font-family: "Trebuchet MS", sans-serif;
 	font-size:12px;
	line-height:20px;
	color:#999;
}

img, img a:link {
	border:0;
}

p {
	margin:0;
	padding:10px 0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	padding:10px 0px;
	color:white;
	margin:0;
}

#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	padding:30px 0px 0px 0px;
	color:white;
	margin:0;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	padding:25px 0px;
	color:white;
	font-weight:bold;
	margin:0;
	text-align:left;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	padding:30px 0px 0px 0px;
	color:white;
	margin:0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:lighter;
	padding:15px 0px;
	color: #333366;
	margin:0;
}
/* BASIC END */

/*  LINKAGE */
a:link, a:visited {
	color:#ccc;
	text-decoration:none;
}

a:hover {
	color:white;
	text-decoration:none;
}

#content a:link, #content a:visited {
	color:white;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dotted white;
}


#content a:hover {
	color:white;
	font-weight:bold;
	border-bottom:none;
}

.divider a:link, .divider a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#999999;
}

.divider a:hover {
	text-decoration:none;
	font-weight:bold;
	color:white;
	border:0;
}

#footer a:link, #footer a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	color:#006600;
	font-weight:bold;
	text-decoration:none;
}

/* LINKAGE END */


/* STRUCTURE */
#container {
	width:100%;
}

#divider {
	width:100%;
	height:10px;
	background: #666 url(../img/divider.jpg) no-repeat center;
	border-bottom: 1px solid white;
}

#header {
	position:relative;
	width:100%;
	height:115px;
	background: url(../img/headerBkgd.jpg) repeat-x;
	color:#666666;
}

#headerContainer {
	width:900px;
	margin:auto;
	text-align:left;
	background: url(../img/blockBkgd.jpg) no-repeat right;
}

#banner {
	clear:both;
	position:relative;
	width:100%;
	background: #003366 url(../img/bannerBkgd.jpg) repeat-x;
	border-bottom: 1px solid #000066;
}

#bannerContainer {
	width:900px;
	margin:auto;
	text-align:left;
}

#content {
	clear:both;
	position:relative;
	width:100%;
	background: #666 url(../img/contentBkgd.jpg) repeat-x;
	border-bottom: 1px solid #66666;
	text-align:center;
	margin:auto;
	color:white;
}

#contentContainer {
	width:900px;
	margin:auto;
	text-align:left;
}

#footer {
	clear:both;
	position:relative;
	width:100%;
	text-align:center;
	margin:auto;
	background: #fff url(../img/footerBkgd.jpg) repeat-x;
}

#footerContainer {
	width:900px;
	margin:auto;
	text-align:left;
}

/* STRUCTURE END */


/* FORM */
input, select, textarea, checkbox {
	border:1px solid #999999;
	margin-bottom:2px;
}

.submit {
    border: 1px solid #333;
    background: #ccc;
	color:#333;
	padding:2px;
	font-weight:bold;
}
.submit:hover {
    border: 1px solid #333;
	background: #003366 url(../img/bannerBkgd.jpg) repeat-x;
	color: white;
	padding:2px;
	font-weight:bold;
}

.required {
	font-weight:bold;
}

.error_strings{ 
	width:250px;
	font-size:12px; 
	color: white;;
	font-style:italic;
	margin:0;
	background-color: #009900;
	padding:0;
}

.error_strings ul {
	margin:0 0 0 20px;
	padding:0;
}
/* FORM END */


/* MENU */
#menu {
	width:480px;
	float:right;
	margin:5px 85px 0px 0px;
	text-align:right
}

#menu a:link, #menu a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	margin:5px;
	font-size:12px;
}

#menu a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:12px;
}

/* MENU END */

.credit {
	clear:both;
	width:100%;
	text-align:right;
	padding-bottom:10px;
	padding-top:0px;
	margin:0;
}

.credit a:link, .credit a:visited{
	font-size:10px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}

.credit a:hover {
	font-size:10px;
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
}

.btn {
	float:right;
	margin-top:20px;
	width:84px;
	height:13px;
	background: url(../img/btnNorm.jpg) no-repeat;
	text-align:center;
	line-height:14px;
}

.btn:hover {
	float:right;
	width:84px;
	height:13px;
	background: url(../img/btnOver.jpg) no-repeat;
	text-align:center;
}


.btn a:link, .btn a:visited {
	font-size:10px;
	color:#666666;
	text-decoration:none;
	padding:0px 10px;
}

.btn a;hover {
	font-size:10px;
	color:#333333;
	text-decoration:none;
	padding:0px 10px;
}

.copyright {
	font-size:11px;
	color:#999;
	text-align:center;
}

.copyright a:link, .copyright a:visited {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

.copyright a:hover {
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}


#footer p {
	color:#666666;
	font-size:10px;
	line-height:20px;
	padding:0;
	margin:0;
}

.divider {
	clear:both;
	width:100%;
	border-bottom: 1px dotted #999999;
	text-align:right;
}
