html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #072FFA /*4ba5da*/;}
a:hover {color: #282828;}

body {
	background: #4ba5da;
	color: #282828;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
}

p,code,ul, ol {padding-bottom: 1.2em;}


.main li {
	list-style: out-side;
	padding-left: 10px;
	margin-left: 17px;
}

h1 {font: normal 1.7em Tahoma,sans-serif;}
h2 {font: bold 1.3em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
p {
	line-height:1.6em;
}



h1,h2,h3 {padding-top: 6px; color: #2F3492; margin-bottom: 4px;}


.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.indent {
	padding-left: 15px
}
.inner-container {
	border: 0px solid #b1b1b1;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 750px;
}

.outer-container {
	background: #b5d3ef url('images/bg.jpg') repeat-x;
	padding-bottom: 24px;
}


.header {
	background: #222 url('images/head-logo.jpg') no-repeat;
	height: 200px;
	margin-bottom: 0px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .name a {
	color: #2F3492;
	float:right;
	font-size: 3em;
	font-style: italic;
	/*letter-spacing: 0.1em;*/
        font-family: 'Times New Roman';
	padding-top: 10px;
	font-weight: bold;
	padding-right: 80px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.logo {
	float: right;
	padding-right: 2px;
}
.header .title .tag {
	text-align: right;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 0.2em;
    font-family: 'Times New Roman';
	padding-top: 100px;
	padding-right: 55px;
}

.navigation {
	float: left;
	width: 237px;
}
.navigation li{
		list-style: none;

}
.navigation h2 {
	color: #7bcd5f;
	font: bold 1.3em Tahoma,sans-serif;
	line-height: 25px;
	margin: 0;
	padding-left: 11px;
}
.navigation ul {
	padding-bottom: 5px;
	margin-left: -15px;
}
.navigation li {border-bottom: 1px solid #fff;}
.navigation li a {
	font-size: 1.3em;
	color: #4ba5da;
	display: block;
	padding: 2px 0 2px 3px;
	text-decoration: none;
	width: 97%;
	font: Arial, Helvetica, sans-serif;
	background: #E4F0E0;
}
.navigation li a:hover {
	background: #c7c7c7;
	color: #282828;	
}
.navigation  .current {
	color: #000;
	background: #c7c7c7;
}
.main {
	background: #ffffff;
	padding: 0px 10px 0 0;
}


.content {
	float: right;
	width: 480px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top:10px;
}

.content p {font-family: Verdana, "Lucida Sans Unicode",sans-serif;}


.footer {
	background: #7bcd5f;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #282828;}

.valid 
{
text-align: center;
padding-top:5px;
}
.file-size {
	font: bold .8em sans-serif;
}
/* Rounded box */

.roundcont {
	width: 450px;
	background-color: #C9F8B9;
	color: #000;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/t-r.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/b-r.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.t_top {
	background-color: #7bcd5f;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}
.td {
		background-color: #E5F9DE;

}
.caption {
	font: .9em  Arial, Helvetica, sans-serif;
	color: #2F3492;
}
.bread-crum {
	font: .9em  Arial, Helvetica, sans-serif;
	color: #2B6A16;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
	border-bottom: 1px solid #A6B6A1;
	border-top: 1px solid #A6B6A1;
}
.navigation .pa {
	line-height: 10px;
	margin-top:-20px;
	padding-top:1px;
	padding-left: 16px;
	font: .8em  Arial, Helvetica, sans-serif;
}

