/* BODY */

body {
	color: #FFF;
	background: #002A5C;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* LINKS */

a {
	color: #c0c0c0;
	text-decoration: underline;
	padding: 0 6px;
}
a:hover {
	color: #c0c0c0;
	text-decoration: underline;
	padding: 0 6px;
}
a:active {
	color: #c0c0c0;
	text-decoration: underline;
	padding: 0 6px;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}
h1 {
	font-size: 225%;
	font-weight: normal;
	color: #fff;
	margin-bottom: 25px;
}
h2 {
	font-size: 175%;
	color: #fff;
	margin-bottom: 15px;
}

/* HORIZONTAL RULES */

hr {
	color: #c0c0c0;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* IMAGES */

img {
	border: 0px;
	text-align: right;
	padding: 0px 0px 0px 10px;
}

/* FORMS */
form#send label {
	clear: left;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	margin-bottom: 0.5em;
}
form#send input {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	border: 1px solid #fff;
	background: #002A5C repeat-x top left;
	padding-left: 0.5em;
	margin-bottom: 0.6em;
}
form#send textarea {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 12px;
	border: 1px solid #fff;
	background: #002A5C repeat-x top left;
	padding-left: 0.5em;
	margin-bottom: 0.6em;
	overflow: auto;
}
form#send button {
	color: #fff;
	border: 1px solid #fff;
	background: #002A5C repeat-x top left;
	padding-left: 0.5em;
	margin-bottom: 0.6em;
}		

/* DIVS */

#container {
	width: 85%;
	min-width: 800px;
	max-width: 1200px;
	margin: 15px auto;
	text-align: left;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

#logo {
	margin-right: 0px;
}

#nav {
	margin: 15px auto;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	/*list-style-image: url(imgs/bul.gif)*/
	display: inline;
}
#nav ul li a {
	font-size: 12px;
}
#nav ul li a:hover {
	font-size: 12px;
}
#nav ul li a:active {
	font-size: 12px;
}

#content {
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#content ul {
	list-style-type: circle;
}
#content ul li {
	/*list-style-image: url(imgs/bul.gif)*/
	font-size: 11px;
}

#footer {
	text-align: center;
	margin-bottom: 15px;
}	