/*CSS*/

* {
	margin: 0;
}

body {
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 0.5em;
	font-size: 1.3em;
}

p, blockquote, ul, ol {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

p {
}

blockquote {
	margin-left: 0.5em;
	list-style:none;
}

ul {
	margin-left: 2em;
	list-style:url(../images/point.gif);
}

ul li {
}

ol {
	font-style: italic;
	list-style-type: square;
}
li ol{
}

a {
	color: #d55a24;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #385B88;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
	padding-bottom: 5px;
}
img.lefttop {
	float: left;
	padding-bottom: 5px;
	height: 175px;
	width: 297px;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}
#imagemain {
	padding-right: 12px;
	padding-bottom: 5px;
	float:left;
}

/* Boxed Style */

.boxed {
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 5px 0 0 5px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.boxed .content {
	padding: 5px;
}

/* Header */

#header {
	width: 950px;
	height: 40px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	width: 950px;
	height: 190px;
	margin: 0 auto;
}

#logo h1 {
	padding: 20px 0 0 0;
	text-transform: uppercase;
	font-size: 2.7em;
}

#logo h2 {
	margin: 0;
	padding: 5px 0 0 100px;
	text-transform: uppercase;
	font-size: 1.6em;
}

#logo a {
	text-decoration: none;
	color: #385B88;
}

/* Header > Top Menu */

#topbox {
	clear: both;
	border-bottom: 1px solid #FFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #C3CDDB;
	text-indent: 0px;
	float: none;
}
#topmenu {
	float: left;
	margin: 0 -4px 0 0;
}

#topmenu ul {
	margin: 0;
	list-style: none;
	overflow: visible;
	z-index: auto;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 35px;
	background: url(../images/img02.gif) no-repeat left center;
}

#topmenu2 {
	width: 31px;
	background: url(../images/img03.gif) no-repeat left center;
}

#topmenu3 {
	width: 35px;
	background: url(../images/img04.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 950px;
	height: auto;
	display: block;
	clear: both;
	margin: auto;
	padding: 3px;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#menu a {
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	width: auto;
	margin: 3px;
	color: #385B88;
	border: 1px solid;
	border-color: #B8BFC5;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
}

#menu a:hover {
	text-decoration: none;
	color:#D55A24;
	background-image:url(../images/button_ov.jpg);
	background-repeat: repeat-x;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	z-index: auto;
}

/* Content > Main */

#main {
	float: right;
	width: 630px;
	padding-top: 0px;
	margin-top: 5px;
	visibility: visible;
	z-index: auto;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #CAD4DF;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 295px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: visible;
	z-index: auto;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login .inputsubmit1 {
	float: none;
	font-weight: bold;
	color: #003366;
	background-image: url(../images/signin.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	white-space: nowrap;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 11px;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #D6DBDF;
	border-right-color: #D6DBDF;
	border-left-color: #D6DBDF;
}


#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Change */

#Change {
}

#Change label {
	display: block;
}

#Change #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

.subchange {
	float: none;
	font-weight: bold;
	color: #003;
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	white-space: nowrap;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	height: 28px;
	margin: 1px;
	width: auto;
	padding: 2px;
	clear: both;
}


#Change p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#newsup {
}

#newsup ul {
	margin: 0px;
	padding-left: 15px;
	list-style: none;
}

#newsup li {

}

#newsup h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#newsup p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: 1em;
}

#newsup a {
	text-decoration: none;
}

/* Content > Sidebar > */

#partners {
}
.education {
	padding: 10px;
}

/* Footer */

#footer {
	clear: both;
	padding: 15px 0 30px 0;
	background: #C3CDDB;
	border: 1px solid #CAD4DF;
}

#footer p {
	width: 900px;
	margin: 0 auto;
	font-size: x-small;
}
.contact {
	font-size: x-small;
	font-weight:bold;
	color:#660000;
}
.news {
	background-image:url(../images/news.jpg);
	background-position:top;
	background-color:#D9E0E8;
	background-repeat:no-repeat;
	border: 1px solid #CAD4DF;
	margin-bottom: 10px;
}
.news .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.news .text {
	padding: 5px 0 0 10px;
	margin-bottom: 1em;
}
.allcenter {
	text-align:left;
}
#imagelink {
	border:none;
}
#imagelink a{
	border:none;
}
.line {
	border-top-style:dotted;
	color:#FFF;
	border-top-color:#385B88;
	height: 1px;
	border-top-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.signin {}
	
	   
.contactfooter {
	width: 900px;
	margin: 0 auto;
	font-size: x-small;
	color: #660000;
}
.strongfont {font-weight: bold}
.leftind {
	text-align: left;
	text-indent: 10px;
	display: block;
}
.downloads {
	background-color:#E6EBF0;
	border:solid 1px #C60;
	padding: 5px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.redfont {
	color:#F00;
	font-weight:bold;
}
.tblborder {
	border:solid 1px double #C60;
}
.accent {
	background-color:#EEF1F5;
	border:solid 1px #C60;
	padding: 5px;
}
.bluefont {
	color:#385B88;
	font-weight:bold;
	text-transform: uppercase;
}
.redtitle {
	color: #C03;
}

