@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#e2e2e2;

}

#container {
	margin:auto;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}



#toptext {
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	line-height: 22px;
	

}

#header {
	height:90px;
	background-color:#FFFFFF;

}

.topleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
	margin-left: 15px;
	width: 450px;
	float:left;
	font-weight: normal;
}

.topleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin:0px;
	padding: 0px;
	color: #1A488D;
}

.topleft h1 a:link {
	text-decoration: none;
	color: #990000;

}
.topleft h1 a:visited {
	text-decoration: none;
	color: #1A488D;

}
.topleft h1 a:hover {
	text-decoration: none;
	color: #1A488D;

}
.topleft h1 a:active {
	text-decoration: none;
	color: #1A488D;

}

.topmiddle {
	width:200px;
	margin-top: 30px;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

}

.topright {
	float:left;
	width:200px;
	margin-top: 15px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #333333;

}

#topnav {
	height: 30px;
	text-align: center;
	background-color: #FFFF66;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;

}
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav ul li {
	display: inline;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left: 10px;
	line-height: 30px;
}

#topnav ul li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#topnav ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#topnav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

#topnav ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
#topnav ul li .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main {
	background-color:#FFFFFF;
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-y;

}

#leftcol {
	width:193px;
	background-color: #CCCCCC;
	float: left;
	text-align: center;
	padding: 5px;
}

#rightcol {
	width:860px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#rightcol a:link {
	text-decoration: underline;
	color: #D63848;

}
#rightcol a:visited {
	text-decoration: underline;
	color: #D63848;

}
#rightcol a:hover {
	text-decoration: none;
	color: #D63848;

}
#rightcol a:active {
	text-decoration: underline;
	color: #D63848;

}
#rightcol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #000000;
	font-weight: normal;
	letter-spacing: -0.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


#rightcol h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	color: #1F1935;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#rightcol h3 {
	font-size: 20px;
	margin: 0px;
	color: #1F1935;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}



input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A488D;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 2px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A488D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 2px;

}

select {
	background-color:#CCCCCC
}


#footer {
	background-color:#1a488d;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	padding: 10px;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 12px;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
#footer a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}

#footer2 {
	background-color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	padding: 0px;
	line-height: 30px;
	height: 30px;
	margin: 0px;
}

#footer2 a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
#footer2 a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
#footer2 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 12px;
}
#footer2 a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}



#container #rightcol .box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004C91;
	text-align: left;
	margin-top: 10px;
	padding: 10px;
}
#rightcol .imagebox {
	display: block;
	width: 100%;
	height: 210px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightcol .designs {
	text-align: center;
	width: 250px;
	float: left;
	margin-left: 0px;
	height: 143px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 5px;
}


#rightcol .designs img{
	height: 143px;
	width: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;

}

#rightcol .designs2 {
	text-align: center;
	width: 275px;
	float: left;
	margin-left: 0px;
	height: 157px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#rightcol .designs2 img{
	height: 157px;
	width: 275px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;

}

input {
	margin: 0px;
	padding: 3px;
	background-color: #CCCCCC;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
}

