* 
{
    padding: 0;
    margin-left: 0;
    margin-right: 0;
} 

body 
{
    background: #fff url("header.jpg") repeat-x top;
    font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
}

table tr td
{
    vertical-align: top;
}

p 
{
	text-align: justify;
}

#Logo
{
    float: left;
    background-position: url("LOGOfinal.png");
    height: 150px;
    width: 150px;
    background: url("LOGOfinal.png");
    position: absolute;
}

h1
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

h2
{
    color: #B7271F;
    font-size: 20px;
    font-weight: 100;
    padding: 10px 5px 5px 15px;
}

h3
{
    color: #FF0000;
    font-size: medium;
    font-weight: normal;
}

a
{
    color: #990000;
    text-decoration: none;
}

a:hover
{
    color: #990000;
    text-decoration: underline;
}

#holder
{
    width: 1000px;
    margin: 0 auto;
}



/**** CONTENT ****/

#pagecontent
{
    background: url("BG.jpg");
    display: block;
}

.content
{
    margin: 0px;
    text-align: justify;
}

#alumniInfo
{
    float: left;
}


/** CPdiv **/
#CPdiv
{
    left: 283px;
    border-left-style: groove;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 20px;
    border-left-width: thin;
    position: relative;
    top: -350px;
}



/**** HEADER ****/
#header
{
    text-align:center;
    height: 80px;
}



#header h3
{
    color: #FFFFFF;
    font-weight: bolder;
}


/**** MENU ****/
#menu
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
#menu ul
{
    list-style-type: none;
    margin-top: 0px;
}
#menu ul li
{
    display: inline;
}
#menu ul li a
{
    border-color: #FFCCFF;
    border-right-style: groove;
    color: #663300;
    text-decoration: none;
}
#menu ul li a:hover
{
    font-weight: bolder;
    text-decoration: underline;
}


/**** SUB MENU ****/

.submenu 
{
    margin: 10px;
    float: left;
    width: 190px;
    padding: 10px;
    background: #FFDDDD;
    border: 1px solid #990000;
}

.submenu ul 
{
    list-style-type: none;
    padding: 5px 0 10px 0;
}
.submenu ul li 
{    width: 190px;
}
.submenu ul li a
{
    display: block;
    border-bottom: 1px solid #999;
    color: #666;
    padding: 2px 10px;
    text-decoration: none;
}
.submenu ul li a:hover
{
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
    background-color: #F7E7E6;
}

.images
{
    border: thin dashed #A4B39F;
    margin: 10px;
    float: right;
    background-color: #EDEBDE;
    padding: 5px;
}

.images ul 
{
    list-style-type: none;
}

.images ul li
{
    margin-bottom: 5px;
}

/** FSUBMENU **/
.fsubmenu
{
    margin-top: 10px;
    float: left;
    width: 180px;
    padding: 10px;
    background: #FFDDDD;
    border: 1px solid #990000;
    position: fixed;
    top: 290px;
    left: 20px;
}

.fsubmenu ul 
{
    list-style-type: none;
    padding: 5px 0 10px 0;
}
.fsubmenu ul li a
{
    display: block;
    border-bottom: 1px solid #999;
    color: #666;
    padding: 2px 10px;
    text-decoration: none;
}
.fsubmenu ul li a:hover
{
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
}

.trseneStudenti
{
    text-decoration: none;
}

.trseneStudenti ul li
{
    text-decoration: none;
    display: block;
    list-style-type: none;
    list-style-image: none;
}

.style1
{
    text-align: right;
    font-weight: bold;
    color: #6A0010;
}


/**** FOOTER ****/
#footer
{
    margin: 15px 5px 5px 5px;
    border-width: thin;
    border-color: #C0C0C0;
    text-align: center;
    border-top-style: dotted;
    color: #666666;
}
#footer a 
{ 
    color: #999;
}
#footer a:hover 
{
    color: #333; 
    text-decoration: underline; 
}
.TitleStyle
{
    text-align: center;
    color: #6A0010;
    font-size: large;
}
.SubTitleStyle
{
    text-align: center;
    color: #6A0010;
    font-size: large;
}
.SimpleText
{
    margin-left: 39px;
}



.gridView
{
    padding: 0 5px 0 5px;
}