


* {
	margin: 0;
	padding: 0;
}

body {
	/*margin-top: 30px;*/
	/*background: #feffef;*/
	background: #58000a url('images/bg_4.jpg') repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #655B41;
	margin:0;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900028;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: .5em;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 3em;
}

ul li {
margin-bottom:15px;
}

ol {
	margin-left: 3em;
}

ol li {
margin-bottom:15px;
}

a {
	text-decoration: none;
	color: #900028;
}

a:hover {
	text-decoration: underline;
	color: #900028;
}

img {
}

/* Page Container */
#container {
margin: 0px auto 0px auto;
background: url('images/bg_3.jpg') repeat-y;
width:820px;
/* border-right:1px dotted #000000;
border-left:1px dotted #000000; */
padding: 20px 0 0 10px;

}

/* definition lists */
dl {
margin:0

}

dl#fees_list, dl#tuition_list {
margin-left:15px;
}

dl#fees_list dt, dl#tuition_list dt {
font-weight:bold;
float:left;
width:140px;
}


dl#fees_list dd, dl#tuition_list dd {
margin-bottom:25px;
line-height: 1.8em;
}


/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 36px;
	padding: 25px 0 0 10px;
	background: url(images/sword.jpg) no-repeat left center;
	font-size: 1.4em;
	font-style: italic;
}

.boxed .content {
	padding: 0 10px 10px 10px;
}

/* Logo */

#logo {
	height: 100px;
	padding: 0;
	background: url(images/logo.gif) no-repeat 97% 4%;
	text-align: right;
	border:0px solid #000000;
}

#logo h1 {
	font-size: 3.6em;
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
}

#logo a {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 800px;
}

/* Content > Main */

#main {
	float: left;
	width: 550px;
	padding: 0 20px 50px 10px;
}

/* Content > Main > Welcome */



#welcome {
	padding-top: 345px;
	margin-bottom: 2em;
	padding-bottom: .7em;
	padding-left:8px;
	/* border-bottom: 2px dotted #B43939; */
	background: url(images/header_1.jpg) no-repeat;
}



/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 200px;
	margin: 0 10px 0 0;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #B43939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #B43939;
}

#inputsubmit1 {
	background: #B43939;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */



/* Content > Sidebar > Updates*/

#updates {

}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #655B41;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	
	padding: 1px 1px 3px 1px;
	border-top: 1px solid #846545;
	background: #681922;
	text-align:center;
	color:#f1e6de;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}