* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background: #FFFFFF;
	color: #666666;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #253372;
}

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

.about {
	padding-top: 5px;
}

/* Boxes */

.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}

.cbox1 .title {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 5px;
	color: #253372;
}

.cbox1 .content {
	padding: 20px;
}

.cbox2 .title {
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#welcome .title style2 {
	color: #666666;
}

.cbox2 .content {
	background: url(images/img06.gif) repeat-x left bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.cbox2 .content ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-indent: 10px;
	list-style-type: square;
}


.cbox3 .title {
	font-size: 129%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.cbox3 .content {
	padding: 20px;
}

.cbox3 ol, .cbox3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 760px;
	height: 85px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat 100% 50px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C70619;
}

/* Logo */

#logo {
	float: left;
	width: 760px;
	height: 50px;
	text-align: right;
	background-color: #253372;
	background-image: url(../images/flag.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#logo h1 {
	padding-top: 15px;
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-style: italic;
	color: #FFFFFF;
	text-transform: uppercase;
}

#logo h2 {
	font-size: 11px;
	font-weight: bold;
}

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

/* Menu */
    
#menu {
	float:left;
	width:100%;
	font-size:90%;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}

* html #menu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#menu ul{
	list-style-type: none;
	margin-left: 10px;
	padding:0;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#menu li{
display:inline;
margin:0;
padding:0;
}

#menu a {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	background-image: url(../images/tableft.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu a span {
	float:left;
	display:block;
	font-weight:bold;
	color:#253372;
	background-image: url(../images/tabright.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */

#menu a:hover span {
color: black;
}

#menu #current a {
background-position:0 -125px;
}

#menu #current a span {
background-position:100% -125px;
color: black;
}

#menu a:hover {
background-position:0% -125px;
}

#menu a:hover span {
background-position:100% -125px;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 480px;
	border-bottom: 1px solid #FFFFFF;
	padding: 20px;
}
.splash img {
	border: 1px solid #CCCCCC;
}


#content p, #content ol, #content ul {
	line-height: 152%;
}

.splash {
	padding-top: 10px;
	padding-bottom: 10px;
}

.splashwrap {
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.splashwrapfront {
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

/* News */

#news {
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
	color: #253372;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}


/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C70619;
}

#footer p {
	text-align: center;
	font-size: 77%;
}

#footer .statcounteralign {
	text-align: center;
	padding-top: 10px;
}

.style1 {
	color: #253372;
	font-weight: bold;
}

.style2 {
	color: #253372;
	font-weight: bold;
}

.space {
	clear: both;
	height: 1px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
}

input, textarea, select {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1em;
	color: #333333;
}

.contactform {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contactform a {
	font-size: 0.9em;
	font-weight: normal;
}

.form {
	clear: left;
	padding-left: 155px;
	height: 1%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
}

.contact {
	padding-top: 20px;
}

.contactform label{
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	font-size: 1em;
}

.contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
}

.contactform textarea{
width: 250px;
height: 150px;
}

.button {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	margin-top: 10px;
}

.accept {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-left: 20px;
	margin-top: 10px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.php
*/

* html .threepxfix{
margin-left: 3px;
}
